diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2017-07-05 16:07:05 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | b29c693ab9a4c8a574fc958ade4d75b82b0263ac (patch) | |
tree | 86f4e14da431cc0c61916f5fa39eb520eedcc24e /arch | |
parent | d7e9981943a8514eaf1e696bd13adf2044b2a625 (diff) |
MLK-15342-5 arm64: defconfig: enable more cpufreq governors
Enable powersave, userspace, ondemand, conservative
and interactive governor for cpufreq driver.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e6be46eba7fd..bad074ffd3b2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -81,6 +81,11 @@ CONFIG_XEN=y CONFIG_COMPAT=y CONFIG_ARM_CPUIDLE=y CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPUFREQ_DT=y CONFIG_ARM_BIG_LITTLE_CPUFREQ=y CONFIG_ARM_IMX8_CPUFREQ=y |