Skip to content
Snippets Groups Projects
Commit 9801b321 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: SMP: Allow suspend and hibernation if CPU hotplug is available


The SMP implementation of suspend and hibernate depends on CPU hotplugging.
In the past we didn't have CPU hotplug so suspend and hibernation were not
possible on SMP systems.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1b2bc75c
No related merge requests found
...@@ -2145,11 +2145,11 @@ menu "Power management options" ...@@ -2145,11 +2145,11 @@ menu "Power management options"
config ARCH_HIBERNATION_POSSIBLE config ARCH_HIBERNATION_POSSIBLE
def_bool y def_bool y
depends on !SMP depends on SYS_SUPPORTS_HOTPLUG_CPU
config ARCH_SUSPEND_POSSIBLE config ARCH_SUSPEND_POSSIBLE
def_bool y def_bool y
depends on !SMP depends on SYS_SUPPORTS_HOTPLUG_CPU
source "kernel/power/Kconfig" source "kernel/power/Kconfig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment