Merge pull request #806 from cztian/patch-1

Enabling BMP280/BMP180 Pressure Sensors
This commit is contained in:
Igor Pečovnik 2017-10-19 14:58:01 +02:00 committed by GitHub
commit 459c5aec77

View File

@ -5130,7 +5130,9 @@ CONFIG_SENSORS_HMC5843_SPI=m
# Pressure sensors
#
# CONFIG_ABP060MG is not set
# CONFIG_BMP280 is not set
CONFIG_BMP280=m
CONFIG_BMP280_I2C=m
CONFIG_BMP280_SPI=m
# CONFIG_HID_SENSOR_PRESS is not set
# CONFIG_HP03 is not set
# CONFIG_MPL115_I2C is not set