CONFIG_DMA_STM32

Enable STM32 DMA driver

Type: bool

Help

DMA driver for STM32 series SoCs.

Direct dependencies

(DMA && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && DMA)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config DMA_STM32
    bool
    default y
    depends on DMA && SOC_FAMILY_STM32

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:66<Zephyr>/drivers/dma/Kconfig:47

Menu path: (Top) → Device Drivers → DMA driver Configuration

config DMA_STM32
    bool "Enable STM32 DMA driver"
    select USE_STM32_LL_DMA
    depends on SOC_FAMILY_STM32 && DMA
    help
      DMA driver for STM32 series SoCs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)