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>
This commit is contained in:
parent
67a8413155
commit
5288ee33e9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user