From: Hans de Goede on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3429 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails. Before 6.12 CONFIG_I2C_DESIGNWARE_CORE was not user selectable, instead it was automatically selected by CONFIG_I2C_DESIGNWARE_PLATFORM / CONFIG_I2C_DESIGNWARE_PCI. Commit 098c95d5adce ("[PATCH] [redhat] AUTOMATIC: New configs") added a new redhat/configs/pending-fedora/generic/CONFIG_I2C_DESIGNWARE_CORE file which sets "# CONFIG_I2C_DESIGNWARE_CORE is not set". This is causing all the other CONFIG_I2C_DESIGNWARE_* options to be disabled breaking anything connected to any designware I2C controllers, such as touchpads, accelerometers, fuel-gauges, USB Type-C controllers, camera sensors, etc. configs/fedora/generic/CONFIG_I2C_DESIGNWARE_PLATFORM has CONFIG_I2C_DESIGNWARE_PLATFORM=y So previously CONFIG_I2C_DESIGNWARE_CORE was always 'y' on Fedora, restore this behavior by creating redhat/configs/fedora/generic/CONFIG_I2C_DESIGNWARE_CORE with "CONFIG_I2C_DESIGNWARE_CORE=y" And drop: - redhat/configs/fedora/generic/x86/CONFIG_I2C_DESIGNWARE_CORE - redhat/configs/fedora/generic/arm/aarch64/CONFIG_I2C_DESIGNWARE_CORE which are now duplicates of fedora/generic/CONFIG_I2C_DESIGNWARE_CORE Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2314756 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2271136 --- redhat/configs/fedora/generic/s390x/CONFIG_I2C_DESIGNWARE_CORE | 1 + redhat/configs/fedora/generic/s390x/CONFIG_I2C_DESIGNWARE_PCI | 1 - redhat/configs/fedora/generic/x86/CONFIG_I2C_DESIGNWARE_CORE | 1 - redhat/configs/fedora/generic/arm/aarch64/CONFIG_I2C_DESIGNWARE_CORE => redhat/configs/fedora/generic/CONFIG_I2C_DESIGNWARE_CORE | 0 redhat/configs/pending-fedora/generic/CONFIG_I2C_DESIGNWARE_CORE | 17 ---------- 5 files changed, 1 insertions(+), 19 deletions(-) -- _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue