From 2f8161cfce54ad67c180fdcee151552dd9889226 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Thu, 2 Dec 2010 17:47:22 -0800 Subject: [PATCH] ARM: Stingray: Make interactive cpufreq governor available Not enabled by default in kernel and not enabled by Android userspace. Change-Id: I3372bf9e482c86f91a0da6d02f8c65fc6c1842b1 Signed-off-by: Todd Poynor --- arch/arm/configs/stingray_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 0c6cfd665e9d..7ec64d0d3f1e 100755 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -419,9 +419,11 @@ CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set CONFIG_CPU_IDLE=y -- 2.34.1