diff options
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 5a084b9cfa3c..bb799d5b9ab6 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -303,6 +303,18 @@ config USB_PXA_U2O | |||
303 | PXA9xx Processor series include a high speed USB2.0 device | 303 | PXA9xx Processor series include a high speed USB2.0 device |
304 | controller, which support high speed and full speed USB peripheral. | 304 | controller, which support high speed and full speed USB peripheral. |
305 | 305 | ||
306 | config USB_GADGET_DWC3 | ||
307 | tristate "DesignWare USB3.0 (DRD) Controller" | ||
308 | depends on USB_DWC3 | ||
309 | select USB_GADGET_DUALSPEED | ||
310 | select USB_GADGET_SUPERSPEED | ||
311 | help | ||
312 | DesignWare USB3.0 controller is a SuperSpeed USB3.0 Controller | ||
313 | which can be configured for peripheral-only, host-only, hub-only | ||
314 | and Dual-Role operation. This Controller was first integrated into | ||
315 | the OMAP5 series of processors. More information about the OMAP5 | ||
316 | version of this controller, refer to http://www.ti.com/omap5. | ||
317 | |||
306 | # | 318 | # |
307 | # Controllers available in both integrated and discrete versions | 319 | # Controllers available in both integrated and discrete versions |
308 | # | 320 | # |