From: Fabio Estevam <[email protected]> Without LOG being selected, the dev_info() information from the imx_tmu driver cannot be printed.
Select the LOG option, so that no dev_info() messages are lost. Signed-off-by: Fabio Estevam <[email protected]> --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 681b621760..0a1d11e216 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -29,6 +29,7 @@ config IMX_SCU_THERMAL config IMX_TMU bool "Thermal Management Unit driver for NXP i.MX8M and iMX93" depends on ARCH_IMX8M || IMX93 + select LOG help Support for Temperature sensors on NXP i.MX8M and iMX93. It supports one critical trip point and one passive trip point. -- 2.34.1

