CONFIG_DMA_STM32_V1

(No prompt – not directly user assignable.)

Type: bool

Help

Enable DMA support on F2/F4/F7 series SoCs.

Direct dependencies

(DMA_STM32 && SOC_SERIES_STM32F2X) || (DMA_STM32 && SOC_SERIES_STM32F4X) || (DMA_STM32 && SOC_SERIES_STM32F7X) || (DMA_STM32 && SOC_SERIES_STM32H7X) || ((SOC_SERIES_STM32F2X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X) && DMA_STM32 && DMA)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/stm32f2/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_V1
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F2X

At <Zephyr>/soc/arm/st_stm32/stm32f4/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_V1
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F4X

At <Zephyr>/soc/arm/st_stm32/stm32f7/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_V1
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32F7X

At <Zephyr>/soc/arm/st_stm32/stm32h7/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_V1
    bool
    default y
    depends on DMA_STM32 && SOC_SERIES_STM32H7X

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

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_V1
    bool
    depends on (SOC_SERIES_STM32F2X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X) && DMA_STM32 && DMA
    help
      Enable DMA support on F2/F4/F7 series SoCs.

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