summaryrefslogtreecommitdiff
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorkongxinwei <kong.kongxinwei@hisilicon.com>2015-05-20 11:16:37 (GMT)
committerEduardo Valentin <edubezval@gmail.com>2015-06-03 22:58:52 (GMT)
commit9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1 (patch)
tree688ee807841497cdf9a0101b9addb505ae671bad /drivers/thermal/Makefile
parent59e85635d3e03ef9ac74ec8e39834a25b8e59dc7 (diff)
downloadlinux-9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1.tar.xz
thermal: hisilicon: add new hisilicon thermal sensor driver
This patch adds the support for hisilicon thermal sensor, within hisilicon SoC. there will register sensors for thermal framework and use device tree to bind cooling device. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: kongxinwei <kong.kongxinwei@hisilicon.com> 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 b1783cf..ff6422e 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -41,3 +41,4 @@ obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/
obj-$(CONFIG_ST_THERMAL) += st/
obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o
+obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o