From 6e8c40f0f67f77bb005b1edb5c5fb7cee041eae4 Mon Sep 17 00:00:00 2001 From: luodw1 Date: Wed, 12 Jun 2019 17:44:35 +0800 Subject: [PATCH] cpufreq: enable CPU_FREQ_TIMES option Change-Id: Id1c0b17b73ed1e4df9e0d098ecf48882daa38641 Signed-off-by: luodw1 Reviewed-on: https://gerrit.mot.com/1369617 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Hua Tan Submit-Approved: Jira Key --- drivers/cpufreq/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 652361691e18..d383407a6748 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -39,6 +39,7 @@ config CPU_FREQ_STAT config CPU_FREQ_TIMES bool "CPU frequency time-in-state statistics" + default y help Export CPU time-in-state information through procfs. -- 2.20.1