]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/iio/humidity/Kconfig
iio: Add new driver dht11
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / humidity / Kconfig
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