ARM: Stingray: Make interactive cpufreq governor available
authorTodd Poynor <toddpoynor@google.com>
Fri, 3 Dec 2010 01:47:22 +0000 (17:47 -0800)
committerTodd Poynor <toddpoynor@google.com>
Fri, 3 Dec 2010 01:47:22 +0000 (17:47 -0800)
Not enabled by default in kernel and not enabled by
Android userspace.

Change-Id: I3372bf9e482c86f91a0da6d02f8c65fc6c1842b1
Signed-off-by: Todd Poynor <toddpoynor@google.com>
arch/arm/configs/stingray_defconfig

index 0c6cfd665e9dd2cae4a5565882a408501d07fca7..7ec64d0d3f1ed437f27c4f1aad3159ffbb73fbe9 100755 (executable)
@@ -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