arm: kconfig: dis-allow hotplug on MSM
authorDaniel Walker <dwalker@codeaurora.org>
Tue, 7 Sep 2010 20:33:05 +0000 (13:33 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Mon, 22 Nov 2010 20:43:00 +0000 (12:43 -0800)
MSM doesn't support hotplug, so we prevent it from being
selected in Kconfig.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/Kconfig

index 1a61017a54c85d47e10b58febae0617a726e24ea..c8fa1443e2c16cd1be541da41ed54f8006506ec0 100644 (file)
@@ -1284,6 +1284,7 @@ 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.
This page took 0.025837 seconds and 5 git commands to generate.