diff options
author | Preetham Chandru <pchandru@nvidia.com> | 2012-02-16 16:21:56 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-02-17 15:55:01 -0800 |
commit | 59a48a52ef1b0222728beebfcc05a12cf5fb872d (patch) | |
tree | 70d8747eb601c93519718674592a7285c91cc299 /arch | |
parent | aea522fcad415cf7a940e05a323751c26cca21d3 (diff) |
arm: tegra3: config: set default CPUFreq governor to userspace
Set default CPUFreq governor to userspace and enable performance,
powersave, interactive, ondemand and conservative CPUFreq governors.
Bug 931120
Signed-off-by: Preetham Chandru R <pchandru@nvidia.com>
Change-Id: Iba19f89213d1e662ddb7e54bbb3e69b24c25d467
Reviewed-on: http://git-master/r/84301
Tested-by: Winnie Hsu <whsu@nvidia.com>
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Tested-by: Gerrit_Virtual_Submit
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra3_defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra3_defconfig b/arch/arm/configs/tegra3_defconfig index 36b20ef8a7cb..5eabb5f1cd7d 100644 --- a/arch/arm/configs/tegra3_defconfig +++ b/arch/arm/configs/tegra3_defconfig @@ -52,7 +52,11 @@ CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +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_CONSERVATIVE=y CONFIG_CPU_IDLE=y CONFIG_VFP=y CONFIG_NEON=y |