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

Commit 863d8d5d authored by Rama Aparna Mallavarapu's avatar Rama Aparna Mallavarapu Committed by Rama Aparna Mallavarapu
Browse files

defconfig: kona: Enable CPUFREQ Time in State Stats config on kona



This config exports CPU time-in-state information through procfs. The
procfs entries /proc/uid_time_in_state, /proc/uid_concurrent_active_time
and /proc/uid_concurrent_policy_time are needed for the compliance tests
to pass on kona.

Change-Id: I6b583e4eda2c054a31c6ab23f88d580eada44220
Signed-off-by: default avatarRama Aparna Mallavarapu <aparnam@codeaurora.org>
parent f18dbda7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ CONFIG_ENERGY_MODEL=y
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ CONFIG_ENERGY_MODEL=y
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y