diff options
author | Ludovic Tancerel <ludovic.tancerel@maplehightech.com> | 2015-10-01 17:13:41 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-11 12:21:21 +0300 |
commit | 1b75ce658775c9131ea6689ffadcde2663983b6c (patch) | |
tree | f62794af0230b78a085c8ee74bccb03ebad68a2b /drivers/iio/humidity/Kconfig | |
parent | 64a70c6502111a2d5bd1dd5eddfa33039aa897b7 (diff) | |
download | linux-1b75ce658775c9131ea6689ffadcde2663983b6c.tar.xz |
Add ms8607 meas-spec driver support
Support for MS8607 temperature, pressure & humidity sensor.
This part is using functions from MS5637 for temperature and pressure
and HTU21 for humidity
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig index a7e5ee51e021..6a23698d347c 100644 --- a/drivers/iio/humidity/Kconfig +++ b/drivers/iio/humidity/Kconfig @@ -29,6 +29,8 @@ config HTU21 help If you say yes here you get support for the Measurement Specialties HTU21 humidity and temperature sensor. + This driver is also used for MS8607 temperature, pressure & humidity + sensor This driver can also be built as a module. If so, the module will be called htu21. |