]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/amcc/taihu/Kconfig
powerpc: ppc4xx: convert AMCC boards to generic board
[people/ms/u-boot.git] / board / amcc / taihu / Kconfig
index 8411a82861c9ac99ff5beb008797709dea5ecfd0..faafb089413a85bca6ce99fe4400ba6580a666d6 100644 (file)
@@ -1,15 +1,16 @@
 if TARGET_TAIHU
 
 config SYS_BOARD
-       string
        default "taihu"
 
 config SYS_VENDOR
-       string
        default "amcc"
 
 config SYS_CONFIG_NAME
-       string
        default "taihu"
 
+config DISPLAY_BOARDINFO
+       bool
+       default y
+
 endif