aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-11-07 21:30:21 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-11-07 21:30:21 +0000
commitf6db449ca312d33045907337b68de1f647cf0730 (patch)
treecd8f22db5e1db97e3020a1218838532a52bff850 /arch/arm
parent[ARM] 3121/1: unconditionally use XCB=101 on ixp2000 (diff)
downloadlinux-dev-f6db449ca312d33045907337b68de1f647cf0730.tar.xz
linux-dev-f6db449ca312d33045907337b68de1f647cf0730.zip
[ARM] Allow SMP if Realview MPcore is selected
This patch puts into place the final piece of the puzzle for SMP support on ARM. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 056adc8a7d34..91d5ef3397be 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -324,7 +324,7 @@ menu "Kernel Features"
config SMP
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
- depends on EXPERIMENTAL && BROKEN #&& n
+ depends on EXPERIMENTAL && REALVIEW_MPCORE
help
This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If