From 211002d0fa9ef8a8aff0edff140c9f0bec3e3e27 Mon Sep 17 00:00:00 2001 From: Aelin Date: Mon, 20 Jul 2026 02:07:13 +0200 Subject: [PATCH] kconfig-generic: Drop QCOM_GSBI This config is only for 32-bit ARM devices and on -next, it was properly gated to ARM and cannot be enabled on ARM64 kernels anymore. This causes our linux-next upgrades to fail since the config doesn't apply anymore. multi_v7_defconfig on ARM already enables QCOM_GSBI, so no change is necessary there. Part-of: --- kconfig-generic.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/kconfig-generic.toml b/kconfig-generic.toml index d2f33c771..f01a0cafc 100644 --- a/kconfig-generic.toml +++ b/kconfig-generic.toml @@ -228,7 +228,6 @@ FB_EFI = "y" # usb drivers, type-c role switching, etc. ["category:usb".">=0.0.0"."aarch64"] UCSI_LENOVO_YOGA_C630 = "m" -QCOM_GSBI = "y" ["category:usb".">=0.0.0"."aarch64 armv7"] CHARGER_CROS_USBPD = "m" ["category:usb".">=0.0.0"."all"]