Hi Krzysztof,
Thanks for your review comments.
On Mon, 14 Sept 2026 at 12:30, Krzysztof Kozlowski [off-list ref] wrote:
On 13/09/2026 16:58, Anand Moon wrote:
quoted
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 <redacted>
---
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
No, drivers should not select user visible symbols and also this has
absolutely nothing to do with Exynos.
NAK
Many distros do not enable it, so I wanted this selected by default.
Best regards,
Krzysztof
Thanks
-Anand