summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/Kconfig
diff options
context:
space:
mode:
authorTiberiu Breana <tiberiu.a.breana@intel.com>2016-04-18 17:50:43 +0300
committerJonathan Cameron <jic23@kernel.org>2016-04-24 11:56:07 +0300
commit366a3270c1c5ce0a12d1451e2e2e6341385c331d (patch)
tree3316a7f60a1845480da18055fcc33f4832ed4c40 /drivers/iio/humidity/Kconfig
parentd8469e93a4af82110b15b28bbb003a1dbe4258d2 (diff)
downloadlinux-366a3270c1c5ce0a12d1451e2e2e6341385c331d.tar.xz
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/Kconfig')
-rw-r--r--drivers/iio/humidity/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig
index 866dda133336..738a86d9e4a9 100644
--- a/drivers/iio/humidity/Kconfig
+++ b/drivers/iio/humidity/Kconfig
@@ -3,6 +3,16 @@
#
menu "Humidity sensors"
+config AM2315
+ tristate "Aosong AM2315 relative humidity and temperature sensor"
+ depends on I2C
+ help
+ If you say yes here you get support for the Aosong AM2315
+ relative humidity and ambient temperature sensor.
+
+ This driver can also be built as a module. If so, the module will
+ be called am2315.
+
config DHT11
tristate "DHT11 (and compatible sensors) driver"
depends on GPIOLIB || COMPILE_TEST