:orphan: .. title:: CONFIG_DMA .. kconfig:: CONFIG_DMA CONFIG_DMA ########## *DMA driver Configuration* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_STM32 ` - \ :kconfig:`UART_SAM0 ` - \ :kconfig:`SPI_STM32_DMA ` - \ :kconfig:`SPI_MCUX_FLEXCOMM_DMA ` - \ :kconfig:`SPI_SAM0 ` - \ :kconfig:`SPI_XEC_QMSPI ` - \ :kconfig:`I2C_SAM0_DMA_DRIVEN ` - \ :kconfig:`I2S_CAVS ` - \ :kconfig:`I2S_MCUX_FLEXCOMM ` - \ :kconfig:`I2S_SAM_SSC ` - \ :kconfig:`I2S_STM32 ` Kconfig definition ================== At ``/dma/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:68`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig DMA bool "DMA driver Configuration" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*