Merge pull request #1380 from zoliweiss/master

Enable the i2c-tiny-usb and bmp280 kernel modules
This commit is contained in:
Martin Ayotte 2019-05-22 16:20:29 -04:00 committed by GitHub
commit 4537016bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -2533,7 +2533,7 @@ CONFIG_I2C_S3C2410=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_TINY_USB=m
#
# Other I2C/SMBus bus drivers
@ -5252,7 +5252,9 @@ CONFIG_AK8975=y
# Pressure sensors
#
# CONFIG_ABP060MG is not set
# CONFIG_BMP280 is not set
CONFIG_BMP280=m
CONFIG_BMP280_I2C=m
CONFIG_BMP280_SPI=m
# CONFIG_HP03 is not set
# CONFIG_MPL115_I2C is not set
# CONFIG_MPL115_SPI is not set

View File

@ -2575,7 +2575,7 @@ CONFIG_I2C_S3C2410=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_TINY_USB=m
#
# Other I2C/SMBus bus drivers
@ -5351,7 +5351,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_HP03 is not set
# CONFIG_MPL115_I2C is not set
# CONFIG_MPL115_SPI is not set

View File

@ -2532,7 +2532,7 @@ CONFIG_I2C_S3C2410=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_TINY_USB=m
#
# Other I2C/SMBus bus drivers
@ -5245,7 +5245,9 @@ CONFIG_AK8975=y
# Pressure sensors
#
# CONFIG_ABP060MG is not set
# CONFIG_BMP280 is not set
CONFIG_BMP280=m
CONFIG_BMP280_I2C=m
CONFIG_BMP280_SPI=m
# CONFIG_HP03 is not set
# CONFIG_MPL115_I2C is not set
# CONFIG_MPL115_SPI is not set