From 8c5a61d93c84505bc20ceb74b65e362c4898cf02 Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Wed, 25 Dec 2024 15:48:53 +0800 Subject: [PATCH] Thermal: The thermal core depends on LPWORK Signed-off-by: wangjianyu3 --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 98087070068..6602f27c2d9 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -6,6 +6,7 @@ menuconfig THERMAL bool "Thermal framework" default n + depends on SCHED_LPWORK ---help--- Enable thermal framework.