summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/Makefile
diff options
context:
space:
mode:
authorSubbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com>2014-09-10 19:24:04 +0530
committerFelipe Balbi <balbi@ti.com>2014-09-12 09:12:49 -0500
commit1f7c51660034091dc134fcc534b7f1fa86a6e823 (patch)
tree30ff5e1f46dcb0e7e2d7e8a2cb74b57a998961c1 /drivers/usb/gadget/udc/Makefile
parentd799793b933baec9f086996d5b693d62f35c4d65 (diff)
usb: gadget: Add xilinx usb2 device support
Xilinx USB2 device is a soft IP which supports both full and high speed USB 2.0 data transfers. This patch adds xilinx usb2 device driver support. Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/udc/Makefile')
-rw-r--r--drivers/usb/gadget/udc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/udc/Makefile b/drivers/usb/gadget/udc/Makefile
index 4096122bb283..a7f4491593f1 100644
--- a/drivers/usb/gadget/udc/Makefile
+++ b/drivers/usb/gadget/udc/Makefile
@@ -29,3 +29,4 @@ 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
+obj-$(CONFIG_USB_GADGET_XILINX) += udc-xilinx.o