-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/spi/Kconfig.mcux_flexcomm:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
→ <Zephyr>/drivers/spi/Kconfig:44
Menu path: (Top) → Device Drivers → SPI hardware bus support → MCUX FLEXCOMM SPI driver
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.)