X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Famcc%2Fcanyonlands%2FKconfig;h=cea6009621aa284af289fb694cfcf47e90681268;hb=d4db3b86a5e090e21db710bedbbe3e50d4c56428;hp=848e08fbba42dfa4f5b51a00df1663b2b9951a74;hpb=b9cb64825b5e6efeb715abd8b48d9b12f98973e9;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 848e08f..cea6009 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -11,6 +11,7 @@ config SYS_CONFIG_NAME choice BOARD_TYPE prompt "Select which board to build for" + optional config CANYONLANDS bool "Glacier" @@ -29,22 +30,4 @@ config ARCHES endchoice -config DISPLAY_BOARDINFO - bool - default y - -config DM - default y - -config DM_SERIAL - default y - -config SYS_MALLOC_F - bool - default y - -config SYS_MALLOC_F_LEN - hex - default 0x400 - endif