[openwrt/openwrt] ipq806x: 5.15: enable new devfreq scaling driver in config

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 11 12:29:13 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8392a6b395c036cfc82a181cb1d814ba2249481c

commit 8392a6b395c036cfc82a181cb1d814ba2249481c
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sat Jun 18 04:08:38 2022 +0200

    ipq806x: 5.15: enable new devfreq scaling driver in config
    
    Enable new devfreq scaling driver in kernel config.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/ipq806x/config-5.15 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/config-5.15 b/target/linux/ipq806x/config-5.15
index 967abbfb08..b2b3e601be 100644
--- a/target/linux/ipq806x/config-5.15
+++ b/target/linux/ipq806x/config-5.15
@@ -121,12 +121,14 @@ CONFIG_CRYPTO_ZSTD=y
 CONFIG_DCACHE_WORD_ACCESS=y
 CONFIG_DEBUG_GPIO=y
 CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
-# CONFIG_DEVFREQ_GOV_PASSIVE is not set
+CONFIG_DEVFREQ_GOV_PASSIVE=y
 # CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
 # CONFIG_DEVFREQ_GOV_POWERSAVE is not set
 # CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND is not set
 # CONFIG_DEVFREQ_GOV_USERSPACE is not set
 # CONFIG_DEVFREQ_THERMAL is not set
+CONFIG_ARM_KRAIT_CACHE_DEVFREQ=y
+CONFIG_ARM_IPQ806X_FAB_DEVFREQ=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_OF=y




More information about the lede-commits mailing list