diff options
author | Yuan-Hsin Chen <yhchen@faraday-tech.com> | 2013-05-30 15:41:01 +0000 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-06-10 17:58:11 +0300 |
commit | b84a8dee23fd41600a8aebcba1410b5bb5b3bdeb (patch) | |
tree | bebee88088e7a76c79c81c0a2808665f6ea123e6 /drivers/usb/gadget/Makefile | |
parent | b3df2faacb40da7d9c4ed1a0b5304cf346e46ca0 (diff) |
usb: gadget: add Faraday fotg210_udc driver
Faraday fotg210 udc driver supports only Bulk transfer so far.
fotg210 could be configured as an USB2.0 peripheral.
This driver is tested with mass storage gadget driver on Faraday
EVB a369.
Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.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 b41776065f27..bad08e66f369 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_USB_EG20T) += pch_udc.o obj-$(CONFIG_USB_MV_UDC) += mv_udc.o 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 # USB Functions |