public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible
@ 2026-03-17  1:24 Tom Rini
  2026-03-17  2:34 ` Marek Vasut
  2026-03-23 14:32 ` [PATCH v2] " Tom Rini
  0 siblings, 2 replies; 16+ messages in thread
From: Tom Rini @ 2026-03-17  1:24 UTC (permalink / raw)
  To: u-boot; +Cc: Mattijs Korpershoek, Marek Vasut

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.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Mattijs Korpershoek <mkorpershoek@kernel.org>
Cc: Marek Vasut <marek.vasut+usb@mailbox.org>
---
 drivers/usb/gadget/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index baa2eb61ea33..a36be818a68c 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -44,6 +44,10 @@ config SPL_USB_GADGET
 	  Enable USB Gadget API which allows to enable USB device functions
 	  in SPL.
 
+# Selected by UDC drivers that support high-speed operation.
+config USB_GADGET_DUALSPEED
+	bool
+
 if USB_GADGET
 
 config USB_GADGET_MANUFACTURER
@@ -179,10 +183,6 @@ config SDP_LOADADDR
 	hex "Default load address at SDP_WRITE and SDP_JUMP"
 	default 0x0
 
-# Selected by UDC drivers that support high-speed operation.
-config USB_GADGET_DUALSPEED
-	bool
-
 config USB_GADGET_DOWNLOAD
 	bool "Enable USB download gadget"
 	help
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2026-04-08  9:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  1:24 [PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible Tom Rini
2026-03-17  2:34 ` Marek Vasut
2026-03-17 13:41   ` Tom Rini
2026-03-17 19:42     ` Marek Vasut
2026-03-18  1:26       ` Tom Rini
2026-03-19  0:50         ` Marek Vasut
2026-03-19 13:39           ` Tom Rini
2026-03-19 17:57             ` Marek Vasut
2026-03-20 13:53               ` Tom Rini
2026-03-21  1:53                 ` Marek Vasut
2026-03-21 17:34                   ` Tom Rini
2026-03-21 18:50                     ` Marek Vasut
2026-03-23 14:32 ` [PATCH v2] " Tom Rini
2026-03-23 15:05   ` Marek Vasut
2026-03-26  8:57   ` Mattijs Korpershoek
2026-04-08  9:26   ` Mattijs Korpershoek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox