summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorLaxman Dewangan2016-04-19 09:22:01 +0200
committerEduardo Valentin2016-05-17 16:28:31 +0200
commitb3aef78f76959b94e6df54f80040669a11cc4897 (patch)
treecaa7c6d3db2f0ff71e70697ecad0572f934313e9 /drivers/thermal/Makefile
parentthermal: generic-adc: Add DT binding for ADC based thermal sensor (diff)
downloadkernel-qcow2-linux-b3aef78f76959b94e6df54f80040669a11cc4897.tar.gz
kernel-qcow2-linux-b3aef78f76959b94e6df54f80040669a11cc4897.tar.xz
kernel-qcow2-linux-b3aef78f76959b94e6df54f80040669a11cc4897.zip
thermal: generic-adc: Add ADC based thermal sensor driver
In some of platform, thermal sensors like NCT thermistors are connected to the one of ADC channel. The temperature is read by reading the voltage across the sensor resistance via ADC. Lookup table for ADC read value to temperature is referred to get temperature. ADC is read via IIO framework. Add support for thermal sensor driver which read the voltage across sensor resistance from ADC through IIO framework. Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Laxman Dewangan <ldewangan@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 998134ff3b45..10b07c14f8a9 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -50,3 +50,4 @@ obj-$(CONFIG_ST_THERMAL) += st/
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