diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-06-13 16:28:53 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-06 21:55:15 +0200 |
commit | 10cdc7e5129ac26aefece4c7a7d5b1a0285237c2 (patch) | |
tree | 42482ef55f6a6643b1a195c8255e79272fc2c572 /arch/arm/Kconfig | |
parent | ARM: 6988/1: multi-cpu: remove arguments from CPU proc macros (diff) | |
download | linux-10cdc7e5129ac26aefece4c7a7d5b1a0285237c2.tar.xz linux-10cdc7e5129ac26aefece4c7a7d5b1a0285237c2.zip |
ARM: 6960/1: allow enabling SCU code on UP
The scu_power_mode function can be used on UP builds as it drives signals
to an SOC power controller. So make it selectable for !SMP.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
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 cd8f520dd03d..84fda2bebd7a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1349,7 +1349,6 @@ config SMP_ON_UP config HAVE_ARM_SCU bool - depends on SMP help This option enables support for the ARM system coherency unit |