aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-09-07 16:33:05 -0400
committerDaniel Walker <dwalker@codeaurora.org>2010-11-22 15:43:00 -0500
commit176bfc44417544724e6df0831a7f576f4a56283d (patch)
treea7ccab0f39007d27f6f980603c3122150b6d36f7 /arch/arm/Kconfig
parent89c3dedf477da9c8d42d3a63d16875e52f74108b (diff)
arm: kconfig: dis-allow hotplug on MSM
MSM doesn't support hotplug, so we prevent it from being selected in Kconfig. Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
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 1a61017a54c8..c8fa1443e2c1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1284,6 +1284,7 @@ config NR_CPUS
1284config HOTPLUG_CPU 1284config HOTPLUG_CPU
1285 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 1285 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
1286 depends on SMP && HOTPLUG && EXPERIMENTAL 1286 depends on SMP && HOTPLUG && EXPERIMENTAL
1287 depends on !ARCH_MSM
1287 help 1288 help
1288 Say Y here to experiment with turning CPUs off and on. CPUs 1289 Say Y here to experiment with turning CPUs off and on. CPUs
1289 can be controlled through /sys/devices/system/cpu. 1290 can be controlled through /sys/devices/system/cpu.