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

Commit 750c902e authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk
Browse files

SOFTWARE_SUSPEND: fix a typo in the dependencies



This patch fixes a typo in the dependencies of SOFTWARE_SUSPEND.

This patch is based on a report by
Jean-Luc Leger <reiga@dspnet.fr.eu.org>.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
parent 575c9687
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ config PM_DEBUG

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