:orphan: .. title:: CONFIG_DMA_STM32_V2 .. kconfig:: CONFIG_DMA_STM32_V2 CONFIG_DMA_STM32_V2 ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable DMA V2 or DMA V2bis support. With the versions V2 of DMA, the peripheral request must be specified in the dma slot of the dma cell With the versions V2 bis of DMA, the peripheral request (slot) is not a parameter of the dma-cell. Direct dependencies =================== \ :kconfig:`DMA_STM32 ` && \ :kconfig:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n || n Kconfig definition ================== At ``/dma/Kconfig.stm32:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:68`` → ``/dma/Kconfig:23`` Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable STM32 DMA driver .. code-block:: kconfig config DMA_STM32_V2 bool default y if n || n depends on DMA_STM32 && DMA help Enable DMA V2 or DMA V2bis support. With the versions V2 of DMA, the peripheral request must be specified in the dma slot of the dma cell With the versions V2 bis of DMA, the peripheral request (slot) is not a parameter of the dma-cell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*