diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-05-05 13:23:54 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 15:17:05 +0200 |
commit | 5ef5b6d46f6b2a375230fa7dee8695e4574b78be (patch) | |
tree | 85eb7f020ed6d5310bf795afe3d354e8b6a8530b /drivers/thermal/Makefile | |
parent | 7752a0fef74be1b222caf1d9c5cf07e0e4b6190c (diff) | |
download | u-boot-5ef5b6d46f6b2a375230fa7dee8695e4574b78be.tar.gz |
thermal: add i.MX8 thermal driver
Add i.MX8 thermal driver to support get temperature from SCU.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index cc75e387e4c..ef2929d1808 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -5,4 +5,5 @@ obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o +obj-$(CONFIG_IMX_SCU_THERMAL) += imx_scu_thermal.o obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o |