diff options
author | Rajkumar Kasirajan <rkasirajan@nvidia.com> | 2014-08-26 14:18:35 +0800 |
---|---|---|
committer | Winnie Hsu <whsu@nvidia.com> | 2014-09-12 18:17:07 -0700 |
commit | b2292479c2e61b13de018fa7f05ef93fcf9a337d (patch) | |
tree | bed8cb5db3acf2e8da549ada0ac6878b11ea77a9 | |
parent | 75bd2181eff2d5ba0a6662dab943572918f64b23 (diff) |
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 <rkasirajan@nvidia.com>
(cherry picked from commit 42ad40e52df0423d1622b1aa9835033c1c8ef890)
Reviewed-on: http://git-master/r/#/c/488018/
Reviewed-on: http://git-master/r/488030
Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Tested-by: Winnie Hsu <whsu@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra12_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra12_defconfig b/arch/arm/configs/tegra12_defconfig index 6f483e349510..25c5bd1a3fa3 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 |