Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 1 | # |
| 2 | # Temperature sensor drivers |
| 3 | # |
| 4 | menu "Temperature sensors" |
| 5 | |
Matt Ranostay | 1f25ca1 | 2016-07-04 18:54:04 -0700 | [diff] [blame] | 6 | config MAXIM_THERMOCOUPLE |
| 7 | tristate "Maxim thermocouple sensors" |
| 8 | depends on SPI |
Alison Schofield | e245445 | 2016-08-15 16:09:36 -0700 | [diff] [blame] | 9 | select IIO_BUFFER |
| 10 | select IIO_TRIGGERED_BUFFER |
Matt Ranostay | 1f25ca1 | 2016-07-04 18:54:04 -0700 | [diff] [blame] | 11 | help |
| 12 | If you say yes here you get support for the Maxim series of |
| 13 | thermocouple sensors connected via SPI. |
| 14 | |
| 15 | Supported sensors: |
| 16 | * MAX6675 |
| 17 | * MAX31855 |
| 18 | |
| 19 | This driver can also be built as a module. If so, the module will |
| 20 | be called maxim_thermocouple. |
| 21 | |
Peter Meerwald | 474fe21 | 2014-02-05 16:57:00 +0000 | [diff] [blame] | 22 | config MLX90614 |
| 23 | tristate "MLX90614 contact-less infrared sensor" |
| 24 | depends on I2C |
| 25 | help |
| 26 | If you say yes here you get support for the Melexis |
| 27 | MLX90614 contact-less infrared sensor connected with I2C. |
| 28 | |
| 29 | This driver can also be built as a module. If so, the module will |
| 30 | be called mlx90614. |
| 31 | |
Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 32 | config TMP006 |
| 33 | tristate "TMP006 infrared thermopile sensor" |
| 34 | depends on I2C |
| 35 | help |
| 36 | If you say yes here you get support for the Texas Instruments |
| 37 | TMP006 infrared thermopile sensor. |
| 38 | |
| 39 | This driver can also be built as a module. If so, the module will |
| 40 | be called tmp006. |
| 41 | |
Manivannan Sadhasivam | 948b707 | 2017-01-09 08:25:26 +0530 | [diff] [blame] | 42 | config TMP007 |
| 43 | tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" |
| 44 | depends on I2C |
| 45 | help |
| 46 | If you say yes here you get support for the Texas Instruments |
| 47 | TMP007 infrared thermopile sensor with Integrated Math Engine. |
| 48 | |
| 49 | This driver can also be built as a module. If so, the module will |
| 50 | be called tmp007. |
| 51 | |
Ludovic Tancerel | 43e5340 | 2015-10-01 16:13:37 +0200 | [diff] [blame] | 52 | config TSYS01 |
| 53 | tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection" |
| 54 | depends on I2C |
| 55 | select IIO_MS_SENSORS_I2C |
| 56 | help |
| 57 | If you say yes here you get support for the Measurement Specialties |
| 58 | TSYS01 I2C temperature sensor. |
| 59 | |
| 60 | This driver can also be built as a module. If so, the module will |
| 61 | be called tsys01. |
| 62 | |
Ludovic Tancerel | 53bf4d06 | 2015-10-01 16:13:38 +0200 | [diff] [blame] | 63 | config TSYS02D |
| 64 | tristate "Measurement Specialties TSYS02D temperature sensor" |
| 65 | depends on I2C |
| 66 | select IIO_MS_SENSORS_I2C |
| 67 | help |
| 68 | If you say yes here you get support for the Measurement Specialties |
| 69 | TSYS02D temperature sensor. |
| 70 | |
| 71 | This driver can also be built as a module. If so, the module will |
| 72 | be called tsys02d. |
| 73 | |
Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 74 | endmenu |