aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-09-26 01:54:12 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-09-26 09:22:04 -0700
commit459685c75b82a0431da102365d507fdb72858b84 (patch)
treeb68a01cd59a138832eb48d3e375e486b5d88d1ed /kernel
parentmv643xx_eth: duplicate methods in initializer (diff)
downloadlinux-dev-459685c75b82a0431da102365d507fdb72858b84.tar.xz
linux-dev-459685c75b82a0431da102365d507fdb72858b84.zip
hibernation doesn't even build on frv - tons of helpers are missing
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-By: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index c8580a1e6873..14b0e10dc95c 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -110,7 +110,7 @@ config SUSPEND
config HIBERNATION_UP_POSSIBLE
bool
- depends on X86 || PPC64_SWSUSP || FRV || PPC32
+ depends on X86 || PPC64_SWSUSP || PPC32
depends on !SMP
default y