commit | b4ed09f0e53cd3bb9dd77c548eb3a5d5da9bfa53 | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Sep 14 11:07:40 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 14 16:02:46 2017 -0400 |
tree | 2ed937b3998d44755f781e26fd003da5126d7231 | |
parent | eebb0733d61597eba6b04cf906d7f7374441ec5e [diff] [blame] |
ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig Move the CONFIG_AT91FAMILY option from include/mach/<soc>.h header file to Kconfig. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index a70b956..513963c 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig
@@ -1,5 +1,8 @@ if ARCH_AT91 +config AT91FAMILY + def_bool y + choice prompt "Atmel AT91 board select" optional