aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/Kconfig
diff options
context:
space:
mode:
authorHarald Geyer <harald@ccbib.org>2013-12-01 10:04:00 -0500
committerJonathan Cameron <jic23@kernel.org>2013-12-03 15:22:30 -0500
commit091a121b04547fab2045951aff6219318ede0560 (patch)
treed6753de7cf21bdc8de3a62952ce79cd0adc060a1 /drivers/iio/humidity/Kconfig
parentac216aa290c48a5e9d7b9f2473abb977a175683a (diff)
iio: Add new driver dht11
This driver handles DHT11 and DHT22 sensors. Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Kconfig')
-rw-r--r--drivers/iio/humidity/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig
new file mode 100644
index 000000000000..463c4d9da79e
--- /dev/null
+++ b/drivers/iio/humidity/Kconfig
@@ -0,0 +1,15 @@
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