[openwrt/openwrt] layerscape: armv8_64b: enable CONFIG_ARM_PSCI_CPUIDLE

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 5 15:27:45 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e34cc5eb377ce94a8e1717546a4e156a9bd4984b

commit e34cc5eb377ce94a8e1717546a4e156a9bd4984b
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed May 19 12:33:26 2021 +0200

    layerscape: armv8_64b: enable CONFIG_ARM_PSCI_CPUIDLE
    
    Enable PSCI firmware based CPUidle driver.
    PSCI firmware is the standard power management control for all ARM64
    based platforms.
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 target/linux/layerscape/armv8_64b/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index ac2a6f1918..f72154f290 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -56,6 +56,7 @@ CONFIG_ARM_GIC_V3_ITS=y
 CONFIG_ARM_GIC_V3_ITS_FSL_MC=y
 CONFIG_ARM_GIC_V3_ITS_PCI=y
 # CONFIG_ARM_PL172_MPMC is not set
+CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_ARM_PSCI_FW=y
 CONFIG_ARM_SMMU=y
 # CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT is not set



More information about the lede-commits mailing list