configs: android: Enable interactive cpufreq governor by default
authorJon Medhurst <tixy@linaro.org>
Thu, 11 Apr 2013 07:41:40 +0000 (08:41 +0100)
committerJon Medhurst <tixy@linaro.org>
Mon, 13 May 2013 12:21:43 +0000 (13:21 +0100)
This is Android's standard cpufreq governor and is enabled by
default in the AOSP tree.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
linaro/configs/android.conf

index 8d7628c71d039dd26518a9b741266491c3122447..bb90ecd9e16273ebbc948d72d4d79cc77fa54559 100644 (file)
@@ -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