Makefile (97238b35d5bbb5d5312d83c30a429824b777619f) | Makefile (9b3452d1fa3c017d3664ff9e6a601daa6e0576eb) |
---|---|
1# 2# for USB OTG silicon based on Mentor Graphics INVENTRA designs 3# 4 5obj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o 6 7musb_hdrc-y := musb_core.o 8 --- 18 unchanged lines hidden (view full) --- 27# possible I/O schemes will be enabled at a time ... 28# PIO only, or DMA (several potential schemes). 29# though PIO is always there to back up DMA, and for ep0 30 31musb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o 32musb_hdrc-$(CONFIG_USB_TI_CPPI_DMA) += cppi_dma.o 33musb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o 34musb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o | 1# 2# for USB OTG silicon based on Mentor Graphics INVENTRA designs 3# 4 5obj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o 6 7musb_hdrc-y := musb_core.o 8 --- 18 unchanged lines hidden (view full) --- 27# possible I/O schemes will be enabled at a time ... 28# PIO only, or DMA (several potential schemes). 29# though PIO is always there to back up DMA, and for ep0 30 31musb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o 32musb_hdrc-$(CONFIG_USB_TI_CPPI_DMA) += cppi_dma.o 33musb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o 34musb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o |
35musb_hdrc-$(CONFIG_USB_TI_CPPI41_DMA) += musb_cppi41.o |
|