162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# humidity sensor drivers 462306a36Sopenharmony_ci# 562306a36Sopenharmony_cimenu "Humidity sensors" 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciconfig AM2315 862306a36Sopenharmony_ci tristate "Aosong AM2315 relative humidity and temperature sensor" 962306a36Sopenharmony_ci depends on I2C 1062306a36Sopenharmony_ci select IIO_BUFFER 1162306a36Sopenharmony_ci select IIO_TRIGGERED_BUFFER 1262306a36Sopenharmony_ci help 1362306a36Sopenharmony_ci If you say yes here you get support for the Aosong AM2315 1462306a36Sopenharmony_ci relative humidity and ambient temperature sensor. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci This driver can also be built as a module. If so, the module will 1762306a36Sopenharmony_ci be called am2315. 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciconfig DHT11 2062306a36Sopenharmony_ci tristate "DHT11 (and compatible sensors) driver" 2162306a36Sopenharmony_ci depends on GPIOLIB || COMPILE_TEST 2262306a36Sopenharmony_ci help 2362306a36Sopenharmony_ci This driver supports reading data via a single interrupt 2462306a36Sopenharmony_ci generating GPIO line. Currently tested are DHT11 and DHT22. 2562306a36Sopenharmony_ci Other sensors should work as well as long as they speak the 2662306a36Sopenharmony_ci same protocol. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciconfig HDC100X 2962306a36Sopenharmony_ci tristate "TI HDC100x relative humidity and temperature sensor" 3062306a36Sopenharmony_ci depends on I2C 3162306a36Sopenharmony_ci select IIO_BUFFER 3262306a36Sopenharmony_ci select IIO_TRIGGERED_BUFFER 3362306a36Sopenharmony_ci help 3462306a36Sopenharmony_ci Say yes here to build support for the Texas Instruments 3562306a36Sopenharmony_ci HDC1000, HDC1008, HDC1010, HDC1050, and HDC1080 relative 3662306a36Sopenharmony_ci humidity and temperature sensors. 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 3962306a36Sopenharmony_ci will be called hdc100x. 4062306a36Sopenharmony_ci 4162306a36Sopenharmony_ciconfig HDC2010 4262306a36Sopenharmony_ci tristate "TI HDC2010 relative humidity and temperature sensor" 4362306a36Sopenharmony_ci depends on I2C 4462306a36Sopenharmony_ci help 4562306a36Sopenharmony_ci Say yes here to build support for the Texas Instruments 4662306a36Sopenharmony_ci HDC2010 and HDC2080 relative humidity and temperature sensors. 4762306a36Sopenharmony_ci 4862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 4962306a36Sopenharmony_ci will be called hdc2010. 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ciconfig HID_SENSOR_HUMIDITY 5262306a36Sopenharmony_ci tristate "HID Environmental humidity sensor" 5362306a36Sopenharmony_ci depends on HID_SENSOR_HUB 5462306a36Sopenharmony_ci select IIO_BUFFER 5562306a36Sopenharmony_ci select HID_SENSOR_IIO_COMMON 5662306a36Sopenharmony_ci select HID_SENSOR_IIO_TRIGGER 5762306a36Sopenharmony_ci help 5862306a36Sopenharmony_ci Say yes here to build support for the HID SENSOR 5962306a36Sopenharmony_ci humidity driver 6062306a36Sopenharmony_ci 6162306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 6262306a36Sopenharmony_ci will be called hid-sensor-humidity. 6362306a36Sopenharmony_ci 6462306a36Sopenharmony_ciconfig HTS221 6562306a36Sopenharmony_ci tristate "STMicroelectronics HTS221 sensor Driver" 6662306a36Sopenharmony_ci depends on (I2C || SPI) 6762306a36Sopenharmony_ci select IIO_BUFFER 6862306a36Sopenharmony_ci select IIO_TRIGGERED_BUFFER 6962306a36Sopenharmony_ci select HTS221_I2C if (I2C) 7062306a36Sopenharmony_ci select HTS221_SPI if (SPI_MASTER) 7162306a36Sopenharmony_ci help 7262306a36Sopenharmony_ci Say yes here to build support for STMicroelectronics HTS221 7362306a36Sopenharmony_ci temperature-humidity sensor 7462306a36Sopenharmony_ci 7562306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 7662306a36Sopenharmony_ci will be called hts221. 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_ciconfig HTS221_I2C 7962306a36Sopenharmony_ci tristate 8062306a36Sopenharmony_ci depends on HTS221 8162306a36Sopenharmony_ci select REGMAP_I2C 8262306a36Sopenharmony_ci 8362306a36Sopenharmony_ciconfig HTS221_SPI 8462306a36Sopenharmony_ci tristate 8562306a36Sopenharmony_ci depends on HTS221 8662306a36Sopenharmony_ci select REGMAP_SPI 8762306a36Sopenharmony_ci 8862306a36Sopenharmony_ciconfig HTU21 8962306a36Sopenharmony_ci tristate "Measurement Specialties HTU21 humidity & temperature sensor" 9062306a36Sopenharmony_ci depends on I2C 9162306a36Sopenharmony_ci select IIO_MS_SENSORS_I2C 9262306a36Sopenharmony_ci help 9362306a36Sopenharmony_ci If you say yes here you get support for the Measurement Specialties 9462306a36Sopenharmony_ci HTU21 humidity and temperature sensor. 9562306a36Sopenharmony_ci This driver is also used for MS8607 temperature, pressure & humidity 9662306a36Sopenharmony_ci sensor 9762306a36Sopenharmony_ci 9862306a36Sopenharmony_ci This driver can also be built as a module. If so, the module will 9962306a36Sopenharmony_ci be called htu21. 10062306a36Sopenharmony_ci 10162306a36Sopenharmony_ciconfig SI7005 10262306a36Sopenharmony_ci tristate "SI7005 relative humidity and temperature sensor" 10362306a36Sopenharmony_ci depends on I2C 10462306a36Sopenharmony_ci help 10562306a36Sopenharmony_ci Say yes here to build support for the Silabs Si7005 relative 10662306a36Sopenharmony_ci humidity and temperature sensor. 10762306a36Sopenharmony_ci 10862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 10962306a36Sopenharmony_ci will be called si7005. This driver also 11062306a36Sopenharmony_ci supports Hoperf TH02 Humidity and Temperature Sensor. 11162306a36Sopenharmony_ci 11262306a36Sopenharmony_ciconfig SI7020 11362306a36Sopenharmony_ci tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 11462306a36Sopenharmony_ci depends on I2C 11562306a36Sopenharmony_ci help 11662306a36Sopenharmony_ci Say yes here to build support for the Silicon Labs Si7013/20/21 11762306a36Sopenharmony_ci Relative Humidity and Temperature Sensors. This driver also 11862306a36Sopenharmony_ci supports Hoperf TH06 Humidity and Temperature Sensor. 11962306a36Sopenharmony_ci 12062306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 12162306a36Sopenharmony_ci will be called si7020. 12262306a36Sopenharmony_ci 12362306a36Sopenharmony_ciendmenu 124