diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-28 22:42:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-28 22:42:12 -0400 |
commit | 95431aa54cfe87f7451f588663256b3aec09a79a (patch) | |
tree | 0e4b701b12da079cae07314d7087bd8886fcff04 | |
parent | a223e2bc10ef2bdcf2415e4453e676a9c3d70f42 (diff) | |
parent | 6ea247d1376138026fcb4b9d869ed0956e7c0f59 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index e93398fe7c..a291ceb6ae 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -1,7 +1,6 @@ config USB_DWC3 bool "DesignWare USB3 DRD Core Support" - depends on (USB && USB_GADGET) - select USB_GADGET_DUALSPEED + depends on USB_HOST || USB_GADGET help Say Y here if your system has a Dual Role SuperSpeed USB controller based on the DesignWare USB3 IP Core. @@ -21,6 +20,7 @@ config USB_DWC3_HOST config USB_DWC3_GADGET bool "Gadget only mode" depends on USB_GADGET + select USB_GADGET_DUALSPEED help Select this when you want to use DWC3 in gadget mode only, thereby the host feature will be regressed. |