aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorkongxinwei <kong.kongxinwei@hisilicon.com>2015-05-20 19:16:37 +0800
committerEduardo Valentin <edubezval@gmail.com>2015-06-03 15:58:52 -0700
commit9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1 (patch)
tree688ee807841497cdf9a0101b9addb505ae671bad /drivers/thermal/Makefile
parentdt-bindings: Document the hi6220 thermal sensor bindings (diff)
downloadwireguard-linux-9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1.tar.xz
wireguard-linux-9a5238a9c6c33dd31525f2bba4aa1af4f8374ae1.zip
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 b1783cf37ed2..ff6422e5840d 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