From 59a48a52ef1b0222728beebfcc05a12cf5fb872d Mon Sep 17 00:00:00 2001 From: Preetham Chandru Date: Thu, 16 Feb 2012 16:21:56 +0530 Subject: 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 Change-Id: Iba19f89213d1e662ddb7e54bbb3e69b24c25d467 Reviewed-on: http://git-master/r/84301 Tested-by: Winnie Hsu Reviewed-by: Yu-Huan Hsu Tested-by: Gerrit_Virtual_Submit Reviewed-by: Varun Wadekar --- arch/arm/configs/tegra3_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arch') 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 -- cgit v1.2.3