summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-06-11 19:14:50 +0900
committerTom Rini <trini@konsulko.com>2015-06-15 10:57:27 -0400
commit2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0 (patch)
treef2623f8e8b53aeebdad121b230dd89adab490ec9 /arch/Kconfig
parent42da5adfca451bcc27555446e486fbf679ffd728 (diff)
downloadtalos-obmc-uboot-2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0.tar.gz
talos-obmc-uboot-2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0.zip
avr32: move CONFIG_SYS_GENERIC_BOARD to Kconfig
Now all the AVR32 boards have been converted into Generic Board. Select it in Kconfig and clean up defines in header files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 200588aef6..96db5c5088 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -25,6 +25,7 @@ config ARM
config AVR32
bool "AVR32 architecture"
select HAVE_GENERIC_BOARD
+ select SYS_GENERIC_BOARD
config BLACKFIN
bool "Blackfin architecture"
OpenPOWER on IntegriCloud