[openwrt/openwrt] ipq807x: Enable CPU frequency scaling stats

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 31 07:33:42 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/91add68e50ea71b92f8528cba01de0017a15492b

commit 91add68e50ea71b92f8528cba01de0017a15492b
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Mon Jan 30 18:20:38 2023 +0200

    ipq807x: Enable CPU frequency scaling stats
    
    Enable the CPU frequency scaling statistics in kernel config.
    
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
    Reviewed-by: Robert Marko <robimarko at gmail.com>
---
 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




More information about the lede-commits mailing list