Merge branch 'nvme-5.2-rc2' of git://git.infradead.org/nvme into for-linus
[linux-2.6-microblaze.git] / drivers / iio / humidity / Kconfig
1 #
2 # humidity sensor drivers
3 #
4 menu "Humidity sensors"
5
6 config AM2315
7         tristate "Aosong AM2315 relative humidity and temperature sensor"
8         depends on I2C
9         select IIO_BUFFER
10         select IIO_TRIGGERED_BUFFER
11         help
12           If you say yes here you get support for the Aosong AM2315
13           relative humidity and ambient temperature sensor.
14
15           This driver can also be built as a module. If so, the module will
16           be called am2315.
17
18 config DHT11
19         tristate "DHT11 (and compatible sensors) driver"
20         depends on GPIOLIB || COMPILE_TEST
21         help
22           This driver supports reading data via a single interrupt
23           generating GPIO line. Currently tested are DHT11 and DHT22.
24           Other sensors should work as well as long as they speak the
25           same protocol.
26
27 config HDC100X
28         tristate "TI HDC100x relative humidity and temperature sensor"
29         depends on I2C
30         select IIO_BUFFER
31         select IIO_TRIGGERED_BUFFER
32         help
33           Say yes here to build support for the Texas Instruments
34           HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative
35           humidity and temperature sensors.
36
37           To compile this driver as a module, choose M here: the module
38           will be called hdc100x.
39
40 config HID_SENSOR_HUMIDITY
41         tristate "HID Environmental humidity sensor"
42         depends on HID_SENSOR_HUB
43         select IIO_BUFFER
44         select IIO_TRIGGERED_BUFFER
45         select HID_SENSOR_IIO_COMMON
46         select HID_SENSOR_IIO_TRIGGER
47         help
48           Say yes here to build support for the HID SENSOR
49           humidity driver
50
51           To compile this driver as a module, choose M here: the module
52           will be called hid-sensor-humidity.
53
54 config HTS221
55         tristate "STMicroelectronics HTS221 sensor Driver"
56         depends on (I2C || SPI)
57         select IIO_BUFFER
58         select IIO_TRIGGERED_BUFFER
59         select HTS221_I2C if (I2C)
60         select HTS221_SPI if (SPI_MASTER)
61         help
62           Say yes here to build support for STMicroelectronics HTS221
63           temperature-humidity sensor
64
65           To compile this driver as a module, choose M here: the module
66           will be called hts221.
67
68 config HTS221_I2C
69         tristate
70         depends on HTS221
71         select REGMAP_I2C
72
73 config HTS221_SPI
74         tristate
75         depends on HTS221
76         select REGMAP_SPI
77
78 config HTU21
79         tristate "Measurement Specialties HTU21 humidity & temperature sensor"
80         depends on I2C
81         select IIO_MS_SENSORS_I2C
82         help
83           If you say yes here you get support for the Measurement Specialties
84           HTU21 humidity and temperature sensor.
85           This driver is also used for MS8607 temperature, pressure & humidity
86           sensor
87
88           This driver can also be built as a module. If so, the module will
89           be called htu21.
90
91 config SI7005
92         tristate "SI7005 relative humidity and temperature sensor"
93         depends on I2C
94         help
95           Say yes here to build support for the Silabs Si7005 relative
96           humidity and temperature sensor.
97
98           To compile this driver as a module, choose M here: the module
99           will be called si7005. This driver also
100           supports Hoperf TH02 Humidity and Temperature Sensor.
101
102 config SI7020
103         tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
104         depends on I2C
105         help
106           Say yes here to build support for the Silicon Labs Si7013/20/21
107           Relative Humidity and Temperature Sensors. This driver also
108           supports Hoperf TH06 Humidity and Temperature Sensor.
109
110           To compile this driver as a module, choose M here: the module
111           will be called si7020.
112
113 endmenu