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

From: Krzysztof Kozlowski

Date: Mon Sep 14 2026 - 03:05:32 EST


On 13/09/2026 16:58, Anand Moon wrote:
> 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

No, drivers should not select user visible symbols and also this has
absolutely nothing to do with Exynos.

NAK

Best regards,
Krzysztof