summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:47 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-21 13:35:17 -0600
commit2f11000558ce1d73ff56f083c08b78fe29cb3e41 (patch)
tree9a35f6f654366774347e9f23aa390007e88066bc /drivers/usb/gadget/Makefile
parent13229557c1f835e5a29c7b8c95c705666425537a (diff)
downloadu-boot-imx-2f11000558ce1d73ff56f083c08b78fe29cb3e41.zip
u-boot-imx-2f11000558ce1d73ff56f083c08b78fe29cb3e41.tar.gz
u-boot-imx-2f11000558ce1d73ff56f083c08b78fe29cb3e41.tar.bz2
SPEAr : usbd driver support for SPEAr SoCs
SPEAr SoCs contain a synopsys usb device controller. USB Device IP can work in 2 modes - DMA mode - Slave mode The driver adds support only for slave mode operation of usb device IP. This driver is used along with standard USBTTY driver to obtain a tty interface over USB on the host Signed-off-by: Vipin <vipin.kumar@st.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rwxr-xr-x[-rw-r--r--]drivers/usb/gadget/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile
index 2a19b1e..1d7362d 100644..100755
--- a/drivers/usb/gadget/Makefile
+++ b/drivers/usb/gadget/Makefile
@@ -32,6 +32,7 @@ COBJS-$(CONFIG_OMAP1510) += omap1510_udc.o
COBJS-$(CONFIG_OMAP1610) += omap1510_udc.o
COBJS-$(CONFIG_MPC885_FAMILY) += mpc8xx_udc.o
COBJS-$(CONFIG_PXA27X) += pxa27x_udc.o
+COBJS-$(CONFIG_SPEARUDC) += spr_udc.o
endif
COBJS := $(COBJS-y)