diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2023-03-27 10:23:31 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-04-04 09:35:39 +0200 |
commit | bc1bcd272e5d5118bb20a70ed558f0068b68af2d (patch) | |
tree | ed3939d94d44e1131b92ec493e58969042eecc11 /configs/tqma6s_mba6_spi_defconfig | |
parent | 2443d8b1db58e132d322fbdfd7ac639b59e0cde1 (diff) | |
download | u-boot-bc1bcd272e5d5118bb20a70ed558f0068b68af2d.tar.gz |
configs: tqma6: enable DM_THERMAL
Enabling this gives some informal output at boot time.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Diffstat (limited to 'configs/tqma6s_mba6_spi_defconfig')
-rw-r--r-- | configs/tqma6s_mba6_spi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig index ef7733f4f7d..a9aa3fc8506 100644 --- a/configs/tqma6s_mba6_spi_defconfig +++ b/configs/tqma6s_mba6_spi_defconfig @@ -69,3 +69,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_SERIAL=y +CONFIG_DM_THERMAL=y +CONFIG_IMX_THERMAL=y |