diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-09-07 20:33:05 (GMT) |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-22 20:43:00 (GMT) |
commit | 176bfc44417544724e6df0831a7f576f4a56283d (patch) | |
tree | a7ccab0f39007d27f6f980603c3122150b6d36f7 /arch | |
parent | 89c3dedf477da9c8d42d3a63d16875e52f74108b (diff) | |
download | linux-fsl-qoriq-176bfc44417544724e6df0831a7f576f4a56283d.tar.xz |
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')
-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 1a61017..c8fa144 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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. |