CONFIG_DMA_STM32_V2¶
(No prompt – not directly user assignable.)
Type: bool
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.
Default¶
- y if n || n 
Kconfig definition¶
At <Zephyr Driver>/dma/Kconfig.stm32:27
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:68 → <Zephyr Driver>/dma/Kconfig:23
Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable STM32 DMA driver
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.)