[PATCH 3/5] thermal: imx_tmu: Select LOG

Fabio Estevam festevam at gmail.com
Wed Aug 23 19:26:35 CEST 2023


From: Fabio Estevam <festevam at denx.de>

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 <festevam at denx.de>
---
 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



More information about the U-Boot mailing list