On Fri, Aug 09, 2019 at 12:03:13PM +0100, Lorenzo Pieralisi wrote: > Enable the PSCI CPUidle driver to replace the functionality > previously provided by the generic ARM CPUidle driver through > CPU operations. > > Signed-off-by: Lorenzo Pieralisi <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Sudeep Holla <[email protected]> > Cc: Catalin Marinas <[email protected]> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 0e58ef02880c..c0a7cfe3aebd 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -72,6 +72,7 @@ CONFIG_RANDOMIZE_BASE=y > CONFIG_HIBERNATION=y > CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y > CONFIG_ARM_CPUIDLE=y > +CONFIG_ARM_PSCI_CPUIDLE=y > CONFIG_CPU_FREQ=y > CONFIG_CPU_FREQ_STAT=y > CONFIG_CPU_FREQ_GOV_POWERSAVE=m
I'll queue the first 6 patches in this series, but please route this one via arm-soc to avoid conflicts: Acked-by: Will Deacon <[email protected]> Failing that, I'm happy to take it at -rc1. Will

