diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-06-18 04:08:38 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-10-11 21:28:44 +0200 |
commit | 8392a6b395c036cfc82a181cb1d814ba2249481c (patch) | |
tree | 50dbffe1a881d4a70fdfa0309a668d02242d7dc2 /target/linux | |
parent | 9254ed0f3b02bc9cfcc69d78c8fe69e0097818f7 (diff) | |
download | upstream-8392a6b395c036cfc82a181cb1d814ba2249481c.tar.gz upstream-8392a6b395c036cfc82a181cb1d814ba2249481c.tar.bz2 upstream-8392a6b395c036cfc82a181cb1d814ba2249481c.zip |
ipq806x: 5.15: enable new devfreq scaling driver in config
Enable new devfreq scaling driver in kernel config.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/config-5.15 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |