From: Lech Perczak Date: Wed, 15 Nov 2023 00:53:49 +0000 (+0100) Subject: imx: enable CONFIG_CPU_FREQ_THERMAL X-Git-Tag: v24.10.0-rc1~3517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d739e0e0238da9ede88a0149c4715f129688fe;p=thirdparty%2Fopenwrt.git imx: enable CONFIG_CPU_FREQ_THERMAL Without that, imx_thermal fails to initialize on deferred probe, because it fails to register cpufreq cooling device. Signed-off-by: Lech Perczak --- diff --git a/target/linux/imx/config-5.15 b/target/linux/imx/config-5.15 index 9966ad44875..d3291a59973 100644 --- a/target/linux/imx/config-5.15 +++ b/target/linux/imx/config-5.15 @@ -65,6 +65,7 @@ CONFIG_CPU_COPY_V6=y CONFIG_CPU_CP15=y CONFIG_CPU_CP15_MMU=y CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_THERMAL=y CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_ATTR_SET=y CONFIG_CPU_FREQ_GOV_COMMON=y