Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 1 | config USB_DWC3 |
| 2 | tristate "DesignWare USB3 DRD Core Support" |
Ido Shayevitz | cdeef4c | 2012-05-29 13:17:41 +0200 | [diff] [blame] | 3 | depends on (USB || USB_GADGET) |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 4 | select USB_OTG_UTILS |
Felipe Balbi | 67920bd | 2011-10-12 14:15:10 +0300 | [diff] [blame] | 5 | select USB_GADGET_DUALSPEED |
joseph daniel | e6e44c7 | 2012-05-11 15:53:40 +0530 | [diff] [blame^] | 6 | select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD |
Felipe Balbi | 72246da | 2011-08-19 18:10:58 +0300 | [diff] [blame] | 7 | 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 | |
| 14 | if USB_DWC3 |
| 15 | |
| 16 | config USB_DWC3_DEBUG |
| 17 | bool "Enable Debugging Messages" |
| 18 | help |
| 19 | Say Y here to enable debugging messages on DWC3 Driver. |
| 20 | |
| 21 | config 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 | |
| 27 | endif |