From 5ef5b6d46f6b2a375230fa7dee8695e4574b78be Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sun, 5 May 2019 13:23:54 +0000 Subject: thermal: add i.MX8 thermal driver Add i.MX8 thermal driver to support get temperature from SCU. Signed-off-by: Peng Fan --- drivers/thermal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/thermal/Makefile') diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index cc75e387e4..ef2929d180 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 -- cgit v1.2.3