aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-06-19 20:26:37 -0400
committerArnd Bergmann <arnd@arndb.de>2013-06-20 06:20:47 -0400
commit688c240b0bd920421fd3b9377b6ba3b731961755 (patch)
treec8c02e6a96896edf0d1fe472c7d35de72057b4a7 /arch/arm/mach-u300
parente5051b8472c2fde91e44d906c9a2e516a10b60b2 (diff)
ARM: u300: only build for ARCH_MULTI_V5
This avoids impossible platform combinations, as we cannot build a combined V5 + V6/V7 kernel. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r--arch/arm/mach-u300/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig
index 09f4dda01d5f..a85adcd00882 100644
--- a/arch/arm/mach-u300/Kconfig
+++ b/arch/arm/mach-u300/Kconfig
@@ -3,7 +3,7 @@ menu "ST-Ericsson AB U300/U335 Platform"
3comment "ST-Ericsson Mobile Platform Products" 3comment "ST-Ericsson Mobile Platform Products"
4 4
5config ARCH_U300 5config ARCH_U300
6 bool "ST-Ericsson U300 Series" 6 bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
7 depends on MMU 7 depends on MMU
8 select ARCH_REQUIRE_GPIOLIB 8 select ARCH_REQUIRE_GPIOLIB
9 select ARM_AMBA 9 select ARM_AMBA