mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
CONFIG_I2C_TINY_USB=m enables to use I2C on boards without GPIO header like Odroid HC1/HC2 with USB to I2C converters like Digistump. The CONFIG_BMP280=m is useful for using the Bosch BMP280 sensors for temperature/humidity/pressure monitoring.
This commit is contained in:
parent
6abbb74cbc
commit
046e144d54
3 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue