1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2550a7375SFelipe Balbi# 3550a7375SFelipe Balbi# for USB OTG silicon based on Mentor Graphics INVENTRA designs 4550a7375SFelipe Balbi# 5550a7375SFelipe Balbi 6f89252adSBin Liu# define_trace.h needs to know how to find our header 7f89252adSBin LiuCFLAGS_musb_trace.o := -I$(src) 8f89252adSBin Liu 9550a7375SFelipe Balbiobj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o 10550a7375SFelipe Balbi 11f89252adSBin Liumusb_hdrc-y := musb_core.o musb_trace.o 12550a7375SFelipe Balbi 13b7b741eaSDaniel Mackmusb_hdrc-$(CONFIG_USB_MUSB_HOST)$(CONFIG_USB_MUSB_DUAL_ROLE) += musb_virthub.o musb_host.o 14b7b741eaSDaniel Mackmusb_hdrc-$(CONFIG_USB_MUSB_GADGET)$(CONFIG_USB_MUSB_DUAL_ROLE) += musb_gadget_ep0.o musb_gadget.o 150a2b8a0dSmatt mooneymusb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o 167f7f9e2aSFelipe Balbi 177c925546SFelipe Balbi# Hardware Glue Layer 18dc09886bSFelipe Balbiobj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o 199ecb8875SAjay Kumar Guptaobj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o 2018688fbeSFelipe Balbiobj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o 218ceae51eSFelipe Balbiobj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o 224bc36fd3SMian Yousaf Kaukabobj-$(CONFIG_USB_MUSB_UX500) += ux500.o 2310434d27SApelete Seketeliobj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o 24744543c5SHans de Goedeobj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o 250990366bSMin Guoobj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o 26*7a96b6eaSConor Dooleyobj-$(CONFIG_USB_MUSB_POLARFIRE_SOC) += mpfs.o 27dc09886bSFelipe Balbi 28550a7375SFelipe Balbi# the kconfig must guarantee that only one of the 29550a7375SFelipe Balbi# possible I/O schemes will be enabled at a time ... 30550a7375SFelipe Balbi# PIO only, or DMA (several potential schemes). 31550a7375SFelipe Balbi# though PIO is always there to back up DMA, and for ep0 32550a7375SFelipe Balbi 332e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o 342e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o 352e7fc3baSArnd Bergmannmusb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o 369b3452d1SSebastian Andrzej Siewiormusb_hdrc-$(CONFIG_USB_TI_CPPI41_DMA) += musb_cppi41.o 37