From: Jihed Chaibi Date: Sat, 30 Aug 2025 19:27:45 +0000 (+0200) Subject: ARM: defconfig: pxa: Remove duplicate CONFIG_USB_GPIO_VBUS entry X-Git-Tag: v6.18-rc1~146^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70757ee5d2bc6da3a31dfbf808d534faa19178bd;p=thirdparty%2Flinux.git ARM: defconfig: pxa: Remove duplicate CONFIG_USB_GPIO_VBUS entry The pxa_defconfig file defines CONFIG_USB_GPIO_VBUS twice, first as built-in ('y') and then as a module ('m'). The kconfig system correctly uses the last definition, but the duplication is confusing. Remove the obsolete configuration to resolve the ambiguity and clean up the configuration. Fixes: 2002f3968714 ("ARM: refresh defconfig files") Signed-off-by: Jihed Chaibi Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig index 1a80602c12845..70489f3555d0e 100644 --- a/arch/arm/configs/pxa_defconfig +++ b/arch/arm/configs/pxa_defconfig @@ -498,7 +498,6 @@ CONFIG_USB_LEGOTOWER=m CONFIG_USB_LCD=m CONFIG_USB_CYTHERM=m CONFIG_USB_IDMOUSE=m -CONFIG_USB_GPIO_VBUS=y CONFIG_USB_GPIO_VBUS=m CONFIG_USB_ISP1301=m CONFIG_USB_GADGET=m