diff options
author | Jeffrey Ohlstein <johlstei@codeaurora.org> | 2011-04-04 21:08:25 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-26 10:37:40 +0100 |
commit | fbb9e0b6e7d534b5d9e3c3eddb68b62d26ddb731 (patch) | |
tree | 64c8d2a11523411ce7e63d6f53c49e72fb5b0ac5 /arch/arm | |
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')
-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 config HOTPLUG_CPU bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" depends on SMP && HOTPLUG && EXPERIMENTAL - depends on !ARCH_MSM help Say Y here to experiment with turning CPUs off and on. CPUs can be controlled through /sys/devices/system/cpu. |