:orphan: .. title:: DMAMUX_STM32 .. option:: CONFIG_DMAMUX_STM32 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable DMAMUX support. Direct dependencies =================== \ :option:`DMA_STM32_V2 ` && \ :option:`DMA_STM32 ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/dma/Kconfig.stm32:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:47`` Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable STM32 DMA driver .. parsed-literal:: config DMAMUX_STM32 bool default n depends on \ :option:`DMA_STM32_V2 ` && \ :option:`DMA_STM32 ` && \ :option:`DMA ` help Enable DMAMUX support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*