blob: 463c4d9da79ec5c1766e6bf0a7b67e960f8ef530 [file] [log] [blame]
Harald Geyer091a1212013-12-01 15:04:00 +00001#
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