kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

build-configs.yaml: Enable CONFIG_I2C_DESIGNWARE_CORE #2718

Closed laura-nao closed 1 month ago

laura-nao commented 1 month ago

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/

This fixes many failures reported by the ACPI kselftest on x86 Chromebooks, from next-20240910 onwards.