diff options
author | Tiberiu Breana <tiberiu.a.breana@intel.com> | 2016-04-18 17:50:43 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-24 09:56:07 +0100 |
commit | 366a3270c1c5ce0a12d1451e2e2e6341385c331d (patch) | |
tree | 3316a7f60a1845480da18055fcc33f4832ed4c40 /drivers/iio/humidity/Makefile | |
parent | d8469e93a4af82110b15b28bbb003a1dbe4258d2 (diff) | |
download | linux-next-366a3270c1c5ce0a12d1451e2e2e6341385c331d.tar.gz |
iio: humidity: Add support for AM2315
Add basic support for the Aosong AM2315 relative humidity
and ambient temperature sensor.
Includes support for raw readings and ACPI detection.
Datasheet:
http://www.aosong.com/asp_bin/Products/en/AM2315.pdf
Signed-off-by: Tiberiu Breana <tiberiu.a.breana@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Makefile')
-rw-r--r-- | drivers/iio/humidity/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Makefile b/drivers/iio/humidity/Makefile index c9f089a9a6b8..4a73442fcd9c 100644 --- a/drivers/iio/humidity/Makefile +++ b/drivers/iio/humidity/Makefile @@ -2,6 +2,7 @@ # Makefile for IIO humidity sensor drivers # +obj-$(CONFIG_AM2315) += am2315.o obj-$(CONFIG_DHT11) += dht11.o obj-$(CONFIG_HDC100X) += hdc100x.o obj-$(CONFIG_HTU21) += htu21.o |