aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2017-02-07 08:56:41 +0800
committerEduardo Valentin <edubezval@gmail.com>2017-02-18 16:36:12 -0800
commit50fdd36f336a03b9486f1cd4b0d85fcb361baf60 (patch)
tree0e237ed828a37a8410cefbc8ef85a659e8440c99 /drivers/thermal/Makefile
parentdt: bindings: add documentation for zx2967 family thermal sensor (diff)
downloadlinux-dev-50fdd36f336a03b9486f1cd4b0d85fcb361baf60.tar.xz
linux-dev-50fdd36f336a03b9486f1cd4b0d85fcb361baf60.zip
thermal: zx2967: add thermal driver for ZTE's zx2967 family
This patch adds thermal driver for ZTE's zx2967 family. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index adcf3cc90859..7adae2029355 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -57,3 +57,4 @@ obj-$(CONFIG_TEGRA_SOCTHERM) += tegra/
obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o
obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o
+obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o