diff options
-rw-r--r-- | arch/arm/Kconfig | 1 |
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 | |||
1284 | config HOTPLUG_CPU | 1284 | config 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. |