blob: f6a6e070c2ac0219390d9a17706ed22e1333c739 [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
joseph danielb8cacf32012-05-11 15:53:40 +05305 select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD
Felipe Balbi72246da2011-08-19 18:10:58 +03006 help
7 Say Y or M here if your system has a Dual Role SuperSpeed
8 USB controller based on the DesignWare USB3 IP Core.
9
10 If you choose to build this driver is a dynamically linked
11 module, the module will be called dwc3.ko.
12
13if USB_DWC3
14
15config USB_DWC3_DEBUG
16 bool "Enable Debugging Messages"
17 help
18 Say Y here to enable debugging messages on DWC3 Driver.
19
20config USB_DWC3_VERBOSE
21 bool "Enable Verbose Debugging Messages"
22 depends on USB_DWC3_DEBUG
23 help
24 Say Y here to enable verbose debugging messages on DWC3 Driver.
25
26endif