diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-05-19 12:33:26 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-06 00:26:13 +0200 |
commit | e34cc5eb377ce94a8e1717546a4e156a9bd4984b (patch) | |
tree | 7ae19571a9486743df459b0661c8af7f008e9931 /target/linux/layerscape/armv8_64b | |
parent | 2fdb7053f9e77ed7ae4be0cdbf8a59f79988ee20 (diff) | |
download | upstream-e34cc5eb377ce94a8e1717546a4e156a9bd4984b.tar.gz upstream-e34cc5eb377ce94a8e1717546a4e156a9bd4984b.tar.bz2 upstream-e34cc5eb377ce94a8e1717546a4e156a9bd4984b.zip |
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@dev.tdt.de>
Diffstat (limited to 'target/linux/layerscape/armv8_64b')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |