Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc61ccca authored by Girish S Ghongdemath's avatar Girish S Ghongdemath
Browse files

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: default avatarGirish S Ghongdemath <girishsg@codeaurora.org>
parent 03ccedbc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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