Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f5b3e17 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Allow suspend and hibernation again on uniprocessor kernels.

parent cad9bc69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"