1# 2# humidity sensor drivers 3# 4menu "Humidity sensors" 5 6config 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 15endmenu 16