Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
[deliverable/linux.git] / kernel / power / Kconfig
index c1a106d87d90385407d49ee2c7f3e86cc010935e..c2582a4a5373c160674176002b9defeb3476eba7 100644 (file)
@@ -72,8 +72,8 @@ config PM_TRACE
        CAUTION: this option will cause your machine's real-time clock to be
        set to an invalid time after a resume.
 
-config SOFTWARE_SUSPEND
-       bool "Software Suspend (Hibernation)"
+config HIBERNATION
+       bool "Hibernation"
        depends on PM && SWAP && (((X86 || PPC64_SWSUSP) && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP))
        ---help---
          Enable the suspend to disk (STD) functionality, which is usually
@@ -112,7 +112,7 @@ config SOFTWARE_SUSPEND
 
 config PM_STD_PARTITION
        string "Default resume partition"
-       depends on SOFTWARE_SUSPEND
+       depends on HIBERNATION
        default ""
        ---help---
          The default resume partition is the partition that the suspend-
This page took 0.029947 seconds and 5 git commands to generate.