linux (RPi/RPi2): build i2c_bcm2835 into kernel

i2c_bcm2835 is needed by vc4 on RPi0-3

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-07-05 12:37:18 +02:00
parent 537bc3a039
commit 8159600587
2 changed files with 2 additions and 2 deletions

View File

@ -2014,7 +2014,7 @@ CONFIG_I2C_BCM2708_BAUDRATE=100000
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_BCM2835=m
CONFIG_I2C_BCM2835=y
CONFIG_I2C_BRCMSTB=y
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set

View File

@ -2137,7 +2137,7 @@ CONFIG_I2C_BCM2708_BAUDRATE=100000
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_BCM2835=m
CONFIG_I2C_BCM2835=y
CONFIG_I2C_BRCMSTB=y
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set