diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-02-05 17:57:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-05-03 12:38:13 +0200 |
commit | 474fe212e669b6c1698982041028f7727c879970 (patch) | |
tree | 5e3c5606c8d759914630c31abba98fe6993177d7 /drivers/iio/temperature/Kconfig | |
parent | iio: Add ABI documentation for object and ambient modifiers (diff) | |
download | linux-474fe212e669b6c1698982041028f7727c879970.tar.xz linux-474fe212e669b6c1698982041028f7727c879970.zip |
iio: Add Melexis mlx90614 contact-less infrared temperature sensor driver
I2C-controlled sensor measures ambient and object temperatuer
see
http://www.melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/Kconfig')
-rw-r--r-- | drivers/iio/temperature/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig index 372f8fb3085f..21feaa4661b4 100644 --- a/drivers/iio/temperature/Kconfig +++ b/drivers/iio/temperature/Kconfig @@ -3,6 +3,16 @@ # menu "Temperature sensors" +config MLX90614 + tristate "MLX90614 contact-less infrared sensor" + depends on I2C + help + If you say yes here you get support for the Melexis + MLX90614 contact-less infrared sensor connected with I2C. + + This driver can also be built as a module. If so, the module will + be called mlx90614. + config TMP006 tristate "TMP006 infrared thermopile sensor" depends on I2C |