aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannanece23@gmail.com>2017-01-09 08:25:26 +0530
committerJonathan Cameron <jic23@kernel.org>2017-01-14 10:45:05 +0000
commit948b707df8d2493346f7a2979632ab5ae8b8abb6 (patch)
treed077cc31c506c9dcb65bbe22019e2f4dbb053ae3 /drivers/iio/temperature/Kconfig
parentiio:adc:qcom-spmi-vadc: use div64_s64 instead of direct 64 bit division. (diff)
downloadlinux-dev-948b707df8d2493346f7a2979632ab5ae8b8abb6.tar.xz
linux-dev-948b707df8d2493346f7a2979632ab5ae8b8abb6.zip
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/Kconfig')
-rw-r--r--drivers/iio/temperature/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig
index 5ea77a7e261d..3089e8d0a32d 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -39,6 +39,16 @@ config TMP006
This driver can also be built as a module. If so, the module will
be called tmp006.
+config TMP007
+ tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
+ depends on I2C
+ help
+ If you say yes here you get support for the Texas Instruments
+ TMP007 infrared thermopile sensor with Integrated Math Engine.
+
+ This driver can also be built as a module. If so, the module will
+ be called tmp007.
+
config TSYS01
tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
depends on I2C