diff options
| -rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index eb7e8d795c6a..3cce4ed5473d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -2145,11 +2145,11 @@ menu "Power management options" | |||
| 2145 | 2145 | ||
| 2146 | config ARCH_HIBERNATION_POSSIBLE | 2146 | config ARCH_HIBERNATION_POSSIBLE |
| 2147 | def_bool y | 2147 | def_bool y |
| 2148 | depends on !SMP | 2148 | depends on SYS_SUPPORTS_HOTPLUG_CPU |
| 2149 | 2149 | ||
| 2150 | config ARCH_SUSPEND_POSSIBLE | 2150 | config ARCH_SUSPEND_POSSIBLE |
| 2151 | def_bool y | 2151 | def_bool y |
| 2152 | depends on !SMP | 2152 | depends on SYS_SUPPORTS_HOTPLUG_CPU |
| 2153 | 2153 | ||
| 2154 | source "kernel/power/Kconfig" | 2154 | source "kernel/power/Kconfig" |
| 2155 | 2155 | ||
