Kconfig (97238b35d5bbb5d5312d83c30a429824b777619f) | Kconfig (9b3452d1fa3c017d3664ff9e6a601daa6e0576eb) |
---|---|
1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 7config USB_MUSB_HDRC 8 tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)' --- 115 unchanged lines hidden (view full) --- 124 Enable DMA transfers using Mentor's engine. 125 126config USB_TI_CPPI_DMA 127 bool 'TI CPPI (Davinci)' 128 depends on USB_MUSB_DAVINCI 129 help 130 Enable DMA transfers when TI CPPI DMA is available. 131 | 1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 7config USB_MUSB_HDRC 8 tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)' --- 115 unchanged lines hidden (view full) --- 124 Enable DMA transfers using Mentor's engine. 125 126config USB_TI_CPPI_DMA 127 bool 'TI CPPI (Davinci)' 128 depends on USB_MUSB_DAVINCI 129 help 130 Enable DMA transfers when TI CPPI DMA is available. 131 |
132config USB_TI_CPPI41_DMA 133 bool 'TI CPPI 4.1 (AM335x)' 134 depends on ARCH_OMAP 135 |
|
132config USB_TUSB_OMAP_DMA 133 bool 'TUSB 6010' 134 depends on USB_MUSB_TUSB6010 135 depends on ARCH_OMAP 136 help 137 Enable DMA transfers on TUSB 6010 when OMAP DMA is available. 138 139config MUSB_PIO_ONLY --- 13 unchanged lines hidden --- | 136config USB_TUSB_OMAP_DMA 137 bool 'TUSB 6010' 138 depends on USB_MUSB_TUSB6010 139 depends on ARCH_OMAP 140 help 141 Enable DMA transfers on TUSB 6010 when OMAP DMA is available. 142 143config MUSB_PIO_ONLY --- 13 unchanged lines hidden --- |