From: Jon Medhurst Date: Thu, 11 Apr 2013 07:41:40 +0000 (+0100) Subject: configs: android: Enable interactive cpufreq governor by default X-Git-Tag: firefly_0821_release~3680^2~164^2~11^2~20 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2b565d72b5288af39460ef4c744f5cab03285266;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index 8d7628c71d03..bb90ecd9e162 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