summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/Kconfig
diff options
context:
space:
mode:
authorLudovic Tancerel <ludovic.tancerel@maplehightech.com>2015-10-01 16:13:39 +0200
committerJonathan Cameron <jic23@kernel.org>2015-10-11 10:21:20 +0100
commit2b5c53d2c958bda92310d1b371a9314f4aa8c274 (patch)
treea7271cb7fc84f3a0b9d2aa507b3df194de5975d5 /drivers/iio/humidity/Kconfig
parent53bf4d067d5115ac740bdc907023afe95e449fdd (diff)
Add htu21 meas-spec driver support
Support for HTU21 temperature & humidity sensor Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Kconfig')
-rw-r--r--drivers/iio/humidity/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig
index 353ee9ade95d..a7e5ee51e021 100644
--- a/drivers/iio/humidity/Kconfig
+++ b/drivers/iio/humidity/Kconfig
@@ -22,6 +22,17 @@ config HDC100X
To compile this driver as a module, choose M here: the module
will be called hdc100x.
+config HTU21
+ tristate "Measurement Specialties HTU21 humidity & temperature sensor"
+ depends on I2C
+ select IIO_MS_SENSORS_I2C
+ help
+ If you say yes here you get support for the Measurement Specialties
+ HTU21 humidity and temperature sensor.
+
+ This driver can also be built as a module. If so, the module will
+ be called htu21.
+
config SI7005
tristate "SI7005 relative humidity and temperature sensor"
depends on I2C