diff options
author | Andreas Larsson <andreas@gaisler.com> | 2013-12-24 00:25:49 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-24 05:26:13 +0400 |
commit | 27e9dcc924e92239625e670e269688ccbccbf777 (patch) | |
tree | f21dae8111223444b44fcbd472be97198916dc40 /drivers/usb/gadget/Makefile | |
parent | 7597fdfca983025a3de91d4b3cf7b21ba452003c (diff) | |
download | linux-27e9dcc924e92239625e670e269688ccbccbf777.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/usb/gadget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 6cccdfed140c..5f150bc1b4bc 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -35,6 +35,7 @@ mv_udc-y := mv_udc_core.o obj-$(CONFIG_USB_FUSB300) += fusb300_udc.o obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o obj-$(CONFIG_USB_MV_U3D) += mv_u3d_core.o +obj-$(CONFIG_USB_GR_UDC) += gr_udc.o # USB Functions usb_f_acm-y := f_acm.o |