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