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: Adrian Bunk <bunk@stusta.de>
Acked-by: Pavel Machek <pavel@ucw.cz>

authored by Adrian Bunk and committed by Adrian Bunk 750c902e 575c9687

+1 -1
+1 -1
kernel/power/Kconfig
··· 38 38 39 39 config SOFTWARE_SUSPEND 40 40 bool "Software Suspend" 41 - depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP) 41 + depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP) 42 42 ---help--- 43 43 Enable the possibility of suspending the machine. 44 44 It doesn't need APM.