summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 08:41:40 +0100
committerJon Medhurst <tixy@linaro.org>2013-05-13 13:21:43 +0100
commit2b565d72b5288af39460ef4c744f5cab03285266 (patch)
treea745125adf4399b3325bea905c7da15498ee48e9
parent463d36849a4d10e4941b7185c301f9ceb1c438f7 (diff)
configs: android: Enable interactive cpufreq governor by default
This is Android's standard cpufreq governor and is enabled by default in the AOSP tree. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/android.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index 8d7628c71d0..bb90ecd9e16 100644
--- a/linaro/configs/android.conf
+++ b/linaro/configs/android.conf
@@ -27,3 +27,5 @@ CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_FUSE_FS=y
+CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y