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.

Direct dependencies

DMA_STM32 && DMA

(Includes any dependencies from ifs and menus.)

Default

  • y if n || n

Kconfig definition

At <Zephyr>/drivers/dma/Kconfig.stm32:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:66<Zephyr>/drivers/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.)