diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-02-07 08:56:41 +0800 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-02-18 16:36:12 -0800 |
commit | 50fdd36f336a03b9486f1cd4b0d85fcb361baf60 (patch) | |
tree | 0e237ed828a37a8410cefbc8ef85a659e8440c99 /drivers/thermal/Makefile | |
parent | e0fa56489f21e319d0aa9654834209faa3eb481d (diff) | |
download | talos-op-linux-50fdd36f336a03b9486f1cd4b0d85fcb361baf60.tar.gz talos-op-linux-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/Makefile | 1 |
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 |