From 91add68e50ea71b92f8528cba01de0017a15492b Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 30 Jan 2023 18:20:38 +0200 Subject: [PATCH] ipq807x: Enable CPU frequency scaling stats Enable the CPU frequency scaling statistics in kernel config. Signed-off-by: Hannu Nyman Reviewed-by: Robert Marko --- target/linux/ipq807x/config-5.15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq807x/config-5.15 b/target/linux/ipq807x/config-5.15 index 4a5aee7d9e..5dbc62dd66 100644 --- a/target/linux/ipq807x/config-5.15 +++ b/target/linux/ipq807x/config-5.15 @@ -73,7 +73,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y # CONFIG_CPU_FREQ_GOV_USERSPACE is not set -# CONFIG_CPU_FREQ_STAT is not set +CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_THERMAL=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_MENU=y