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 df1a92afa56a..3ca0fe1a9123 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2168,11 +2168,11 @@ menu "Power management options" | |||
2168 | 2168 | ||
2169 | config ARCH_HIBERNATION_POSSIBLE | 2169 | config ARCH_HIBERNATION_POSSIBLE |
2170 | def_bool y | 2170 | def_bool y |
2171 | depends on SYS_SUPPORTS_HOTPLUG_CPU | 2171 | depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP |
2172 | 2172 | ||
2173 | config ARCH_SUSPEND_POSSIBLE | 2173 | config ARCH_SUSPEND_POSSIBLE |
2174 | def_bool y | 2174 | def_bool y |
2175 | depends on SYS_SUPPORTS_HOTPLUG_CPU | 2175 | depends on SYS_SUPPORTS_HOTPLUG_CPU || !SMP |
2176 | 2176 | ||
2177 | source "kernel/power/Kconfig" | 2177 | source "kernel/power/Kconfig" |
2178 | 2178 | ||