diff mbox series

usb: dwc3: Add missing dependency on DWC3 for DWC3 gadget

Message ID c9453201bc303d80ee2c62cdbea17bf5f5bb1aae.1648806369.git.michal.simek@xilinx.com
State Deferred
Delegated to: Tom Rini
Headers show
Series usb: dwc3: Add missing dependency on DWC3 for DWC3 gadget | expand

Commit Message

Michal Simek April 1, 2022, 9:46 a.m. UTC
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(+)

Comments

Michal Simek April 20, 2022, 1:43 p.m. UTC | #1
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
diff mbox series

Patch

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.