diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-15 02:01:39 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-15 02:01:39 +0100 |
commit | 750c902ef4a1956cecbc8fb590ce2dad5b02eab9 (patch) | |
tree | 8b7c896a9359c7d671f2071bcd4e096c07e5c562 | |
parent | 575c96871832e91983248aebb02fc072e5fd17c9 (diff) | |
download | linux-3.10-750c902ef4a1956cecbc8fb590ce2dad5b02eab9.tar.gz linux-3.10-750c902ef4a1956cecbc8fb590ce2dad5b02eab9.tar.bz2 linux-3.10-750c902ef4a1956cecbc8fb590ce2dad5b02eab9.zip |
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>
-rw-r--r-- | kernel/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 5ec248cb7f4..9fd8d4f0359 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. |