diff options
author | Andreas Larsson <andreas@gaisler.com> | 2013-12-23 21:25:49 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 19:26:13 -0600 |
commit | 27e9dcc924e92239625e670e269688ccbccbf777 (patch) | |
tree | f21dae8111223444b44fcbd472be97198916dc40 /drivers/usb/gadget/Kconfig | |
parent | 7597fdfca983025a3de91d4b3cf7b21ba452003c (diff) |
usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC
This adds an UDC driver for GRUSBDC USB Device Controller cores available in the
GRLIB VHDL IP core library. The driver only supports DMA mode.
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index fbc5607c8cd..8154165aa60 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -216,6 +216,13 @@ config USB_FOTG210_UDC Say "y" to link the driver statically, or "m" to build a dynamically linked module called "fotg210_udc". +config USB_GR_UDC + tristate "Aeroflex Gaisler GRUSBDC USB Peripheral Controller Driver" + depends on HAS_DMA + help + Select this to support Aeroflex Gaisler GRUSBDC cores from the GRLIB + VHDL IP core library. + config USB_OMAP tristate "OMAP USB Device Controller" depends on ARCH_OMAP1 |