diff options
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 2017-04-21 22:58:36 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-04-23 12:38:47 +0100 |
commit | 9a043b0bf286e189ab49410c66170c86d59563c5 (patch) | |
tree | fffdfa961b798b93320b668d6bf43502537813b5 /drivers/iio/pressure | |
parent | e44adf05b85e5a9d1d224f5ecde1c1c5e5371e36 (diff) | |
download | linux-9a043b0bf286e189ab49410c66170c86d59563c5.tar.bz2 |
iio: pressure: Fix name of BME280 part in Kconfig
Bosch BME280 is a combined pressure and humidity sensor
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure')
-rw-r--r-- | drivers/iio/pressure/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index 5d16b252ab6b..eaa7cfcb4c2a 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -23,7 +23,7 @@ config BMP280 select BMP280_SPI if (SPI_MASTER) help Say yes here to build support for Bosch Sensortec BMP180 and BMP280 - pressure and temperature sensors. Also supports the BE280 with + pressure and temperature sensors. Also supports the BME280 with an additional humidity sensor channel. To compile this driver as a module, choose M here: the core module |