Skip to content

Commit a42e092

Browse files
laura-naonuclearcat
authored andcommitted
build-configs.yaml: Enable CONFIG_I2C_DESIGNWARE_CORE
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/20240903142506.3444628-1-heikki.krogerus@linux.intel.com/T/ Signed-off-by: Laura Nao <laura.nao@collabora.com>
1 parent ca7c5a8 commit a42e092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/core/build-configs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ fragments:
641641
- 'CONFIG_GOOGLE_VPD=m'
642642
- 'CONFIG_I2C_CROS_EC_TUNNEL=m'
643643
- 'CONFIG_I2C_DESIGNWARE_BAYTRAIL=y'
644+
- 'CONFIG_I2C_DESIGNWARE_CORE=y'
644645
- 'CONFIG_I2C_DESIGNWARE_PCI=y'
645646
- 'CONFIG_I2C_DESIGNWARE_PLATFORM=y'
646647
- 'CONFIG_I2C_HID_ACPI=m'

0 commit comments

Comments
 (0)