summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/Kconfig
diff options
context:
space:
mode:
authorCrt Mori <cmo@melexis.com>2018-01-11 11:20:23 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-02-04 10:21:48 +0000
commitc87742abfc80b3f80c4f7a546193ad78e4fed9b6 (patch)
tree4948be99b02b491458b6b9e1edc16b20bbbcd0c8 /drivers/iio/temperature/Kconfig
parenta8062aa116aa6b25cbd4d1617162fa77f5414883 (diff)
downloadlinux-stable-c87742abfc80b3f80c4f7a546193ad78e4fed9b6.tar.gz
linux-stable-c87742abfc80b3f80c4f7a546193ad78e4fed9b6.tar.bz2
linux-stable-c87742abfc80b3f80c4f7a546193ad78e4fed9b6.zip
iio: temperature: Adding support for MLX90632
Melexis has just released Infra Red temperature sensor MLX90632 used for contact-less temperature measurement. Driver provides basic functionality for reporting object (and ambient) temperature with support for object emissivity. Signed-off-by: Crt Mori <cmo@melexis.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/temperature/Kconfig')
-rw-r--r--drivers/iio/temperature/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig
index 5378976d6d27..82e4a62745e2 100644
--- a/drivers/iio/temperature/Kconfig
+++ b/drivers/iio/temperature/Kconfig
@@ -43,6 +43,18 @@ config MLX90614
This driver can also be built as a module. If so, the module will
be called mlx90614.
+config MLX90632
+ tristate "MLX90632 contact-less infrared sensor with medical accuracy"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ If you say yes here you get support for the Melexis
+ MLX90632 contact-less infrared sensor with medical accuracy
+ connected with I2C.
+
+ This driver can also be built as a module. If so, the module will
+ be called mlx90632.
+
config TMP006
tristate "TMP006 infrared thermopile sensor"
depends on I2C