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

Commit a816595b authored by Rohit Gupta's avatar Rohit Gupta Committed by Junjie Wu
Browse files

defconfig: 8994: Enable CPU boost driver



This driver does sync of CPU frequencies on migration of an important
thread from a fast CPU to a slow CPU.
It also boosts CPU scaling_min to a userspace specified value on
touch events

Change-Id: I82a6774f2167104d4dd6af97ef0fa13a0cc66806
Signed-off-by: default avatarRohit Gupta <rohgup@codeaurora.org>
parent ae91bc69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ 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_BOOST=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
CONFIG_NET=y
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ 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_BOOST=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
CONFIG_NET=y