Lines Matching +full:stm32 +full:- +full:dma +full:- +full:v2
1 # DMA configuration options
6 # SPDX-License-Identifier: Apache-2.0
9 bool "STM32 DMA driver"
17 Driver for STM32 DMA V1, V2, V2bis and BDMA types.
20 bool "STM32U5 serie DMA driver"
25 Enable DMA support mainly for stm32U5 family.
26 It differs from the DMA driver due to the GPDMA peripheral.
35 Enable DMA V1 support.
42 Enable DMA V2 or DMA V2bis support. With the versions V2 of DMA, the
43 peripheral request must be specified in the dma slot of the dma cell
44 With the versions V2 bis of DMA, the peripheral request (slot) is not
45 a parameter of the dma-cell.
64 bool "STM32 BDMA driver"
72 int "STM32 DMAMUX init priority"
76 DMAMUX driver device must be init'd after the DMA (CONFIG_DMA_INIT_PRIORITY)
77 DMAMUX driver device initialization priority is greater than DMA one's