Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / drivers / usb / dwc3 / Kconfig
CommitLineData
72246da4
FB
1config USB_DWC3
2 tristate "DesignWare USB3 DRD Core Support"
c4da177f 3 depends on (USB && USB_GADGET)
72246da4 4 select USB_OTG_UTILS
67920bd7
FB
5 select USB_GADGET_DUALSPEED
6 select USB_GADGET_SUPERSPEED
b8cacf33 7 select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD
72246da4
FB
8 help
9 Say Y or M here if your system has a Dual Role SuperSpeed
10 USB controller based on the DesignWare USB3 IP Core.
11
12 If you choose to build this driver is a dynamically linked
13 module, the module will be called dwc3.ko.
14
15if USB_DWC3
16
17config USB_DWC3_DEBUG
18 bool "Enable Debugging Messages"
19 help
20 Say Y here to enable debugging messages on DWC3 Driver.
21
22config USB_DWC3_VERBOSE
23 bool "Enable Verbose Debugging Messages"
24 depends on USB_DWC3_DEBUG
25 help
26 Say Y here to enable verbose debugging messages on DWC3 Driver.
27
28endif
This page took 0.089153 seconds and 5 git commands to generate.