diff options
author | Masahiro Yamada | 2015-06-11 19:14:50 +0900 |
---|---|---|
committer | Tom Rini | 2015-06-15 10:57:27 -0400 |
commit | 2ce6ecaccaa0b1bea31cdbe05f5f5c54d2468db0 (patch) | |
tree | f2623f8e8b53aeebdad121b230dd89adab490ec9 /arch/Kconfig | |
parent | 42da5adfca451bcc27555446e486fbf679ffd728 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 200588aef6d..96db5c5088b 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" |