drivers, block: remove sil680 driver
[platform/kernel/u-boot.git] / board / amcc / canyonlands / Kconfig
index 848e08f..cea6009 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,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