]> Git Repo - linux.git/blobdiff - drivers/iio/pressure/Kconfig
iio: pressure: bmp280: add support for BMP180
[linux.git] / drivers / iio / pressure / Kconfig
index 54c616520512af9eef52b51f1bd2dc611afa3bf6..cda9f128f3a4ec66736250121d374683d3a713bb 100644 (file)
@@ -6,12 +6,13 @@
 menu "Pressure sensors"
 
 config BMP280
-       tristate "Bosch Sensortec BMP280 pressure sensor driver"
+       tristate "Bosch Sensortec BMP180 and BMP280 pressure sensor driver"
        depends on I2C
+       depends on !(BMP085_I2C=y || BMP085_I2C=m)
        select REGMAP_I2C
        help
-         Say yes here to build support for Bosch Sensortec BMP280
-         pressure and temperature sensor.
+         Say yes here to build support for Bosch Sensortec BMP180 and BMP280
+         pressure and temperature sensors.
 
          To compile this driver as a module, choose M here: the module
          will be called bmp280.
This page took 0.032273 seconds and 4 git commands to generate.