blob: 463c4d9da79ec5c1766e6bf0a7b67e960f8ef530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# humidity sensor drivers
#
menu "Humidity sensors"
config DHT11
tristate "DHT11 (and compatible sensors) driver"
depends on GPIOLIB
help
This driver supports reading data via a single interrupt
generating GPIO line. Currently tested are DHT11 and DHT22.
Other sensors should work as well as long as they speak the
same protocol.
endmenu
|