|
@@ -1337,7 +1337,6 @@ config BIG_LITTLE
|
|
config BL_SWITCHER
|
|
config BL_SWITCHER
|
|
bool "big.LITTLE switcher support"
|
|
bool "big.LITTLE switcher support"
|
|
depends on BIG_LITTLE && MCPM && HOTPLUG_CPU && ARM_GIC
|
|
depends on BIG_LITTLE && MCPM && HOTPLUG_CPU && ARM_GIC
|
|
- select ARM_CPU_SUSPEND
|
|
|
|
select CPU_PM
|
|
select CPU_PM
|
|
help
|
|
help
|
|
The big.LITTLE "switcher" provides the core functionality to
|
|
The big.LITTLE "switcher" provides the core functionality to
|
|
@@ -2111,7 +2110,8 @@ config ARCH_SUSPEND_POSSIBLE
|
|
def_bool y
|
|
def_bool y
|
|
|
|
|
|
config ARM_CPU_SUSPEND
|
|
config ARM_CPU_SUSPEND
|
|
- def_bool PM_SLEEP
|
|
|
|
|
|
+ def_bool PM_SLEEP || BL_SWITCHER
|
|
|
|
+ depends on ARCH_SUSPEND_POSSIBLE
|
|
|
|
|
|
config ARCH_HIBERNATION_POSSIBLE
|
|
config ARCH_HIBERNATION_POSSIBLE
|
|
bool
|
|
bool
|