diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2007-07-29 17:24:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-29 19:45:38 -0400 |
commit | b0cb1a19d05b8ea8611a9ef48a17fe417f1832e6 (patch) | |
tree | 895fe53e8dc4fc59d05b963ac079f6ff759ad0fb /kernel/power/Kconfig | |
parent | 6c8dca5d53f95009d4fff00195bf38f277dc4366 (diff) |
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION to avoid
confusion (among other things, with CONFIG_SUSPEND introduced in the
next patch).
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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- |