From: Jacob Chen <jacob2.chen@rock-chips.com> Date: Thu, 29 Dec 2016 05:28:32 +0000 (+0800) Subject: arm: configs: use interactive as default cpufreq policy for linux X-Git-Tag: firefly_0821_release~828 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d9da0793d6ac9a27d33cef8ee77f0f61aeff611a;p=firefly-linux-kernel-4.4.55.git arm: configs: use interactive as default cpufreq policy for linux Change-Id: Id3ab0f521b816ac324dc555df05dbd007c6afc6d Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> --- diff --git a/arch/arm/configs/rockchip_linux_defconfig b/arch/arm/configs/rockchip_linux_defconfig index ea0735651a48..b04764413b6a 100644 --- a/arch/arm/configs/rockchip_linux_defconfig +++ b/arch/arm/configs/rockchip_linux_defconfig @@ -47,8 +47,12 @@ CONFIG_SECCOMP=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=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_CPUFREQ_DT=y CONFIG_ARM_ROCKCHIP_CPUFREQ=y CONFIG_CPU_IDLE=y