diff mbox series

[v2,2/5] iio: pressure: Kconfig: Add references to BMP380

Message ID 20220704002747.207401-1-ang.iglesiasg@gmail.com (mailing list archive)
State Superseded
Headers show
Series Add support for pressure sensor Bosch BMP380 | expand

Commit Message

Angel Iglesias July 4, 2022, 12:27 a.m. UTC
Adds reference to BMP380 in bmp280 driver descriptions and symbols

Signed-off-by: Angel Iglesias <ang.iglesiasg@gmail.com>
---
 drivers/iio/pressure/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Andy Shevchenko July 4, 2022, 4:25 p.m. UTC | #1
On Mon, Jul 04, 2022 at 02:27:45AM +0200, Angel Iglesias wrote:
> Adds reference to BMP380 in bmp280 driver descriptions and symbols

...

> -	  Say yes here to build support for Bosch Sensortec BMP180 and BMP280
> +	  Say yes here to build support for Bosch Sensortec BMP1/2/380

Please do not shorten them like this, list all in full:
BMP180, BMP280 and BMP380
Angel Iglesias July 5, 2022, 10:53 p.m. UTC | #2
On Mon, 2022-07-04 at 19:25 +0300, Andy Shevchenko wrote:
> On Mon, Jul 04, 2022 at 02:27:45AM +0200, Angel Iglesias wrote:
> > Adds reference to BMP380 in bmp280 driver descriptions and symbols
> 
> ...
> 
> > -         Say yes here to build support for Bosch Sensortec BMP180 and
> > BMP280
> > +         Say yes here to build support for Bosch Sensortec BMP1/2/380
> 
> Please do not shorten them like this, list all in full:
> BMP180, BMP280 and BMP380
> 
Ok, thank you for your time!
diff mbox series

Patch

diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
index 0ff756cea63a..c73a52b5aed7 100644
--- a/drivers/iio/pressure/Kconfig
+++ b/drivers/iio/pressure/Kconfig
@@ -17,13 +17,13 @@  config ABP060MG
 	  will be called abp060mg.
 
 config BMP280
-	tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
+	tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor I2C driver"
 	depends on (I2C || SPI_MASTER)
 	select REGMAP
 	select BMP280_I2C if (I2C)
 	select BMP280_SPI if (SPI_MASTER)
 	help
-	  Say yes here to build support for Bosch Sensortec BMP180 and BMP280
+	  Say yes here to build support for Bosch Sensortec BMP1/2/380
 	  pressure and temperature sensors. Also supports the BME280 with
 	  an additional humidity sensor channel.