1d3da05eca39bffeb00638e813ff1bf349836094
[linux-2.6-microblaze.git] / drivers / iio / temperature / Kconfig
1 #
2 # Temperature sensor drivers
3 #
4 menu "Temperature sensors"
5
6 config MAXIM_THERMOCOUPLE
7         tristate "Maxim thermocouple sensors"
8         depends on SPI
9         help
10           If you say yes here you get support for the Maxim series of
11           thermocouple sensors connected via SPI.
12
13           Supported sensors:
14            * MAX6675
15            * MAX31855
16
17           This driver can also be built as a module. If so, the module will
18           be called maxim_thermocouple.
19
20 config MLX90614
21         tristate "MLX90614 contact-less infrared sensor"
22         depends on I2C
23         help
24           If you say yes here you get support for the Melexis
25           MLX90614 contact-less infrared sensor connected with I2C.
26
27           This driver can also be built as a module. If so, the module will
28           be called mlx90614.
29
30 config TMP006
31         tristate "TMP006 infrared thermopile sensor"
32         depends on I2C
33         help
34           If you say yes here you get support for the Texas Instruments
35           TMP006 infrared thermopile sensor.
36
37           This driver can also be built as a module. If so, the module will
38           be called tmp006.
39
40 config TSYS01
41         tristate "Measurement Specialties TSYS01 temperature sensor using I2C bus connection"
42         depends on I2C
43         select IIO_MS_SENSORS_I2C
44         help
45           If you say yes here you get support for the Measurement Specialties
46           TSYS01 I2C temperature sensor.
47
48           This driver can also be built as a module. If so, the module will
49           be called tsys01.
50
51 config TSYS02D
52         tristate "Measurement Specialties TSYS02D temperature sensor"
53         depends on I2C
54         select IIO_MS_SENSORS_I2C
55         help
56           If you say yes here you get support for the Measurement Specialties
57           TSYS02D temperature sensor.
58
59           This driver can also be built as a module. If so, the module will
60           be called tsys02d.
61
62 endmenu