Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 1 | # |
| 2 | # humidity sensor drivers |
| 3 | # |
| 4 | menu "Humidity sensors" |
| 5 | |
| 6 | config DHT11 |
| 7 | tristate "DHT11 (and compatible sensors) driver" |
Geert Uytterhoeven | 8493585 | 2015-05-05 18:32:23 +0200 | [diff] [blame^] | 8 | depends on GPIOLIB || COMPILE_TEST |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 9 | help |
| 10 | This driver supports reading data via a single interrupt |
| 11 | generating GPIO line. Currently tested are DHT11 and DHT22. |
| 12 | Other sensors should work as well as long as they speak the |
| 13 | same protocol. |
| 14 | |
Peter Meerwald | 049973b | 2014-10-01 12:03:00 +0100 | [diff] [blame] | 15 | config SI7005 |
| 16 | tristate "SI7005 relative humidity and temperature sensor" |
| 17 | depends on I2C |
| 18 | help |
| 19 | Say yes here to build support for the Silabs Si7005 relative |
| 20 | humidity and temperature sensor. |
| 21 | |
| 22 | To compile this driver as a module, choose M here: the module |
| 23 | will be called si7005. |
| 24 | |
David Barksdale | 064a746 | 2014-09-29 13:28:55 -0500 | [diff] [blame] | 25 | config SI7020 |
| 26 | tristate "Si7013/20/21 Relative Humidity and Temperature Sensors" |
| 27 | depends on I2C |
| 28 | help |
| 29 | Say yes here to build support for the Silicon Labs Si7013/20/21 |
| 30 | Relative Humidity and Temperature Sensors. |
| 31 | |
| 32 | To compile this driver as a module, choose M here: the module |
| 33 | will be called si7020. |
| 34 | |
Harald Geyer | 091a121 | 2013-12-01 15:04:00 +0000 | [diff] [blame] | 35 | endmenu |