Lines Matching +full:dma +full:- +full:default
1 # SPDX-License-Identifier: GPL-2.0
3 # USB Dual Role (OTG-ready) Controller Drivers
7 # (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
27 module will be called "musb-hdrc".
33 default USB_MUSB_DUAL_ROLE if (USB && USB_GADGET)
34 default USB_MUSB_HOST if (USB && !USB_GADGET)
35 default USB_MUSB_GADGET if (!USB && USB_GADGET)
57 This is the default mode of working of MUSB controller where
74 tristate "DA8xx/OMAP-L1x"
125 comment "MUSB DMA mode"
128 bool 'Disable DMA (always use PIO)'
131 DMA controllers are ignored.
133 Do not choose this unless DMA support for your SOC or board
134 is unavailable (or unstable). When DMA is enabled at compile time,
144 Enable DMA transfers on UX500 platforms.
150 Enable DMA transfers using Mentor's engine.
159 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
162 Enable DMA transfers on TUSB 6010 when OMAP DMA is available.