diff options
author | Matt Ranostay <matt.ranostay@intel.com> | 2016-05-05 08:57:30 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-05-21 22:25:45 +0300 |
commit | 14beaa8f5ab11b881c5e822e2474f5278d0946d5 (patch) | |
tree | f9ce0c4a48241af7dabe90cdf7834eadb6964dda /drivers/iio/pressure/Kconfig | |
parent | b7a96bb96fa0dfa3974c1f7830aa698959bff155 (diff) | |
download | linux-14beaa8f5ab11b881c5e822e2474f5278d0946d5.tar.xz |
iio: pressure: bmp280: add humidity support
Enable humidity support for the BME280 part
Signed-off-by: Matt Ranostay <matt.ranostay@intel.com>
Acked-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Kconfig')
-rw-r--r-- | drivers/iio/pressure/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index cda9f128f3a4..9125a9382b3e 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -12,7 +12,8 @@ config BMP280 select REGMAP_I2C help Say yes here to build support for Bosch Sensortec BMP180 and BMP280 - pressure and temperature sensors. + pressure and temperature sensors. Also supports the BE280 with + an additional humidty sensor channel. To compile this driver as a module, choose M here: the module will be called bmp280. |