Skip to content

Commit

Permalink
build-configs.yaml: Enable CONFIG_I2C_DESIGNWARE_CORE
Browse files Browse the repository at this point in the history
A recent patch[1] updated the Synopsys DesignWare I2C adapter drivers
to now depend on I2C_DESIGNWARE_CORE. Add the config to the x86-board
fragment accordingly.

[1] https://lore.kernel.org/netdev/[email protected]/T/

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao authored and nuclearcat committed Oct 22, 2024
1 parent ca7c5a8 commit a42e092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ fragments:
- 'CONFIG_GOOGLE_VPD=m'
- 'CONFIG_I2C_CROS_EC_TUNNEL=m'
- 'CONFIG_I2C_DESIGNWARE_BAYTRAIL=y'
- 'CONFIG_I2C_DESIGNWARE_CORE=y'
- 'CONFIG_I2C_DESIGNWARE_PCI=y'
- 'CONFIG_I2C_DESIGNWARE_PLATFORM=y'
- 'CONFIG_I2C_HID_ACPI=m'
Expand Down

0 comments on commit a42e092

Please sign in to comment.