defconfig: 8084: Enable Interactive governor

This patch enables Interactive governor in below defconfig.
 *apq8084_defconfig
 *apq8084-perf_defconfig

 This will make interactive govenor as available option to
 choose from the list of governors.

Change-Id: If770e48e16ec999140f767409adc5d043ae4c751
Signed-off-by: Girish S Ghongdemath <girishsg@codeaurora.org>
This commit is contained in:
Girish S Ghongdemath 2013-11-27 16:21:57 -08:00
parent 03ccedbc30
commit bc61cccad1
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_IDLE=y
CONFIG_VFP=y

View File

@ -98,6 +98,7 @@ CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_IDLE=y
CONFIG_VFP=y