diff options
author | Manivannan Sadhasivam <manivannanece23@gmail.com> | 2017-01-09 05:55:26 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-14 13:45:05 +0300 |
commit | 948b707df8d2493346f7a2979632ab5ae8b8abb6 (patch) | |
tree | d077cc31c506c9dcb65bbe22019e2f4dbb053ae3 /drivers/iio/temperature/Makefile | |
parent | e30eca0e69cb888125b081c96ca761e958fcb5b4 (diff) | |
download | linux-948b707df8d2493346f7a2979632ab5ae8b8abb6.tar.xz |
iio:temperature: Add support for TI TMP007 sensor
This patch adds support for TI TMP007 - 16 bit IR thermopile sensor with integrated Math engine.
Sensor takes care of calculating the object temperature with the help of calibrated constants stored in non-volatile memory,
thereby reducing the calculation overhead.
Signed-off-by: Manivannan Sadhasivam <manivannanece23@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/Makefile')
-rw-r--r-- | drivers/iio/temperature/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Makefile b/drivers/iio/temperature/Makefile index 78c3de0dc3f0..4c4377480726 100644 --- a/drivers/iio/temperature/Makefile +++ b/drivers/iio/temperature/Makefile @@ -5,5 +5,6 @@ obj-$(CONFIG_MAXIM_THERMOCOUPLE) += maxim_thermocouple.o obj-$(CONFIG_MLX90614) += mlx90614.o obj-$(CONFIG_TMP006) += tmp006.o +obj-$(CONFIG_TMP007) += tmp007.o obj-$(CONFIG_TSYS01) += tsys01.o obj-$(CONFIG_TSYS02D) += tsys02d.o |