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

Commit 71fb242a authored by Tri Vo's avatar Tri Vo Committed by Alistair Delva
Browse files

ANDROID: cuttlefish_defconfig: enable CONFIG_CPU_FREQ_TIMES



Need this config for:
/proc/uid_time_in_state
/proc/uid_concurrent_active_time
/proc/uid_concurrent_policy_time

CONFIG_CPU_FREQ_TIMES is not strictly required. However, we enable it on
cuttlefish to stay consistent with Pixel devices.

Signed-off-by: default avatarTri Vo <trong@google.com>
Change-Id: I288a9e4142805c4f859f6d1d1dc66e13ca6890dc
parent bc73661e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ CONFIG_PM_DEBUG=y
CONFIG_CPU_IDLE=y
CONFIG_ARM_CPUIDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ CONFIG_ACPI_PROCFS_POWER=y
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_X86_PM_TIMER is not set
CONFIG_CPU_FREQ_TIMES=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_PCI_MMCONFIG=y