hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/iio/temperature/Kconfig
....@@ -1,7 +1,29 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Temperature sensor drivers
34 #
45 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.
527
628 config MAXIM_THERMOCOUPLE
729 tristate "Maxim thermocouple sensors"
....@@ -23,7 +45,6 @@
2345 tristate "HID Environmental temperature sensor"
2446 depends on HID_SENSOR_HUB
2547 select IIO_BUFFER
26
- select IIO_TRIGGERED_BUFFER
2748 select HID_SENSOR_IIO_COMMON
2849 select HID_SENSOR_IIO_TRIGGER
2950 help
....@@ -66,14 +87,14 @@
6687 be called tmp006.
6788
6889 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.
7495
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.
7798
7899 config TSYS01
79100 tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
....@@ -97,4 +118,14 @@
97118 This driver can also be built as a module. If so, the module will
98119 be called tsys02d.
99120
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
+
100131 endmenu