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

Commit b2f9dc93 authored by Prashanth Bhatta's avatar Prashanth Bhatta
Browse files

defconfig: 9630: Enable Interactive governor



This patch enables Interactive governor to make interactive
governor as one of the available option to choose from the list
of governors

Change-Id: I3ad069cf29bd96723d7d0b9a1ec2b3e6ea558f26
Signed-off-by: default avatarPrashanth Bhatta <bhattap@codeaurora.org>
CRs-fixed: 760011
parent 4fe162d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,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
@@ -44,6 +44,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