X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=arch%2Farm%2FKconfig;h=70a32c1736347904dc192b2b2b3cd93b5e210802;hp=868a5f2a1cce20b898258fb0d8d5c02bacf17adb;hb=45cd824a30a8f289e9f7786574a9f29dbded8211;hpb=51691b93c5694b9b65445ec3051bec3552419545 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 868a5f2a1cce..70a32c173634 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1413,8 +1413,7 @@ config BIG_LITTLE config BL_SWITCHER bool "big.LITTLE switcher support" - depends on BIG_LITTLE && MCPM && HOTPLUG_CPU - select ARM_CPU_SUSPEND + depends on BIG_LITTLE && MCPM && HOTPLUG_CPU && ARM_GIC select CPU_PM help The big.LITTLE "switcher" provides the core functionality to @@ -2155,7 +2154,8 @@ config ARCH_SUSPEND_POSSIBLE def_bool y config ARM_CPU_SUSPEND - def_bool PM_SLEEP + def_bool PM_SLEEP || BL_SWITCHER || ARM_PSCI_FW + depends on ARCH_SUSPEND_POSSIBLE config ARCH_HIBERNATION_POSSIBLE bool