Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mvebu: build kernel with CONFIG_CPU_FREQ_THERMAL=y
CONFIG_CPU_THERMAL doesn't make much sense without either CONFIG_CPU_FREQ_THERMAL or CPU_IDLE_THERMAL being set as well. While prior to Linux 5.10 there has been only CONFIG_CPU_THERMAL, with Linux 5.10 and after the new options have been introduced and were disabled by default. Set CONFIG_CPU_FREQ_THERMAL for mvebu which has support for cpufreq to allow throtteling as a last resort before thermal-triggered shutdown. Fixes: b10d604 ("kernel: add linux 5.10 support") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
- Loading branch information