Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 1 | # |
| 2 | # humidity sensor drivers |
| 3 | # |
| 4 | menu "Humidity sensors" |
| 5 | |
Tiberiu Breana | 366a327 | 2016-04-18 17:50:43 +0300 | [diff] [blame] | 6 | config AM2315 |
| 7 | tristate "Aosong AM2315 relative humidity and temperature sensor" |
| 8 | depends on I2C |
Alison Schofield | 193e2d4 | 2016-07-18 17:56:43 -0700 | [diff] [blame] | 9 | select IIO_BUFFER |
| 10 | select IIO_TRIGGERED_BUFFER |
Tiberiu Breana | 366a327 | 2016-04-18 17:50:43 +0300 | [diff] [blame] | 11 | help |
| 12 | If you say yes here you get support for the Aosong AM2315 |
| 13 | relative humidity and ambient temperature sensor. |
| 14 | |
| 15 | This driver can also be built as a module. If so, the module will |
| 16 | be called am2315. |
| 17 | |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 18 | config DHT11 |
| 19 | tristate "DHT11 (and compatible sensors) driver" |
Geert Uytterhoeven | 8493585 | 2015-05-05 18:32:23 +0200 | [diff] [blame] | 20 | depends on GPIOLIB || COMPILE_TEST |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 21 | help |
| 22 | This driver supports reading data via a single interrupt |
| 23 | generating GPIO line. Currently tested are DHT11 and DHT22. |
| 24 | Other sensors should work as well as long as they speak the |
| 25 | same protocol. |
| 26 | |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 27 | config HDC100X |
| 28 | tristate "TI HDC100x relative humidity and temperature sensor" |
| 29 | depends on I2C |
Alison Schofield | 16bf793 | 2016-09-02 10:23:17 -0700 | [diff] [blame^] | 30 | select IIO_BUFFER |
| 31 | select IIO_TRIGGERED_BUFFER |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 32 | help |
Alison Schofield | ca1902f | 2016-07-25 11:50:12 -0700 | [diff] [blame] | 33 | Say yes here to build support for the Texas Instruments |
| 34 | HDC1000 and HDC1008 relative humidity and temperature sensors. |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 35 | |
Alison Schofield | ca1902f | 2016-07-25 11:50:12 -0700 | [diff] [blame] | 36 | To compile this driver as a module, choose M here: the module |
| 37 | will be called hdc100x. |
Matt Ranostay | 4839367 | 2015-09-06 13:27:39 -0700 | [diff] [blame] | 38 | |
Lorenzo Bianconi | e4a70e3 | 2016-10-13 22:06:04 +0200 | [diff] [blame] | 39 | config HTS221 |
| 40 | tristate "STMicroelectronics HTS221 sensor Driver" |
| 41 | depends on (I2C || SPI) |
| 42 | select IIO_BUFFER |
| 43 | select IIO_TRIGGERED_BUFFER |
| 44 | select HTS221_I2C if (I2C) |
| 45 | select HTS221_SPI if (SPI_MASTER) |
| 46 | help |
| 47 | Say yes here to build support for STMicroelectronics HTS221 |
| 48 | temperature-humidity sensor |
| 49 | |
| 50 | To compile this driver as a module, choose M here: the module |
| 51 | will be called hts221. |
| 52 | |
| 53 | config HTS221_I2C |
| 54 | tristate |
| 55 | depends on HTS221 |
| 56 | |
| 57 | config HTS221_SPI |
| 58 | tristate |
| 59 | depends on HTS221 |
| 60 | |
Ludovic Tancerel | 2b5c53d | 2015-10-01 16:13:39 +0200 | [diff] [blame] | 61 | config HTU21 |
| 62 | tristate "Measurement Specialties HTU21 humidity & temperature sensor" |
| 63 | depends on I2C |
| 64 | select IIO_MS_SENSORS_I2C |
| 65 | help |
| 66 | If you say yes here you get support for the Measurement Specialties |
| 67 | HTU21 humidity and temperature sensor. |
Ludovic Tancerel | 1b75ce6 | 2015-10-01 16:13:41 +0200 | [diff] [blame] | 68 | This driver is also used for MS8607 temperature, pressure & humidity |
| 69 | sensor |
Ludovic Tancerel | 2b5c53d | 2015-10-01 16:13:39 +0200 | [diff] [blame] | 70 | |
| 71 | This driver can also be built as a module. If so, the module will |
| 72 | be called htu21. |
| 73 | |
Peter Meerwald | 049973b | 2014-10-01 12:03:00 +0100 | [diff] [blame] | 74 | config SI7005 |
| 75 | tristate "SI7005 relative humidity and temperature sensor" |
| 76 | depends on I2C |
| 77 | help |
| 78 | Say yes here to build support for the Silabs Si7005 relative |
| 79 | humidity and temperature sensor. |
| 80 | |
| 81 | To compile this driver as a module, choose M here: the module |
Cristina Moraru | 3f42026 | 2016-01-26 22:21:07 +0200 | [diff] [blame] | 82 | will be called si7005. This driver also |
| 83 | supports Hoperf TH02 Humidity and Temperature Sensor. |
Peter Meerwald | 049973b | 2014-10-01 12:03:00 +0100 | [diff] [blame] | 84 | |
David Barksdale | 064a746 | 2014-09-29 13:28:55 -0500 | [diff] [blame] | 85 | config SI7020 |
| 86 | tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" |
| 87 | depends on I2C |
| 88 | help |
| 89 | Say yes here to build support for the Silicon Labs Si7013/20/21 |
Cristina Moraru | 920dad0 | 2016-01-26 22:17:49 +0200 | [diff] [blame] | 90 | Relative Humidity and Temperature Sensors. This driver also |
| 91 | supports Hoperf TH06 Humidity and Temperature Sensor. |
David Barksdale | 064a746 | 2014-09-29 13:28:55 -0500 | [diff] [blame] | 92 | |
| 93 | To compile this driver as a module, choose M here: the module |
| 94 | will be called si7020. |
| 95 | |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 96 | endmenu |