commit | 1da3523e3363b34fecfd9047a66a432b9828f820 | [log] [tgz] |
---|---|---|
author | Benjamin Hahn <B.Hahn@phytec.de> | Tue Feb 20 11:41:44 2024 +0100 |
committer | Fabio Estevam <festevam@denx.de> | Sat Feb 24 16:27:15 2024 -0300 |
tree | 53cee1cafaf11d04dac622fb427df6dfd37046bf | |
parent | 3d491610e9374ff758701196982c6ac55a2c0716 [diff] |
phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU Enable the imx thermal driver to prevent booting when the system is too hot. Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig index bcc38d5..3a81ea7 100644 --- a/configs/phycore-imx8mm_defconfig +++ b/configs/phycore-imx8mm_defconfig
@@ -128,4 +128,5 @@ CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y +CONFIG_IMX_TMU=y CONFIG_IMX_WATCHDOG=y