diff options
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index c1a106d87d90..c2582a4a5373 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -72,8 +72,8 @@ config PM_TRACE | |||
72 | CAUTION: this option will cause your machine's real-time clock to be | 72 | CAUTION: this option will cause your machine's real-time clock to be |
73 | set to an invalid time after a resume. | 73 | set to an invalid time after a resume. |
74 | 74 | ||
75 | config SOFTWARE_SUSPEND | 75 | config HIBERNATION |
76 | bool "Software Suspend (Hibernation)" | 76 | bool "Hibernation" |
77 | depends on PM && SWAP && (((X86 || PPC64_SWSUSP) && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) | 77 | depends on PM && SWAP && (((X86 || PPC64_SWSUSP) && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) |
78 | ---help--- | 78 | ---help--- |
79 | Enable the suspend to disk (STD) functionality, which is usually | 79 | Enable the suspend to disk (STD) functionality, which is usually |
@@ -112,7 +112,7 @@ config SOFTWARE_SUSPEND | |||
112 | 112 | ||
113 | config PM_STD_PARTITION | 113 | config PM_STD_PARTITION |
114 | string "Default resume partition" | 114 | string "Default resume partition" |
115 | depends on SOFTWARE_SUSPEND | 115 | depends on HIBERNATION |
116 | default "" | 116 | default "" |
117 | ---help--- | 117 | ---help--- |
118 | The default resume partition is the partition that the suspend- | 118 | The default resume partition is the partition that the suspend- |