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

Commit 76c4277d authored by yonghaih's avatar yonghaih
Browse files

defconfig: sm8150: enable cpufreq stats config



Currently, can't get cpufreq stats in sysfs node of cpufreq/stat,
and this sysfs is signifcant for debug and test. So eanble it.

Change-Id: I9691ca1b474e1bd582eb7635f39a33df6cdfc86b
Signed-off-by: default avataryonghaih <yonghaih@codeaurora.org>
parent 3734c515
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ CONFIG_PM_WAKELOCKS_LIMIT=0
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ CONFIG_PM_DEBUG=y
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y