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