diff options
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2019-08-14 13:52:39 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-14 15:02:11 +0200 |
commit | 72362da87348c756361dd6c9e8554fb72ef67746 (patch) | |
tree | 285b3fc8654235fd09c2ae3e632923c76fa6c378 /arch/arm/configs/imx_v6_v7_defconfig | |
parent | a227229f62051dc9be0170e6805bd913b3d230d0 (diff) | |
download | linux-72362da87348c756361dd6c9e8554fb72ef67746.tar.gz linux-72362da87348c756361dd6c9e8554fb72ef67746.tar.bz2 linux-72362da87348c756361dd6c9e8554fb72ef67746.zip |
ARM: imx_v6_v7_defconfig: Enable the PSCI CPUidle driver
Enable the PSCI CPUidle driver to replace the functionality
previously provided by the generic ARM CPUidle driver.
Link: https://lore.kernel.org/r/20190814125239.6270-3-lorenzo.pieralisi@arm.com
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index a53b29251ed4..4174fd1b79e7 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -60,6 +60,7 @@ CONFIG_ARM_IMX6Q_CPUFREQ=y CONFIG_ARM_IMX_CPUFREQ_DT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE=y CONFIG_VFP=y CONFIG_NEON=y CONFIG_PM_DEBUG=y |