diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-07 21:30:21 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-07 21:30:21 (GMT) |
commit | f6db449ca312d33045907337b68de1f647cf0730 (patch) | |
tree | cd8f22db5e1db97e3020a1218838532a52bff850 /arch/arm/Kconfig | |
parent | 5391473f7be88748ec248e0e70f1a4430a03eb52 (diff) | |
download | linux-f6db449ca312d33045907337b68de1f647cf0730.tar.xz |
[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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 056adc8..91d5ef3 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 |