CONFIG_DMA_STM32_V2

(No prompt – not directly user assignable.)

Type: bool

Help

Enable DMA support on F0/F1/F3/L0/L4/WB series SoCs.

Defaults

  • y

  • y

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/stm32f0/Kconfig.defconfig.series:15

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F0X

At <Zephyr>/soc/arm/st_stm32/stm32f1/Kconfig.defconfig.series:15

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F1X

At <Zephyr>/soc/arm/st_stm32/stm32f3/Kconfig.defconfig.series:15

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F3X

At <Zephyr>/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.series:15

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32L0X

At <Zephyr>/soc/arm/st_stm32/stm32l4/Kconfig.defconfig.series:21

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32L4X

At <Zephyr>/soc/arm/st_stm32/stm32wb/Kconfig.defconfig.series:18

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_V2
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32WBX

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

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 → Enable STM32 DMA driver

config DMA_STM32_V2
    bool
    depends on (SOC_SERIES_STM32F0X || SOC_SERIES_STM32F1X || SOC_SERIES_STM32F3X || SOC_SERIES_STM32L0X || SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX) && DMA_STM32 && DMA
    help
      Enable DMA support on F0/F1/F3/L0/L4/WB series SoCs.

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