kernel: Disable CPU_THERMAL by default
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Apr 2021 08:45:06 +0000 (10:45 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Apr 2021 19:56:05 +0000 (21:56 +0200)
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@linaro.org>
target/linux/generic/config-5.10
target/linux/oxnas/config-5.10

index 43d412e3a5b6f907bd7dec7ecfaaf716982e05e4..a50195b98909ce8535a4b9b1c8cccaaee230e8a3 100644 (file)
@@ -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
index f5d782e9bb66d9bfb989cbbb5d7086d8ee776e8d..f356b305caa671a3acc5a04892b680836c8f53c1 100644 (file)
@@ -100,7 +100,6 @@ CONFIG_CPU_PABRT_LEGACY=y
 CONFIG_CPU_PM=y
 CONFIG_CPU_THUMB_CAPABLE=y
 CONFIG_CPU_TLB_V4WBI=y
-# CONFIG_CPU_THERMAL is not set
 CONFIG_CPU_USE_DOMAINS=y
 CONFIG_CRASH_CORE=y
 CONFIG_CRC16=y