[PATCH] usb: dwc3: Add missing dependency on DWC3 for DWC3 gadget
Michal Simek
michal.simek at xilinx.com
Fri Apr 1 11:46:15 CEST 2022
There is not covered dependency on DWC3.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
drivers/usb/host/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 8f77412cc71b..48cbed15e104 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -19,6 +19,7 @@ if USB_XHCI_HCD
config USB_XHCI_DWC3
bool "DesignWare USB3 DRD Core Support"
+ depends on DWC3
help
Say Y or if your system has a Dual Role SuperSpeed
USB controller based on the DesignWare USB3 IP Core.
--
2.35.1
More information about the U-Boot
mailing list