:orphan: .. title:: SPI_MCUX_FLEXCOMM_DMA .. option:: CONFIG_SPI_MCUX_FLEXCOMM_DMA *MCUX FLEXCOMM SPI DMA Support* Type: ``bool`` Help ==== Enable the SPI DMA mode for SPI instances that enable dma channels in their device tree node. Direct dependencies =================== \ :option:`SPI_MCUX_FLEXCOMM ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`DMA ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.mcux_flexcomm:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:198`` Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX FLEXCOMM SPI driver .. parsed-literal:: config SPI_MCUX_FLEXCOMM_DMA bool "MCUX FLEXCOMM SPI DMA Support" select \ :option:`DMA ` depends on \ :option:`SPI_MCUX_FLEXCOMM ` && \ :option:`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.)*