Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Temperature sensor drivers |
| 3 | # |
| 4 | menu "Temperature sensors" |
| 5 | |
Peter Meerwald | 474fe21 | 2014-02-05 16:57:00 +0000 | [diff] [blame] | 6 | config 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 | |
Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 16 | config 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 | |
| 26 | endmenu |