aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-17 13:01:58 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-02 16:23:31 -0500
commitfbb4ddacb6b70b3178fcb7e3debc5180e6b6cd2f (patch)
treea84b9fc13fd6f81112b63380330548a29af5a670 /arch
parent581388c15bd61a2548af0b87152648741d038571 (diff)
ARM: v6k: only allow SMP if we have v6k or v7 CPU
SMP extensions are only supported on ARMv6k or ARMv7 architectures, so only offer the option if we're building for such an architecture. Acked-by: Tony Lindgren <tony@atomide.com> Tested-by: Sourav Poddar <sourav.poddar@ti.com> Tested-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 27ec471fb5bb..d3f5674bece8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1251,6 +1251,7 @@ source "kernel/time/Kconfig"
1251config SMP 1251config SMP
1252 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 1252 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
1253 depends on EXPERIMENTAL 1253 depends on EXPERIMENTAL
1254 depends on CPU_V6K || CPU_V7
1254 depends on GENERIC_CLOCKEVENTS 1255 depends on GENERIC_CLOCKEVENTS
1255 depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \ 1256 depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
1256 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \ 1257 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \