Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / iio / temperature / Kconfig
CommitLineData
e5a63942
PM
1#
2# Temperature sensor drivers
3#
4menu "Temperature sensors"
5
1f25ca11
MR
6config MAXIM_THERMOCOUPLE
7 tristate "Maxim thermocouple sensors"
8 depends on SPI
e2454455
AS
9 select IIO_BUFFER
10 select IIO_TRIGGERED_BUFFER
1f25ca11
MR
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
474fe212
PM
22config 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
e5a63942
PM
32config 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
43e53407
LT
42config TSYS01
43 tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
44 depends on I2C
45 select IIO_MS_SENSORS_I2C
46 help
47 If you say yes here you get support for the Measurement Specialties
48 TSYS01 I2C temperature sensor.
49
50 This driver can also be built as a module. If so, the module will
51 be called tsys01.
52
53bf4d06
LT
53config TSYS02D
54 tristate "Measurement Specialties TSYS02D temperature sensor"
55 depends on I2C
56 select IIO_MS_SENSORS_I2C
57 help
58 If you say yes here you get support for the Measurement Specialties
59 TSYS02D temperature sensor.
60
61 This driver can also be built as a module. If so, the module will
62 be called tsys02d.
63
e5a63942 64endmenu
This page took 0.228553 seconds and 5 git commands to generate.