diff options
Diffstat (limited to 'kernel/power/Kconfig')
| -rw-r--r-- | kernel/power/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 3744c594b19b..cedd9982306a 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
| @@ -27,6 +27,7 @@ config HIBERNATION | |||
| 27 | select HIBERNATE_CALLBACKS | 27 | select HIBERNATE_CALLBACKS |
| 28 | select LZO_COMPRESS | 28 | select LZO_COMPRESS |
| 29 | select LZO_DECOMPRESS | 29 | select LZO_DECOMPRESS |
| 30 | select CRC32 | ||
| 30 | ---help--- | 31 | ---help--- |
| 31 | Enable the suspend to disk (STD) functionality, which is usually | 32 | Enable the suspend to disk (STD) functionality, which is usually |
| 32 | called "hibernation" in user interfaces. STD checkpoints the | 33 | called "hibernation" in user interfaces. STD checkpoints the |
| @@ -65,6 +66,9 @@ config HIBERNATION | |||
| 65 | 66 | ||
| 66 | For more information take a look at <file:Documentation/power/swsusp.txt>. | 67 | For more information take a look at <file:Documentation/power/swsusp.txt>. |
| 67 | 68 | ||
| 69 | config ARCH_SAVE_PAGE_KEYS | ||
| 70 | bool | ||
| 71 | |||
| 68 | config PM_STD_PARTITION | 72 | config PM_STD_PARTITION |
| 69 | string "Default resume partition" | 73 | string "Default resume partition" |
| 70 | depends on HIBERNATION | 74 | depends on HIBERNATION |
