diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-07-02 11:48:07 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-07-03 15:45:28 +0100 |
commit | 3f5b3e17f791ba27f91fc4fdc514e7704d4d6273 (patch) | |
tree | ddbeb4ff05257161e8e75ce24da2adf81918b0d9 /arch/mips | |
parent | cad9bc69048b073023366ebb0878c1dd64a2c4d9 (diff) | |
download | op-kernel-dev-3f5b3e17f791ba27f91fc4fdc514e7704d4d6273.zip op-kernel-dev-3f5b3e17f791ba27f91fc4fdc514e7704d4d6273.tar.gz |
MIPS: Allow suspend and hibernation again on uniprocessor kernels.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index df1a92a..3ca0fe1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2168,11 +2168,11 @@ menu "Power management options" config ARCH_HIBERNATION_POSSIBLE def_bool y - depends on SYS_SUPPORTS_HOTPLUG_CPU + depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP config ARCH_SUSPEND_POSSIBLE def_bool y - depends on SYS_SUPPORTS_HOTPLUG_CPU + depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP source "kernel/power/Kconfig" |