summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 08:41:40 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:09 +0400
commite0c73cd17e6a9c346b305d7ec291380842cf323a (patch)
treea31fbeff8195dda31e9be55e6576d09897213571
parent34e8672ad0c784319bd11661f6d858a44d9cb045 (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