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 9193e2d4fSAlison Schofield select IIO_BUFFER 10193e2d4fSAlison 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 31ca1902ffSAlison Schofield Say yes here to build support for the Texas Instruments 32ca1902ffSAlison Schofield HDC1000 and HDC1008 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 37*e4a70e3eSLorenzo Bianconiconfig HTS221 38*e4a70e3eSLorenzo Bianconi tristate "STMicroelectronics HTS221 sensor Driver" 39*e4a70e3eSLorenzo Bianconi depends on (I2C || SPI) 40*e4a70e3eSLorenzo Bianconi select IIO_BUFFER 41*e4a70e3eSLorenzo Bianconi select IIO_TRIGGERED_BUFFER 42*e4a70e3eSLorenzo Bianconi select HTS221_I2C if (I2C) 43*e4a70e3eSLorenzo Bianconi select HTS221_SPI if (SPI_MASTER) 44*e4a70e3eSLorenzo Bianconi help 45*e4a70e3eSLorenzo Bianconi Say yes here to build support for STMicroelectronics HTS221 46*e4a70e3eSLorenzo Bianconi temperature-humidity sensor 47*e4a70e3eSLorenzo Bianconi 48*e4a70e3eSLorenzo Bianconi To compile this driver as a module, choose M here: the module 49*e4a70e3eSLorenzo Bianconi will be called hts221. 50*e4a70e3eSLorenzo Bianconi 51*e4a70e3eSLorenzo Bianconiconfig HTS221_I2C 52*e4a70e3eSLorenzo Bianconi tristate 53*e4a70e3eSLorenzo Bianconi depends on HTS221 54*e4a70e3eSLorenzo Bianconi 55*e4a70e3eSLorenzo Bianconiconfig HTS221_SPI 56*e4a70e3eSLorenzo Bianconi tristate 57*e4a70e3eSLorenzo Bianconi depends on HTS221 58*e4a70e3eSLorenzo Bianconi 592b5c53d2SLudovic Tancerelconfig HTU21 602b5c53d2SLudovic Tancerel tristate "Measurement Specialties HTU21 humidity & temperature sensor" 612b5c53d2SLudovic Tancerel depends on I2C 622b5c53d2SLudovic Tancerel select IIO_MS_SENSORS_I2C 632b5c53d2SLudovic Tancerel help 642b5c53d2SLudovic Tancerel If you say yes here you get support for the Measurement Specialties 652b5c53d2SLudovic Tancerel HTU21 humidity and temperature sensor. 661b75ce65SLudovic Tancerel This driver is also used for MS8607 temperature, pressure & humidity 671b75ce65SLudovic Tancerel sensor 682b5c53d2SLudovic Tancerel 692b5c53d2SLudovic Tancerel This driver can also be built as a module. If so, the module will 702b5c53d2SLudovic Tancerel be called htu21. 712b5c53d2SLudovic Tancerel 72049973b2SPeter Meerwaldconfig SI7005 73049973b2SPeter Meerwald tristate "SI7005 relative humidity and temperature sensor" 74049973b2SPeter Meerwald depends on I2C 75049973b2SPeter Meerwald help 76049973b2SPeter Meerwald Say yes here to build support for the Silabs Si7005 relative 77049973b2SPeter Meerwald humidity and temperature sensor. 78049973b2SPeter Meerwald 79049973b2SPeter Meerwald To compile this driver as a module, choose M here: the module 803f420265SCristina Moraru will be called si7005. This driver also 813f420265SCristina Moraru supports Hoperf TH02 Humidity and Temperature Sensor. 82049973b2SPeter Meerwald 83064a7463SDavid Barksdaleconfig SI7020 84064a7463SDavid Barksdale tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 85064a7463SDavid Barksdale depends on I2C 86064a7463SDavid Barksdale help 87064a7463SDavid Barksdale Say yes here to build support for the Silicon Labs Si7013/20/21 88920dad0cSCristina Moraru Relative Humidity and Temperature Sensors. This driver also 89920dad0cSCristina Moraru supports Hoperf TH06 Humidity and Temperature Sensor. 90064a7463SDavid Barksdale 91064a7463SDavid Barksdale To compile this driver as a module, choose M here: the module 92064a7463SDavid Barksdale will be called si7020. 93064a7463SDavid Barksdale 94091a121bSHarald Geyerendmenu 95