From: Adrian Bunk Date: Sun, 15 Jan 2006 01:01:39 +0000 (+0100) Subject: SOFTWARE_SUSPEND: fix a typo in the dependencies X-Git-Tag: v2.6.16-rc1~97^2~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=750c902ef4a1956cecbc8fb590ce2dad5b02eab9;p=linux-2.6 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 . Signed-off-by: Adrian Bunk Acked-by: Pavel Machek --- diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 5ec248cb7f..9fd8d4f035 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -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.