[openwrt/openwrt] kernel: unset CONFIG_DEVFREQ_THERMAL in kmod-thermal package

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 23 07:20:59 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6b9df468f05fefa21a8cbce2fdb2e59692b4d246

commit 6b9df468f05fefa21a8cbce2fdb2e59692b4d246
Author: Thomas Richard <thomas.richard at bootlin.com>
AuthorDate: Fri Oct 25 15:23:26 2024 +0200

    kernel: unset CONFIG_DEVFREQ_THERMAL in kmod-thermal package
    
    It is needed for the stm32/stm32mp1 subtarget.
    
    Signed-off-by: Thomas Richard <thomas.richard at bootlin.com>
    Link: https://github.com/openwrt/openwrt/pull/16716
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/linux/modules/other.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index bbebcf37ec..7b64985fd6 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -961,6 +961,7 @@ define KernelPackage/thermal
 	CONFIG_THERMAL=y \
 	CONFIG_THERMAL_OF=y \
 	CONFIG_CPU_THERMAL=y \
+	CONFIG_DEVFREQ_THERMAL=n \
 	CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y \
 	CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=n \
 	CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE=n \




More information about the lede-commits mailing list