diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-06-05 12:37:09 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-26 04:24:07 +0200 |
commit | 0713820b9d582b1f843cd25aecabf27a5ceee1fb (patch) | |
tree | 33eadd7b2d1f301b4f040e0769303f66a4fef660 /arch/arm | |
parent | defconfig: arm64: enable i.MX8 SCU octop driver (diff) | |
download | linux-0713820b9d582b1f843cd25aecabf27a5ceee1fb.tar.xz linux-0713820b9d582b1f843cd25aecabf27a5ceee1fb.zip |
ARM: imx_v6_v7_defconfig: Enable CONFIG_ARM_IMX_CPUFREQ_DT
This is used for imx7d speed grading.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-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 658982063dd8..a53b29251ed4 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -57,6 +57,7 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPUFREQ_DT=y CONFIG_ARM_IMX6Q_CPUFREQ=y +CONFIG_ARM_IMX_CPUFREQ_DT=y CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y CONFIG_VFP=y |