[PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible

Marek Vasut marek.vasut at mailbox.org
Thu Mar 19 01:50:56 CET 2026


On 3/18/26 2:26 AM, Tom Rini wrote:
> On Tue, Mar 17, 2026 at 08:42:06PM +0100, Marek Vasut wrote:
>> On 3/17/26 2:41 PM, Tom Rini wrote:
>>> On Tue, Mar 17, 2026 at 03:34:36AM +0100, Marek Vasut wrote:
>>>> On 3/17/26 2:24 AM, Tom Rini wrote:
>>>>> As exposed by "make randconfig", we have an issue around
>>>>> USB_GADGET_DUALSPEED. It is possible to select this symbol (via
>>>>> SPL_USB_CDNS3_GADGET for example) and so have an unmet dependency. As
>>>>> this is a hidden symbol, move it up within the menu.
>>>> What is the issue this is fixing ?
>>>
>>> Valid configs causing the kconfig part of the build system to note
>>> unmet dependencies.
>> Lemme rephrase, is this actually a fix, or is this some readability/ordering
>> improvement patch ?
> 
> Yes, it's a fix because randconfig finds problems that users may stumble
> on to while trying to make a valid config for a platform.

Is the commit message telling me, that "config USB_GADGET_DUALSPEED" is 
moved outside of the "if USB_GADGET" block ?

Because if this is something else, and the symbols are simply reordered, 
that I do not understand how this could be fixing anything.


More information about the U-Boot mailing list