:orphan: .. title:: CONFIG_DMA_STM32 .. kconfig:: CONFIG_DMA_STM32 CONFIG_DMA_STM32 ################ *Enable STM32 DMA driver* Type: ``bool`` Help ==== .. code-block:: none DMA driver for STM32 series SoCs. Direct dependencies =================== (\ :kconfig:`DMA ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`DMA ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`DMA `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_DMA ` Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config DMA_STM32 bool default y depends on DMA && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config DMA_STM32 bool default y depends on DMA && SOC_FAMILY_STM32 ---- At ``/dma/Kconfig.stm32:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:68`` → ``/dma/Kconfig:23`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. code-block:: kconfig 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.)*