]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/canyonlands/Kconfig
common: Add DISPLAY_BOARDINFO
[people/ms/u-boot.git] / board / amcc / canyonlands / Kconfig
index de709148b3d7865b6dd26b9c285e80dcb7850941..cea6009621aa284af289fb694cfcf47e90681268 100644 (file)
@@ -11,6 +11,7 @@ config SYS_CONFIG_NAME
 
 choice BOARD_TYPE
        prompt "Select which board to build for"
+       optional
 
 config CANYONLANDS
        bool "Glacier"
@@ -29,18 +30,4 @@ config ARCHES
 
 endchoice
 
-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