1091a121bSHarald Geyer# 2091a121bSHarald Geyer# humidity sensor drivers 3091a121bSHarald Geyer# 4091a121bSHarald Geyermenu "Humidity sensors" 5091a121bSHarald Geyer 6091a121bSHarald Geyerconfig DHT11 7091a121bSHarald Geyer tristate "DHT11 (and compatible sensors) driver" 884935853SGeert Uytterhoeven depends on GPIOLIB || COMPILE_TEST 9091a121bSHarald Geyer help 10091a121bSHarald Geyer This driver supports reading data via a single interrupt 11091a121bSHarald Geyer generating GPIO line. Currently tested are DHT11 and DHT22. 12091a121bSHarald Geyer Other sensors should work as well as long as they speak the 13091a121bSHarald Geyer same protocol. 14091a121bSHarald Geyer 154839367dSMatt Ranostayconfig HDC100X 164839367dSMatt Ranostay tristate "TI HDC100x relative humidity and temperature sensor" 174839367dSMatt Ranostay depends on I2C 184839367dSMatt Ranostay help 194839367dSMatt Ranostay Say yes here to build support for the TI HDC100x series of 204839367dSMatt Ranostay relative humidity and temperature sensors. 214839367dSMatt Ranostay 224839367dSMatt Ranostay To compile this driver as a module, choose M here: the module 234839367dSMatt Ranostay will be called hdc100x. 244839367dSMatt Ranostay 252b5c53d2SLudovic Tancerelconfig HTU21 262b5c53d2SLudovic Tancerel tristate "Measurement Specialties HTU21 humidity & temperature sensor" 272b5c53d2SLudovic Tancerel depends on I2C 282b5c53d2SLudovic Tancerel select IIO_MS_SENSORS_I2C 292b5c53d2SLudovic Tancerel help 302b5c53d2SLudovic Tancerel If you say yes here you get support for the Measurement Specialties 312b5c53d2SLudovic Tancerel HTU21 humidity and temperature sensor. 32*1b75ce65SLudovic Tancerel This driver is also used for MS8607 temperature, pressure & humidity 33*1b75ce65SLudovic Tancerel sensor 342b5c53d2SLudovic Tancerel 352b5c53d2SLudovic Tancerel This driver can also be built as a module. If so, the module will 362b5c53d2SLudovic Tancerel be called htu21. 372b5c53d2SLudovic Tancerel 38049973b2SPeter Meerwaldconfig SI7005 39049973b2SPeter Meerwald tristate "SI7005 relative humidity and temperature sensor" 40049973b2SPeter Meerwald depends on I2C 41049973b2SPeter Meerwald help 42049973b2SPeter Meerwald Say yes here to build support for the Silabs Si7005 relative 43049973b2SPeter Meerwald humidity and temperature sensor. 44049973b2SPeter Meerwald 45049973b2SPeter Meerwald To compile this driver as a module, choose M here: the module 46049973b2SPeter Meerwald will be called si7005. 47049973b2SPeter Meerwald 48064a7463SDavid Barksdaleconfig SI7020 49064a7463SDavid Barksdale tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" 50064a7463SDavid Barksdale depends on I2C 51064a7463SDavid Barksdale help 52064a7463SDavid Barksdale Say yes here to build support for the Silicon Labs Si7013/20/21 53064a7463SDavid Barksdale Relative Humidity and Temperature Sensors. 54064a7463SDavid Barksdale 55064a7463SDavid Barksdale To compile this driver as a module, choose M here: the module 56064a7463SDavid Barksdale will be called si7020. 57064a7463SDavid Barksdale 58091a121bSHarald Geyerendmenu 59