From b2292479c2e61b13de018fa7f05ef93fcf9a337d Mon Sep 17 00:00:00 2001 From: Rajkumar Kasirajan Date: Tue, 26 Aug 2014 14:18:35 +0800 Subject: [PATCH] Arm: config: tegra12: Enable interactive governor The interactive governor provides better performance than ondemand governor. Enable it to improve the performance. Bug 1359622 Change-Id: Ibc51285531ce2ef0d20fc668e240ef59db1322b1 Signed-off-by: Rajkumar Kasirajan (cherry picked from commit 42ad40e52df0423d1622b1aa9835033c1c8ef890) Reviewed-on: http://git-master/r/#/c/488018/ Reviewed-on: http://git-master/r/488030 Reviewed-by: Winnie Hsu Tested-by: Winnie Hsu --- arch/arm/configs/tegra12_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tegra12_defconfig b/arch/arm/configs/tegra12_defconfig index 6f483e34951..25c5bd1a3fa 100644 --- a/arch/arm/configs/tegra12_defconfig +++ b/arch/arm/configs/tegra12_defconfig @@ -52,6 +52,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_IDLE=y CONFIG_CPUQUIET_FRAMEWORK=y -- 2.39.2