fix a kmap leak in virtio_console
[linux/fpc-iii.git] / drivers / iio / humidity / Kconfig
blob463c4d9da79ec5c1766e6bf0a7b67e960f8ef530
2 # humidity sensor drivers
4 menu "Humidity sensors"
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.
15 endmenu