Merge pull request #1374 from jonkerj/add-iio-sensors

[ sunxi ] Enable additional iio sensors
This commit is contained in:
Igor Pečovnik 2019-05-16 23:10:10 +02:00 committed by GitHub
commit b4b5c05cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -5673,7 +5673,7 @@ CONFIG_HID_SENSOR_HUMIDITY=m
# CONFIG_HTS221 is not set
# CONFIG_HTU21 is not set
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set
CONFIG_SI7020=m
#
# Inertial measurement units
@ -5791,7 +5791,9 @@ CONFIG_MCP41010=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

View File

@ -5599,7 +5599,7 @@ CONFIG_HID_SENSOR_HUMIDITY=m
# CONFIG_HTS221 is not set
# CONFIG_HTU21 is not set
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set
CONFIG_SI7020=m
#
# Inertial measurement units
@ -5711,7 +5711,9 @@ CONFIG_MAX5481=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