aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b786e68914d4..c72dae633f60 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -650,6 +650,7 @@ source "kernel/time/Kconfig"
650config SMP 650config SMP
651 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 651 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
652 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) 652 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
653 select USE_GENERIC_SMP_HELPERS
653 help 654 help
654 This enables support for systems with more than one CPU. If you have 655 This enables support for systems with more than one CPU. If you have
655 a system with only one CPU, like most personal computers, say N. If 656 a system with only one CPU, like most personal computers, say N. If