diff options
author | Jeffrey Ohlstein <johlstei@codeaurora.org> | 2011-04-04 16:08:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-26 05:37:40 -0400 |
commit | fbb9e0b6e7d534b5d9e3c3eddb68b62d26ddb731 (patch) | |
tree | 64c8d2a11523411ce7e63d6f53c49e72fb5b0ac5 /arch/arm/Kconfig | |
parent | 40f7bfe4f1c2761abeceb3b2b9dc1feec3c47ed9 (diff) |
ARM: 6863/1: allow hotplug on msm
Hotplug support was added in 9f1890a (msm: hotplug: support cpu hotplug
on msm, 2010-12-02)
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5be55d950ab5..abbd829f5419 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1399,7 +1399,6 @@ config NR_CPUS | |||
1399 | config HOTPLUG_CPU | 1399 | config HOTPLUG_CPU |
1400 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | 1400 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" |
1401 | depends on SMP && HOTPLUG && EXPERIMENTAL | 1401 | depends on SMP && HOTPLUG && EXPERIMENTAL |
1402 | depends on !ARCH_MSM | ||
1403 | help | 1402 | help |
1404 | Say Y here to experiment with turning CPUs off and on. CPUs | 1403 | Say Y here to experiment with turning CPUs off and on. CPUs |
1405 | can be controlled through /sys/devices/system/cpu. | 1404 | can be controlled through /sys/devices/system/cpu. |