summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorPuranjay Mohan <puranjay12@gmail.com>2021-04-07 23:51:47 +0530
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-05-17 13:49:05 +0100
commitdf041e737a38a316976273281f66fbce2ec4b397 (patch)
tree84ddf0db75e7584119f87955ea68b06810a137cd /drivers/iio/temperature/Kconfig
parent5e713b25d137d9cfb9bcf4387513b3acf00c4828 (diff)
downloadlinux-stable-df041e737a38a316976273281f66fbce2ec4b397.tar.gz
linux-stable-df041e737a38a316976273281f66fbce2ec4b397.tar.bz2
linux-stable-df041e737a38a316976273281f66fbce2ec4b397.zip
iio: temperature: add driver support for ti tmp117
TMP117 is a Digital temperature sensor with integrated Non-Volatile memory. Add support for tmp117 driver in iio subsystem. Datasheet: https://www.ti.com/lit/gpn/tmp117 Signed-off-by: Puranjay Mohan <puranjay12@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Link: https://lore.kernel.org/r/20210407182147.77221-3-puranjay12@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 4df60082c1fa..f20ae3c963cb 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -96,6 +96,16 @@ config TMP007
This driver can also be built as a module. If so, the module will
be called tmp007.
+config TMP117
+ tristate "TMP117 Digital temperature sensor with integrated NV memory"
+ depends on I2C
+ help
+ If you say yes here you get support for the Texas Instruments
+ TMP117 Digital temperature sensor with integrated NV memory.
+
+ This driver can also be built as a module. If so, the module will
+ be called tmp117.
+
config TSYS01
tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
depends on I2C