1 # SPDX-License-Identifier: GPL-2.0-only
3 # humidity sensor drivers
5 menu "Humidity sensors"
8 tristate "Aosong AM2315 relative humidity and temperature sensor"
11 select IIO_TRIGGERED_BUFFER
13 If you say yes here you get support for the Aosong AM2315
14 relative humidity and ambient temperature sensor.
16 This driver can also be built as a module. If so, the module will
20 tristate "DHT11 (and compatible sensors) driver"
21 depends on GPIOLIB || COMPILE_TEST
23 This driver supports reading data via a single interrupt
24 generating GPIO line. Currently tested are DHT11 and DHT22.
25 Other sensors should work as well as long as they speak the
29 tristate "TI HDC100x relative humidity and temperature sensor"
32 select IIO_TRIGGERED_BUFFER
34 Say yes here to build support for the Texas Instruments
35 HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative
36 humidity and temperature sensors.
38 To compile this driver as a module, choose M here: the module
39 will be called hdc100x.
42 tristate "TI HDC2010 relative humidity and temperature sensor"
45 Say yes here to build support for the Texas Instruments
46 HDC2010 and HDC2080 relative humidity and temperature sensors.
48 To compile this driver as a module, choose M here: the module
49 will be called hdc2010.
51 config HID_SENSOR_HUMIDITY
52 tristate "HID Environmental humidity sensor"
53 depends on HID_SENSOR_HUB
55 select IIO_TRIGGERED_BUFFER
56 select HID_SENSOR_IIO_COMMON
57 select HID_SENSOR_IIO_TRIGGER
59 Say yes here to build support for the HID SENSOR
62 To compile this driver as a module, choose M here: the module
63 will be called hid-sensor-humidity.
66 tristate "STMicroelectronics HTS221 sensor Driver"
67 depends on (I2C || SPI)
69 select IIO_TRIGGERED_BUFFER
70 select HTS221_I2C if (I2C)
71 select HTS221_SPI if (SPI_MASTER)
73 Say yes here to build support for STMicroelectronics HTS221
74 temperature-humidity sensor
76 To compile this driver as a module, choose M here: the module
77 will be called hts221.
90 tristate "Measurement Specialties HTU21 humidity & temperature sensor"
92 select IIO_MS_SENSORS_I2C
94 If you say yes here you get support for the Measurement Specialties
95 HTU21 humidity and temperature sensor.
96 This driver is also used for MS8607 temperature, pressure & humidity
99 This driver can also be built as a module. If so, the module will
103 tristate "SI7005 relative humidity and temperature sensor"
106 Say yes here to build support for the Silabs Si7005 relative
107 humidity and temperature sensor.
109 To compile this driver as a module, choose M here: the module
110 will be called si7005. This driver also
111 supports Hoperf TH02 Humidity and Temperature Sensor.
114 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"
117 Say yes here to build support for the Silicon Labs Si7013/20/21
118 Relative Humidity and Temperature Sensors. This driver also
119 supports Hoperf TH06 Humidity and Temperature Sensor.
121 To compile this driver as a module, choose M here: the module
122 will be called si7020.