MIPS: SMP: Allow suspend and hibernation if CPU hotplug is available

The SMP implementation of suspend and hibernate depends on CPU hotplugging.
In the past we didn't have CPU hotplug so suspend and hibernation were not
possible on SMP systems.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+2 -2
arch/mips/Kconfig
··· 2145 2146 config ARCH_HIBERNATION_POSSIBLE 2147 def_bool y 2148 - depends on !SMP 2149 2150 config ARCH_SUSPEND_POSSIBLE 2151 def_bool y 2152 - depends on !SMP 2153 2154 source "kernel/power/Kconfig" 2155
··· 2145 2146 config ARCH_HIBERNATION_POSSIBLE 2147 def_bool y 2148 + depends on SYS_SUPPORTS_HOTPLUG_CPU 2149 2150 config ARCH_SUSPEND_POSSIBLE 2151 def_bool y 2152 + depends on SYS_SUPPORTS_HOTPLUG_CPU 2153 2154 source "kernel/power/Kconfig" 2155