diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-07 16:30:21 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-07 16:30:21 -0500 |
commit | f6db449ca312d33045907337b68de1f647cf0730 (patch) | |
tree | cd8f22db5e1db97e3020a1218838532a52bff850 /arch | |
parent | 5391473f7be88748ec248e0e70f1a4430a03eb52 (diff) |
[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')
-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 056adc8a7d34..91d5ef3397be 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -324,7 +324,7 @@ menu "Kernel Features" | |||
324 | 324 | ||
325 | config SMP | 325 | config SMP |
326 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 326 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
327 | depends on EXPERIMENTAL && BROKEN #&& n | 327 | depends on EXPERIMENTAL && REALVIEW_MPCORE |
328 | help | 328 | help |
329 | This enables support for systems with more than one CPU. If you have | 329 | This enables support for systems with more than one CPU. If you have |
330 | a system with only one CPU, like most personal computers, say N. If | 330 | a system with only one CPU, like most personal computers, say N. If |