xref: /linux/drivers/iio/temperature/Kconfig (revision 0d3b051adbb72ed81956447d0d1e54d5943ee6f5)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Temperature sensor drivers
4#
5menu "Temperature sensors"
6
7config 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
17config 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.
27
28config MAXIM_THERMOCOUPLE
29	tristate "Maxim thermocouple sensors"
30	depends on SPI
31	select IIO_BUFFER
32	select IIO_TRIGGERED_BUFFER
33	help
34	  If you say yes here you get support for the Maxim series of
35	  thermocouple sensors connected via SPI.
36
37	  Supported sensors:
38	   * MAX6675
39	   * MAX31855
40
41	  This driver can also be built as a module. If so, the module will
42	  be called maxim_thermocouple.
43
44config HID_SENSOR_TEMP
45	tristate "HID Environmental temperature sensor"
46	depends on HID_SENSOR_HUB
47	select IIO_BUFFER
48	select IIO_TRIGGERED_BUFFER
49	select HID_SENSOR_IIO_COMMON
50	select HID_SENSOR_IIO_TRIGGER
51	help
52	  Say yes here to build support for the HID SENSOR
53	  temperature driver
54
55	  To compile this driver as a module, choose M here: the module
56	  will be called hid-sensor-temperature.
57
58config MLX90614
59	tristate "MLX90614 contact-less infrared sensor"
60	depends on I2C
61	help
62	  If you say yes here you get support for the Melexis
63	  MLX90614 contact-less infrared sensor connected with I2C.
64
65	  This driver can also be built as a module. If so, the module will
66	  be called mlx90614.
67
68config MLX90632
69	tristate "MLX90632 contact-less infrared sensor with medical accuracy"
70	depends on I2C
71	select REGMAP_I2C
72	help
73	  If you say yes here you get support for the Melexis
74	  MLX90632 contact-less infrared sensor with medical accuracy
75	  connected with I2C.
76
77	  This driver can also be built as a module. If so, the module will
78	  be called mlx90632.
79
80config TMP006
81	tristate "TMP006 infrared thermopile sensor"
82	depends on I2C
83	help
84	  If you say yes here you get support for the Texas Instruments
85	  TMP006 infrared thermopile sensor.
86
87	  This driver can also be built as a module. If so, the module will
88	  be called tmp006.
89
90config TMP007
91	tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
92	depends on I2C
93	help
94	  If you say yes here you get support for the Texas Instruments
95	  TMP007 infrared thermopile sensor with Integrated Math Engine.
96
97	  This driver can also be built as a module. If so, the module will
98	  be called tmp007.
99
100config TSYS01
101	tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
102	depends on I2C
103	select IIO_MS_SENSORS_I2C
104	help
105	  If you say yes here you get support for the Measurement Specialties
106	  TSYS01 I2C temperature sensor.
107
108	  This driver can also be built as a module. If so, the module will
109	  be called tsys01.
110
111config TSYS02D
112	tristate "Measurement Specialties TSYS02D temperature sensor"
113	depends on I2C
114	select IIO_MS_SENSORS_I2C
115	help
116	  If you say yes here you get support for the Measurement Specialties
117	  TSYS02D temperature sensor.
118
119	  This driver can also be built as a module. If so, the module will
120	  be called tsys02d.
121
122config MAX31856
123	tristate "MAX31856 thermocouple sensor"
124	depends on SPI
125	help
126	  If you say yes here you get support for MAX31856
127	  thermocouple sensor chip connected via SPI.
128
129	  This driver can also be built as a module.  If so, the module
130	  will be called max31856.
131
132endmenu
133