From 688c240b0bd920421fd3b9377b6ba3b731961755 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 20 Jun 2013 02:26:37 +0200 Subject: 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 Acked-by: Linus Walleij --- arch/arm/mach-u300/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-u300/Kconfig') 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" comment "ST-Ericsson Mobile Platform Products" config ARCH_U300 - bool "ST-Ericsson U300 Series" + bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5 depends on MMU select ARCH_REQUIRE_GPIOLIB select ARM_AMBA -- cgit