diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-05-21 11:04:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-26 05:24:06 +0300 |
commit | 2c3541c229f51b83ca74ece2e3353ad1b3cb54a2 (patch) | |
tree | 2b43177b089650378186267cf3fc003ce3a8c41e /arch/arm64/configs/defconfig | |
parent | 80b5962ed95de94910a8cebc9cb8063c2a9110d1 (diff) | |
download | linux-2c3541c229f51b83ca74ece2e3353ad1b3cb54a2.tar.xz |
arm64: defconfig: ARM_IMX_CPUFREQ_DT=m
For imx8m we need a separate small driver to read "speed grading"
information from fuses and determine which OPPs are supported.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1b7a57d77187..c8056b567488 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -82,6 +82,7 @@ CONFIG_CPUFREQ_DT=y CONFIG_ACPI_CPPC_CPUFREQ=m CONFIG_ARM_ARMADA_37XX_CPUFREQ=y CONFIG_ARM_SCPI_CPUFREQ=y +CONFIG_ARM_IMX_CPUFREQ_DT=m CONFIG_ARM_TEGRA186_CPUFREQ=y CONFIG_ARM_SCPI_PROTOCOL=y CONFIG_RASPBERRYPI_FIRMWARE=y |