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

Commit 720b9429 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP

parent 244bc050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ config PM_DEBUG

config SOFTWARE_SUSPEND
	bool "Software Suspend"
	depends on PM && SWAP && (X86 || ((FVR || PPC32) && !SMP))
	depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP)
	---help---
	  Enable the possibility of suspending the machine.
	  It doesn't need APM.