diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-02 11:07:57 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 13:47:49 -0400 |
commit | e8621d83c10ee95798bdb5e04f54439a7c1c9a2b (patch) | |
tree | 5c3a96df61d1b1c537bacfa6dec043c1c68566b4 | |
parent | 58bc2d9b160e1d2ce517eb05552b5a07efa814ef (diff) |
ARM: at91: add a Kconfig dependency on multi-platform
When building a legacy (non-multi) platforms and if the ARCH_AT91 config option
is enabled there is a build error. We need AT91 to depend on multi-platform
core type options.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index e2cd30f6c23d..fd95f34945f4 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | menuconfig ARCH_AT91 | 1 | menuconfig ARCH_AT91 |
2 | bool "Atmel SoCs" | 2 | bool "Atmel SoCs" |
3 | depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 | ||
3 | select ARCH_REQUIRE_GPIOLIB | 4 | select ARCH_REQUIRE_GPIOLIB |
4 | select COMMON_CLK_AT91 | 5 | select COMMON_CLK_AT91 |
5 | select PINCTRL | 6 | select PINCTRL |