diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-01-30 18:20:38 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-01-31 16:33:21 +0100 |
commit | 91add68e50ea71b92f8528cba01de0017a15492b (patch) | |
tree | 88b9877292f4f77aad113087879de4d23b3c85ea | |
parent | 3cfa465387ee75451d59a37a3a198bba2deed3ed (diff) | |
download | upstream-91add68e50ea71b92f8528cba01de0017a15492b.tar.gz upstream-91add68e50ea71b92f8528cba01de0017a15492b.tar.bz2 upstream-91add68e50ea71b92f8528cba01de0017a15492b.zip |
ipq807x: Enable CPU frequency scaling stats
Enable the CPU frequency scaling statistics in kernel config.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Reviewed-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | target/linux/ipq807x/config-5.15 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |