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 9*193e2d4fSAlison Schofield select IIO_BUFFER 10*193e2d4fSAlison Schofield select IIO_TRIGGERED_BUFFER 11366a3270STiberiu Breana help 12366a3270STiberiu Breana If you say yes here you get support for the Aosong AM2315 13366a3270STiberiu Breana relative humidity and ambient temperature sensor. 14366a3270STiberiu Breana 15366a3270STiberiu Breana This driver can also be built as a module. If so, the module will 16366a3270STiberiu Breana be called am2315. 17366a3270STiberiu Breana 18091a121bSHarald Geyerconfig DHT11 19091a121bSHarald Geyer tristate "DHT11 (and compatible sensors) driver" 2084935853SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 21091a121bSHarald Geyer help 22091a121bSHarald Geyer This driver supports reading data via a single interrupt 23091a121bSHarald Geyer generating GPIO line. Currently tested are DHT11 and DHT22. 24091a121bSHarald Geyer Other sensors should work as well as long as they speak the 25091a121bSHarald Geyer same protocol. 26091a121bSHarald Geyer 274839367dSMatt Ranostayconfig HDC100X 284839367dSMatt Ranostay tristate "TI HDC100x relative humidity and temperature sensor" 294839367dSMatt Ranostay depends on I2C 304839367dSMatt Ranostay help 314839367dSMatt Ranostay Say yes here to build support for the TI HDC100x series of 324839367dSMatt Ranostay relative humidity and temperature sensors. 334839367dSMatt Ranostay 344839367dSMatt Ranostay To compile this driver as a module, choose M here: the module 354839367dSMatt Ranostay will be called hdc100x. 364839367dSMatt Ranostay 372b5c53d2SLudovic Tancerelconfig HTU21 382b5c53d2SLudovic Tancerel tristate "Measurement Specialties HTU21 humidity & temperature sensor" 392b5c53d2SLudovic Tancerel depends on I2C 402b5c53d2SLudovic Tancerel select IIO_MS_SENSORS_I2C 412b5c53d2SLudovic Tancerel help 422b5c53d2SLudovic Tancerel If you say yes here you get support for the Measurement Specialties 432b5c53d2SLudovic Tancerel HTU21 humidity and temperature sensor. 441b75ce65SLudovic Tancerel This driver is also used for MS8607 temperature, pressure & humidity 451b75ce65SLudovic Tancerel sensor 462b5c53d2SLudovic Tancerel 472b5c53d2SLudovic Tancerel This driver can also be built as a module. If so, the module will 482b5c53d2SLudovic Tancerel be called htu21. 492b5c53d2SLudovic Tancerel 50049973b2SPeter Meerwaldconfig SI7005 51049973b2SPeter Meerwald tristate "SI7005 relative humidity and temperature sensor" 52049973b2SPeter Meerwald depends on I2C 53049973b2SPeter Meerwald help 54049973b2SPeter Meerwald Say yes here to build support for the Silabs Si7005 relative 55049973b2SPeter Meerwald humidity and temperature sensor. 56049973b2SPeter Meerwald 57049973b2SPeter Meerwald To compile this driver as a module, choose M here: the module 583f420265SCristina Moraru will be called si7005. This driver also 593f420265SCristina Moraru supports Hoperf TH02 Humidity and Temperature Sensor. 60049973b2SPeter Meerwald 61064a7463SDavid Barksdaleconfig SI7020 62064a7463SDavid Barksdale tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 63064a7463SDavid Barksdale depends on I2C 64064a7463SDavid Barksdale help 65064a7463SDavid Barksdale Say yes here to build support for the Silicon Labs Si7013/20/21 66920dad0cSCristina Moraru Relative Humidity and Temperature Sensors. This driver also 67920dad0cSCristina Moraru supports Hoperf TH06 Humidity and Temperature Sensor. 68064a7463SDavid Barksdale 69064a7463SDavid Barksdale To compile this driver as a module, choose M here: the module 70064a7463SDavid Barksdale will be called si7020. 71064a7463SDavid Barksdale 72091a121bSHarald Geyerendmenu 73