]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: defconfig: pxa: Remove duplicate CONFIG_USB_GPIO_VBUS entry
authorJihed Chaibi <jihed.chaibi.dev@gmail.com>
Sat, 30 Aug 2025 19:27:45 +0000 (21:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 1 Sep 2025 10:12:10 +0000 (12:12 +0200)
commit70757ee5d2bc6da3a31dfbf808d534faa19178bd
tree76bfd4ae37e73d883e321ab7fe647b4ef093e0d3
parentd4c9ab287b38f0a4979abee0ae44bc9986296de7
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 <jihed.chaibi.dev@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/pxa_defconfig