[PATCH v3 4/7] iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 title

Angel Iglesias posted 7 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH v3 4/7] iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 title
Posted by Angel Iglesias 2 years, 7 months ago
Title entry for BMP280 called the driver an I2C implementation, when the
driver supports both I2C and SPI.

Signed-off-by: Angel Iglesias <ang.iglesiasg@gmail.com>

diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
index c9453389e4f7..cec4b429cd64 100644
--- a/drivers/iio/pressure/Kconfig
+++ b/drivers/iio/pressure/Kconfig
@@ -17,7 +17,7 @@ config ABP060MG
 	  will be called abp060mg.
 
 config BMP280
-	tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor I2C driver"
+	tristate "Bosch Sensortec BMP180/BMP280/BMP380 pressure sensor driver"
 	depends on (I2C || SPI_MASTER)
 	select REGMAP
 	select BMP280_I2C if (I2C)
-- 
2.39.1