mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
474fe212e6
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>
27 lines
644 B
Plaintext
27 lines
644 B
Plaintext
#
|
|
# Temperature sensor drivers
|
|
#
|
|
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
|
|
help
|
|
If you say yes here you get support for the Texas Instruments
|
|
TMP006 infrared thermopile sensor.
|
|
|
|
This driver can also be built as a module. If so, the module will
|
|
be called tmp006.
|
|
|
|
endmenu
|