[PATCH] kernel: Disable CPU_THERMAL by default

Linus Walleij linus.walleij at linaro.org
Wed Apr 14 09:45:06 BST 2021


This config is for platforms that have:
A) CONFIG_THERMAL set (we disable it by default)
B) Has thermal zones that need to control cpufreq

This is not suitable for default config, it needs to be enabled
on a per-target basis in individual configs.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 target/linux/generic/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index a52fa1e6812b..2de25a4abd0d 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -979,6 +979,7 @@ CONFIG_CONSTRUCTORS=y
 CONFIG_CPU_LITTLE_ENDIAN=y
 # CONFIG_CPU_NO_EFFICIENT_FFS is not set
 CONFIG_CPU_SW_DOMAIN_PAN=y
+# CONFIG_CPU_THERMAL is not set
 # CONFIG_CRAMFS is not set
 CONFIG_CRAMFS_BLOCKDEV=y
 # CONFIG_CRAMFS_MTD is not set
-- 
2.29.2




More information about the openwrt-devel mailing list