aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fried <rfried@codeaurora.org>2018-02-06 14:37:40 +0200
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:04 +0530
commit579876e791ba0885f69d669387303671be38df7d (patch)
treeffcb45605567187c75fdddec946739b346fc62c6
parent60fa4d01e22cb9675e9b3764b48d09664e95dcb0 (diff)
kernel: configs: add freq stat to sysfs
It's useful for testing cpu frequency Signed-off-by: Ramon Fried <rfried@codeaurora.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index 16b696b96ad8..b287f81b0afc 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -219,6 +219,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPU_FREQ_STAT=y
CONFIG_PRINTK_TIME=y
CONFIG_STACKTRACE=y
CONFIG_MMC_BLOCK_MINORS=32