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 | |
Song Hongyan | 59d0f2d | 2017-03-03 21:44:32 +0800 | [diff] [blame^] | 22 | config HID_SENSOR_TEMP |
| 23 | tristate "HID Environmental temperature sensor" |
| 24 | depends on HID_SENSOR_HUB |
| 25 | select IIO_BUFFER |
| 26 | select IIO_TRIGGERED_BUFFER |
| 27 | select HID_SENSOR_IIO_COMMON |
| 28 | select HID_SENSOR_IIO_TRIGGER |
| 29 | help |
| 30 | Say yes here to build support for the HID SENSOR |
| 31 | temperature driver |
| 32 | |
| 33 | To compile this driver as a module, choose M here: the module |
| 34 | will be called hid-sensor-temperature. |
| 35 | |
Peter Meerwald | 474fe21 | 2014-02-05 16:57:00 +0000 | [diff] [blame] | 36 | config MLX90614 |
| 37 | tristate "MLX90614 contact-less infrared sensor" |
| 38 | depends on I2C |
| 39 | help |
| 40 | If you say yes here you get support for the Melexis |
| 41 | MLX90614 contact-less infrared sensor connected with I2C. |
| 42 | |
| 43 | This driver can also be built as a module. If so, the module will |
| 44 | be called mlx90614. |
| 45 | |
Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 46 | config TMP006 |
| 47 | tristate "TMP006 infrared thermopile sensor" |
| 48 | depends on I2C |
| 49 | help |
| 50 | If you say yes here you get support for the Texas Instruments |
| 51 | TMP006 infrared thermopile sensor. |
| 52 | |
| 53 | This driver can also be built as a module. If so, the module will |
| 54 | be called tmp006. |
| 55 | |
Manivannan Sadhasivam | 948b707 | 2017-01-09 08:25:26 +0530 | [diff] [blame] | 56 | config TMP007 |
| 57 | tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" |
| 58 | depends on I2C |
| 59 | help |
| 60 | If you say yes here you get support for the Texas Instruments |
| 61 | TMP007 infrared thermopile sensor with Integrated Math Engine. |
| 62 | |
| 63 | This driver can also be built as a module. If so, the module will |
| 64 | be called tmp007. |
| 65 | |
Ludovic Tancerel | 43e5340 | 2015-10-01 16:13:37 +0200 | [diff] [blame] | 66 | config TSYS01 |
| 67 | tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection" |
| 68 | depends on I2C |
| 69 | select IIO_MS_SENSORS_I2C |
| 70 | help |
| 71 | If you say yes here you get support for the Measurement Specialties |
| 72 | TSYS01 I2C temperature sensor. |
| 73 | |
| 74 | This driver can also be built as a module. If so, the module will |
| 75 | be called tsys01. |
| 76 | |
Ludovic Tancerel | 53bf4d06 | 2015-10-01 16:13:38 +0200 | [diff] [blame] | 77 | config TSYS02D |
| 78 | tristate "Measurement Specialties TSYS02D temperature sensor" |
| 79 | depends on I2C |
| 80 | select IIO_MS_SENSORS_I2C |
| 81 | help |
| 82 | If you say yes here you get support for the Measurement Specialties |
| 83 | TSYS02D temperature sensor. |
| 84 | |
| 85 | This driver can also be built as a module. If so, the module will |
| 86 | be called tsys02d. |
| 87 | |
Peter Meerwald | e5a6394 | 2013-08-08 17:39:00 +0100 | [diff] [blame] | 88 | endmenu |