blob: 742beef2c9c033e8b3aa489a40233f18eaa21731 [file] [log] [blame]
Felipe Balbi72246da2011-08-19 18:10:58 +03001config USB_DWC3
2 tristate "DesignWare USB3 DRD Core Support"
Felipe Balbic4da1772011-10-13 10:16:50 +03003 depends on (USB && USB_GADGET)
Felipe Balbi72246da2011-08-19 18:10:58 +03004 select USB_OTG_UTILS
Felipe Balbi67920bd2011-10-12 14:15:10 +03005 select USB_GADGET_DUALSPEED
Felipe Balbid07e8812011-10-12 14:08:26 +03006 select USB_XHCI_PLATFORM
Felipe Balbi72246da2011-08-19 18:10:58 +03007 help
8 Say Y or M here if your system has a Dual Role SuperSpeed
9 USB controller based on the DesignWare USB3 IP Core.
10
11 If you choose to build this driver is a dynamically linked
12 module, the module will be called dwc3.ko.
13
14if USB_DWC3
15
16config USB_DWC3_DEBUG
17 bool "Enable Debugging Messages"
18 help
19 Say Y here to enable debugging messages on DWC3 Driver.
20
21config USB_DWC3_VERBOSE
22 bool "Enable Verbose Debugging Messages"
23 depends on USB_DWC3_DEBUG
24 help
25 Say Y here to enable verbose debugging messages on DWC3 Driver.
26
27endif