Message ID | cf066308c890d2bf8c59344f99dc132f6d1ead86.1654855338.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0f078525e402a8f997fa1f31f1a29d8cf9f0a709 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: renesas: defconfig: Miscellaneous updates | expand |
diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 098bd40e5915466a..f38272a641873016 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -67,6 +67,7 @@ CONFIG_HIBERNATION=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE=y CONFIG_CPU_FREQ=y CONFIG_CPUFREQ_DT=y CONFIG_VIRTUALIZATION=y
Enable the PSCI CPU idle Driver, which is capable of detecting and managing idle states through the PSCI firmware interface. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Not intended for upstream merge. To be applied to the topic/renesas-defconfig branch. --- arch/arm64/configs/renesas_defconfig | 1 + 1 file changed, 1 insertion(+)