summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-23 13:53:08 -0600
committerMarek Vasut <[email protected]>2026-05-09 00:24:53 +0200
commitebe2af6cd8a623140ae7a87470e808959b186dd6 (patch)
tree8bf46904236e58a28bf344cfab5a80916df600c7
parent3cdd19089f1b1b7cd08530f33ff4708abcfd426c (diff)
usb: gadget: Correct dependencies for USB_RENESAS_USBHS
The USB_RENESAS_USBHS functionality can only work with DM_USB_GADGET enabled, so express this dependency in Kconfig. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
-rw-r--r--drivers/usb/gadget/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 18582962249..5390878254a 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -119,6 +119,7 @@ config USB_GADGET_DWC2_OTG
config USB_RENESAS_USBHS
bool "Renesas R-Car USB2.0 HS controller (gadget mode)"
+ depends on DM_USB_GADGET
select USB_GADGET_DUALSPEED
help
The Renesas R-Car USB 2.0 high-speed gadget controller