[PATCH] usb: dwc3: Add missing dependency on DWC3 for DWC3 gadget

There is not covered dependency on DWC3.
Signed-off-by: Michal Simek michal.simek@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.

pá 1. 4. 2022 v 11:46 odesílatel Michal Simek michal.simek@xilinx.com napsal:
There is not covered dependency on DWC3.
Signed-off-by: Michal Simek michal.simek@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
Marek reported that CI loop is failing. That's why please ignore this patch.
M
participants (2)
-
Michal Simek
-
Michal Simek