.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Temperature sensor drivers |
---|
3 | 4 | # |
---|
4 | 5 | menu "Temperature sensors" |
---|
| 6 | + |
---|
| 7 | +config IQS620AT_TEMP |
---|
| 8 | + tristate "Azoteq IQS620AT temperature sensor" |
---|
| 9 | + depends on MFD_IQS62X || COMPILE_TEST |
---|
| 10 | + help |
---|
| 11 | + Say Y here if you want to build support for the Azoteq IQS620AT |
---|
| 12 | + temperature sensor. |
---|
| 13 | + |
---|
| 14 | + To compile this driver as a module, choose M here: the module |
---|
| 15 | + will be called iqs620at-temp. |
---|
| 16 | + |
---|
| 17 | +config LTC2983 |
---|
| 18 | + tristate "Analog Devices Multi-Sensor Digital Temperature Measurement System" |
---|
| 19 | + depends on SPI |
---|
| 20 | + select REGMAP_SPI |
---|
| 21 | + help |
---|
| 22 | + Say yes here to build support for the LTC2983 Multi-Sensor |
---|
| 23 | + high accuracy digital temperature measurement system. |
---|
| 24 | + |
---|
| 25 | + To compile this driver as a module, choose M here: the module |
---|
| 26 | + will be called ltc2983. |
---|
5 | 27 | |
---|
6 | 28 | config MAXIM_THERMOCOUPLE |
---|
7 | 29 | tristate "Maxim thermocouple sensors" |
---|
.. | .. |
---|
23 | 45 | tristate "HID Environmental temperature sensor" |
---|
24 | 46 | depends on HID_SENSOR_HUB |
---|
25 | 47 | select IIO_BUFFER |
---|
26 | | - select IIO_TRIGGERED_BUFFER |
---|
27 | 48 | select HID_SENSOR_IIO_COMMON |
---|
28 | 49 | select HID_SENSOR_IIO_TRIGGER |
---|
29 | 50 | help |
---|
.. | .. |
---|
66 | 87 | be called tmp006. |
---|
67 | 88 | |
---|
68 | 89 | config TMP007 |
---|
69 | | - tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" |
---|
70 | | - depends on I2C |
---|
71 | | - help |
---|
72 | | - If you say yes here you get support for the Texas Instruments |
---|
73 | | - TMP007 infrared thermopile sensor with Integrated Math Engine. |
---|
| 90 | + tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" |
---|
| 91 | + depends on I2C |
---|
| 92 | + help |
---|
| 93 | + If you say yes here you get support for the Texas Instruments |
---|
| 94 | + TMP007 infrared thermopile sensor with Integrated Math Engine. |
---|
74 | 95 | |
---|
75 | | - This driver can also be built as a module. If so, the module will |
---|
76 | | - be called tmp007. |
---|
| 96 | + This driver can also be built as a module. If so, the module will |
---|
| 97 | + be called tmp007. |
---|
77 | 98 | |
---|
78 | 99 | config TSYS01 |
---|
79 | 100 | tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection" |
---|
.. | .. |
---|
97 | 118 | This driver can also be built as a module. If so, the module will |
---|
98 | 119 | be called tsys02d. |
---|
99 | 120 | |
---|
| 121 | +config MAX31856 |
---|
| 122 | + tristate "MAX31856 thermocouple sensor" |
---|
| 123 | + depends on SPI |
---|
| 124 | + help |
---|
| 125 | + If you say yes here you get support for MAX31856 |
---|
| 126 | + thermocouple sensor chip connected via SPI. |
---|
| 127 | + |
---|
| 128 | + This driver can also be built as a module. If so, the module |
---|
| 129 | + will be called max31856. |
---|
| 130 | + |
---|
100 | 131 | endmenu |
---|