X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Fpower%2FKconfig;h=495b7d4dd3304d650bb5c540b29a868eb0fce88a;hb=932c37c375cca25175f9b6acee4c75d7a96d985f;hp=95f6657fff73432880d14bd96e6304eea4aacff6;hpb=b22364c8eec89e6b0c081a237f3b6348df87796f;p=powerpc.git diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 95f6657fff..495b7d4dd3 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -78,32 +78,42 @@ config PM_SYSFS_DEPRECATED are likely to be bus or driver specific. config SOFTWARE_SUSPEND - bool "Software Suspend" - depends on PM && SWAP && ((X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) + bool "Software Suspend (Hibernation)" + depends on PM && SWAP && (((X86 || PPC64_SWSUSP) && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) ---help--- - Enable the possibility of suspending the machine. - It doesn't need ACPI or APM. - You may suspend your machine by 'swsusp' or 'shutdown -z