diff options
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 877721708fa4..495b7d4dd330 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -79,7 +79,7 @@ config PM_SYSFS_DEPRECATED | |||
79 | 79 | ||
80 | config SOFTWARE_SUSPEND | 80 | config SOFTWARE_SUSPEND |
81 | bool "Software Suspend (Hibernation)" | 81 | bool "Software Suspend (Hibernation)" |
82 | depends on PM && SWAP && ((X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) | 82 | depends on PM && SWAP && (((X86 || PPC64_SWSUSP) && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)) |
83 | ---help--- | 83 | ---help--- |
84 | Enable the suspend to disk (STD) functionality, which is usually | 84 | Enable the suspend to disk (STD) functionality, which is usually |
85 | called "hibernation" in user interfaces. STD checkpoints the | 85 | called "hibernation" in user interfaces. STD checkpoints the |
@@ -139,7 +139,7 @@ config PM_STD_PARTITION | |||
139 | 139 | ||
140 | config SUSPEND_SMP | 140 | config SUSPEND_SMP |
141 | bool | 141 | bool |
142 | depends on HOTPLUG_CPU && X86 && PM | 142 | depends on HOTPLUG_CPU && (X86 || PPC64) && PM |
143 | default y | 143 | default y |
144 | 144 | ||
145 | config APM_EMULATION | 145 | config APM_EMULATION |