From a7e4abb2f28b5b1b6ea51daeb92ddb1b50b4013b Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 11 Apr 2013 08:41:40 +0100 Subject: 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 --- linaro/configs/android.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3