diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-04-14 10:45:06 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-17 21:56:05 +0200 |
commit | 5288ee33e9af97e49378343d68bda9f58c130cd7 (patch) | |
tree | 504848e248aa9d7ab260d837f76ddb6a0f0fc61d /target/linux/generic/config-5.10 | |
parent | 67a84131554a61b4e1e5e137b94f5b833db3bf96 (diff) | |
download | upstream-5288ee33e9af97e49378343d68bda9f58c130cd7.tar.gz upstream-5288ee33e9af97e49378343d68bda9f58c130cd7.tar.bz2 upstream-5288ee33e9af97e49378343d68bda9f58c130cd7.zip |
kernel: Disable CPU_THERMAL by default
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>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 43d412e3a5..a50195b989 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 |