commit | 091a121b04547fab2045951aff6219318ede0560 | [log] [tgz] |
---|---|---|
author | Harald Geyer <harald@ccbib.org> | Sun Dec 01 15:04:00 2013 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Dec 03 20:22:30 2013 +0000 |
tree | d6753de7cf21bdc8de3a62952ce79cd0adc060a1 | |
parent | ac216aa290c48a5e9d7b9f2473abb977a175683a [diff] [blame] |
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>
diff --git a/drivers/iio/humidity/Makefile b/drivers/iio/humidity/Makefile new file mode 100644 index 0000000..d5d36c0 --- /dev/null +++ b/drivers/iio/humidity/Makefile
@@ -0,0 +1,5 @@ +# +# Makefile for IIO humidity sensor drivers +# + +obj-$(CONFIG_DHT11) += dht11.o