1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-04 02:02:08 +02:00

Merge branch 'master' of git://git.denx.de/u-boot-usb

This commit is contained in:
Tom Rini
2017-08-28 22:42:12 -04:00

View File

@@ -1,7 +1,6 @@
config USB_DWC3 config USB_DWC3
bool "DesignWare USB3 DRD Core Support" bool "DesignWare USB3 DRD Core Support"
depends on (USB && USB_GADGET) depends on USB_HOST || USB_GADGET
select USB_GADGET_DUALSPEED
help help
Say Y here if your system has a Dual Role SuperSpeed Say Y here if your system has a Dual Role SuperSpeed
USB controller based on the DesignWare USB3 IP Core. USB controller based on the DesignWare USB3 IP Core.
@@ -21,6 +20,7 @@ config USB_DWC3_HOST
config USB_DWC3_GADGET config USB_DWC3_GADGET
bool "Gadget only mode" bool "Gadget only mode"
depends on USB_GADGET depends on USB_GADGET
select USB_GADGET_DUALSPEED
help help
Select this when you want to use DWC3 in gadget mode only, Select this when you want to use DWC3 in gadget mode only,
thereby the host feature will be regressed. thereby the host feature will be regressed.