From: 陈亮 Date: Sat, 8 Feb 2014 06:17:36 +0000 (-0800) Subject: rockchip_defconfig : set default cpufreq governor to interactive X-Git-Tag: firefly_0821_release~6351 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8994824a900ee86a94dfc67eb8ca9d3c40d8cc7c;p=firefly-linux-kernel-4.4.55.git rockchip_defconfig : set default cpufreq governor to interactive --- diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 7af47ef708cd..4ff0217daa9e 100644 --- a/arch/arm/configs/rockchip_defconfig +++ b/arch/arm/configs/rockchip_defconfig @@ -55,6 +55,13 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y +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_CPU_IDLE=y CONFIG_VFP=y CONFIG_NEON=y diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 38a28e81921a..51518a24b95a 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -32,4 +32,5 @@ config DVFS bool "Enable dvfs" default y select PM_OPP + select CPU_FREQ endif