CONFIG_DMA_STM32_V1¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable DMA V1 support.
Default¶
- y if n 
Kconfig definition¶
At <Zephyr Driver>/dma/Kconfig.stm32:21
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_V1
    bool
    default y if n
    depends on DMA_STM32 && DMA
    help
      Enable DMA V1 support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)