This patch fixes a typo in the dependencies of SOFTWARE_SUSPEND. This patch is based on a report by Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx>. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> --- linux-2.6.15-mm3-full/kernel/power/Kconfig.old 2006-01-14 03:25:54.000000000 +0100 +++ linux-2.6.15-mm3-full/kernel/power/Kconfig 2006-01-14 03:26:03.000000000 +0100 @@ -38,7 +38,7 @@ 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.