aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2014-09-29 17:17:31 +0300
committerEduardo Valentin <edubezval@gmail.com>2014-11-20 10:43:17 -0400
commit66fb84805134c39f00d7c2054c881faa50910390 (patch)
treef18f7f40a4348c33d326c1f0f5ad79bf8150e3ba /drivers/thermal/Makefile
parentARM: tegra: Add thermal trip points for Jetson TK1 (diff)
downloadlinux-dev-66fb84805134c39f00d7c2054c881faa50910390.tar.xz
linux-dev-66fb84805134c39f00d7c2054c881faa50910390.zip
thermal: Add Tegra SOCTHERM thermal management driver
This adds support for the Tegra SOCTHERM thermal sensing and management system found in the Tegra124 system-on-chip. This initial driver supports temperature polling for four thermal zones. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.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 9d33532cae9f..2b18e3ac581f 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -37,3 +37,4 @@ obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
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