:orphan: .. title:: DMA_STM32 .. option:: CONFIG_DMA_STM32 *Enable STM32 DMA driver* Type: ``bool`` Help ==== DMA driver for STM32 series SoCs. Direct dependencies =================== (\ :option:`DMA ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`DMA `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_LL_DMA ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config DMA_STM32 bool default y depends on \ :option:`DMA ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/dma/Kconfig.stm32:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:47`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. parsed-literal:: config DMA_STM32 bool "Enable STM32 DMA driver" select \ :option:`USE_STM32_LL_DMA ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`DMA ` help DMA driver for STM32 series SoCs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*