:orphan: .. title:: DMA_STM32_V2 .. option:: CONFIG_DMA_STM32_V2 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable DMA V2 support. Direct dependencies =================== \ :option:`DMA_STM32 ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if n Kconfig definition ================== At ``/dma/Kconfig.stm32:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:66`` → ``/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 depends on DMA_STM32 && DMA help Enable DMA V2 support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*