:orphan: .. title:: CONFIG_SPI_MCUX_FLEXCOMM_DMA .. kconfig:: CONFIG_SPI_MCUX_FLEXCOMM_DMA CONFIG_SPI_MCUX_FLEXCOMM_DMA ############################ *MCUX FLEXCOMM SPI DMA Support* Type: ``bool`` Help ==== .. code-block:: none Enable the SPI DMA mode for SPI instances that enable dma channels in their device tree node. Direct dependencies =================== \ :kconfig:`SPI_MCUX_FLEXCOMM ` && \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` Kconfig definition ================== At ``/spi/Kconfig.mcux_flexcomm:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:52`` Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX FLEXCOMM SPI driver .. code-block:: kconfig config SPI_MCUX_FLEXCOMM_DMA bool "MCUX FLEXCOMM SPI DMA Support" select DMA depends on SPI_MCUX_FLEXCOMM && SPI help Enable the SPI DMA mode for SPI instances that enable dma channels in their device tree node. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*