1550a7375SFelipe Balbi# 2550a7375SFelipe Balbi# for USB OTG silicon based on Mentor Graphics INVENTRA designs 3550a7375SFelipe Balbi# 4550a7375SFelipe Balbi 5550a7375SFelipe Balbiobj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o 6550a7375SFelipe Balbi 70a2b8a0dSmatt mooneymusb_hdrc-y := musb_core.o 8550a7375SFelipe Balbi 962285963SFelipe Balbimusb_hdrc-y += musb_gadget_ep0.o musb_gadget.o 1062285963SFelipe Balbimusb_hdrc-y += musb_virthub.o musb_host.o 110a2b8a0dSmatt mooneymusb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o 127f7f9e2aSFelipe Balbi 137c925546SFelipe Balbi# Hardware Glue Layer 14dc09886bSFelipe Balbiobj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o 15ce40c576SFelipe Balbiobj-$(CONFIG_USB_MUSB_AM35X) += am35x.o 16*9ecb8875SAjay Kumar Guptaobj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o 1718688fbeSFelipe Balbiobj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o 1873b089b0SFelipe Balbiobj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o 198ceae51eSFelipe Balbiobj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o 209cb0308eSFelipe Balbiobj-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o 214bc36fd3SMian Yousaf Kaukabobj-$(CONFIG_USB_MUSB_UX500) += ux500.o 22dc09886bSFelipe Balbi 23550a7375SFelipe Balbi# the kconfig must guarantee that only one of the 24550a7375SFelipe Balbi# possible I/O schemes will be enabled at a time ... 25550a7375SFelipe Balbi# PIO only, or DMA (several potential schemes). 26550a7375SFelipe Balbi# though PIO is always there to back up DMA, and for ep0 27550a7375SFelipe Balbi 282e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o 292e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_TI_CPPI_DMA) += cppi_dma.o 302e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o 312e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o 32