1# 2# Temperature sensor drivers 3# 4menu "Temperature sensors" 5 6config MLX90614 7 tristate "MLX90614 contact-less infrared sensor" 8 depends on I2C 9 help 10 If you say yes here you get support for the Melexis 11 MLX90614 contact-less infrared sensor connected with I2C. 12 13 This driver can also be built as a module. If so, the module will 14 be called mlx90614. 15 16config TMP006 17 tristate "TMP006 infrared thermopile sensor" 18 depends on I2C 19 help 20 If you say yes here you get support for the Texas Instruments 21 TMP006 infrared thermopile sensor. 22 23 This driver can also be built as a module. If so, the module will 24 be called tmp006. 25 26endmenu 27