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" | ||||
8 | depends on GPIOLIB | ||||
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 | |||||
15 | endmenu |