[PATCH v9 9/9] thermal/drivers/exynos: Select thermal emulation support

From: Anand Moon

Date: Sun Sep 13 2026 - 11:01:51 EST


Select THERMAL_EMULATION when EXYNOS_THERMAL is enabled, as the Exynos
TMU driver provides thermal emulation support.

This ensures the thermal emulation framework is enabled whenever the
Exynos TMU driver is built.

Signed-off-by: Anand Moon <linux.amoon@xxxxxxxxx>
---
drivers/thermal/samsung/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig
index e1e8035d24fb..7d5590f78185 100644
--- a/drivers/thermal/samsung/Kconfig
+++ b/drivers/thermal/samsung/Kconfig
@@ -4,6 +4,7 @@ config EXYNOS_THERMAL
depends on THERMAL_OF
depends on HAS_IOMEM
default ARCH_EXYNOS
+ select THERMAL_EMULATION
help
If you say yes here you get support for the TMU (Thermal Management
Unit) driver for Samsung Exynos series of SoCs. This driver initialises
--
2.55.0