1091a121bSHarald Geyer# 2091a121bSHarald Geyer# humidity sensor drivers 3091a121bSHarald Geyer# 4091a121bSHarald Geyermenu "Humidity sensors" 5091a121bSHarald Geyer 6366a3270STiberiu Breanaconfig AM2315 7366a3270STiberiu Breana tristate "Aosong AM2315 relative humidity and temperature sensor" 8366a3270STiberiu Breana depends on I2C 9366a3270STiberiu Breana help 10366a3270STiberiu Breana If you say yes here you get support for the Aosong AM2315 11366a3270STiberiu Breana relative humidity and ambient temperature sensor. 12366a3270STiberiu Breana 13366a3270STiberiu Breana This driver can also be built as a module. If so, the module will 14366a3270STiberiu Breana be called am2315. 15366a3270STiberiu Breana 16091a121bSHarald Geyerconfig DHT11 17091a121bSHarald Geyer tristate "DHT11 (and compatible sensors) driver" 1884935853SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 19091a121bSHarald Geyer help 20091a121bSHarald Geyer This driver supports reading data via a single interrupt 21091a121bSHarald Geyer generating GPIO line. Currently tested are DHT11 and DHT22. 22091a121bSHarald Geyer Other sensors should work as well as long as they speak the 23091a121bSHarald Geyer same protocol. 24091a121bSHarald Geyer 254839367dSMatt Ranostayconfig HDC100X 264839367dSMatt Ranostay tristate "TI HDC100x relative humidity and temperature sensor" 274839367dSMatt Ranostay depends on I2C 284839367dSMatt Ranostay help 29*ca1902ffSAlison Schofield Say yes here to build support for the Texas Instruments 30*ca1902ffSAlison Schofield HDC1000 and HDC1008 relative humidity and temperature sensors. 314839367dSMatt Ranostay 324839367dSMatt Ranostay To compile this driver as a module, choose M here: the module 334839367dSMatt Ranostay will be called hdc100x. 344839367dSMatt Ranostay 352b5c53d2SLudovic Tancerelconfig HTU21 362b5c53d2SLudovic Tancerel tristate "Measurement Specialties HTU21 humidity & temperature sensor" 372b5c53d2SLudovic Tancerel depends on I2C 382b5c53d2SLudovic Tancerel select IIO_MS_SENSORS_I2C 392b5c53d2SLudovic Tancerel help 402b5c53d2SLudovic Tancerel If you say yes here you get support for the Measurement Specialties 412b5c53d2SLudovic Tancerel HTU21 humidity and temperature sensor. 421b75ce65SLudovic Tancerel This driver is also used for MS8607 temperature, pressure & humidity 431b75ce65SLudovic Tancerel sensor 442b5c53d2SLudovic Tancerel 452b5c53d2SLudovic Tancerel This driver can also be built as a module. If so, the module will 462b5c53d2SLudovic Tancerel be called htu21. 472b5c53d2SLudovic Tancerel 48049973b2SPeter Meerwaldconfig SI7005 49049973b2SPeter Meerwald tristate "SI7005 relative humidity and temperature sensor" 50049973b2SPeter Meerwald depends on I2C 51049973b2SPeter Meerwald help 52049973b2SPeter Meerwald Say yes here to build support for the Silabs Si7005 relative 53049973b2SPeter Meerwald humidity and temperature sensor. 54049973b2SPeter Meerwald 55049973b2SPeter Meerwald To compile this driver as a module, choose M here: the module 563f420265SCristina Moraru will be called si7005. This driver also 573f420265SCristina Moraru supports Hoperf TH02 Humidity and Temperature Sensor. 58049973b2SPeter Meerwald 59064a7463SDavid Barksdaleconfig SI7020 60064a7463SDavid Barksdale tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 61064a7463SDavid Barksdale depends on I2C 62064a7463SDavid Barksdale help 63064a7463SDavid Barksdale Say yes here to build support for the Silicon Labs Si7013/20/21 64920dad0cSCristina Moraru Relative Humidity and Temperature Sensors. This driver also 65920dad0cSCristina Moraru supports Hoperf TH06 Humidity and Temperature Sensor. 66064a7463SDavid Barksdale 67064a7463SDavid Barksdale To compile this driver as a module, choose M here: the module 68064a7463SDavid Barksdale will be called si7020. 69064a7463SDavid Barksdale 70091a121bSHarald Geyerendmenu 71