diff options
author | Ludovic Tancerel <ludovic.tancerel@maplehightech.com> | 2015-10-01 16:13:39 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-11 11:21:20 +0200 |
commit | 2b5c53d2c958bda92310d1b371a9314f4aa8c274 (patch) | |
tree | a7271cb7fc84f3a0b9d2aa507b3df194de5975d5 /drivers/iio/humidity/Kconfig | |
parent | Add tsys02d meas-spec driver support (diff) | |
download | linux-2b5c53d2c958bda92310d1b371a9314f4aa8c274.tar.xz linux-2b5c53d2c958bda92310d1b371a9314f4aa8c274.zip |
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/Kconfig | 11 |
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 |