diff options
author | Yu Xu <yuxu@marvell.com> | 2012-06-15 21:45:08 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-06-22 13:08:21 +0300 |
commit | 3d4eb9dfa3e89a09cdaaf3d0465479475e4afb0c (patch) | |
tree | ccf0e979688f4a30825751769f922fb8185a3dd8 /drivers/usb/gadget/Kconfig | |
parent | 5ad1d3160973c588db806072968d7a2a93cb2a80 (diff) |
usb: gadget: mv: Add USB 3.0 device driver for Marvell PXA2128 chip.
It supports Marvell USB 3.0 device controller for PXA2128 chip.
Signed-off-by: Yu Xu <yuxu@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index bddc8fd9a7b..5e242c34088 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -321,6 +321,15 @@ config USB_MV_UDC USB2.0 OTG controller, which can be configured as high speed or full speed USB peripheral. +config USB_MV_U3D + tristate "MARVELL PXA2128 USB 3.0 controller" + depends on CPU_MMP3 + select USB_GADGET_DUALSPEED + select USB_GADGET_SUPERSPEED + help + MARVELL PXA2128 Processor series include a super speed USB3.0 device + controller, which support super speed USB peripheral. + # # Controllers available in both integrated and discrete versions # |