X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Famcc%2Fcanyonlands%2FKconfig;h=cea6009621aa284af289fb694cfcf47e90681268;hb=f812574e61e9bfe37e76e620606fd1a65cc9cdc2;hp=848e08fbba42dfa4f5b51a00df1663b2b9951a74;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=u-boot diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 848e08fbba..cea6009621 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