CONFIG_SPI_STM32_DMA
STM32 MCU 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.stm32:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/spi/Kconfig:56
Menu path: (Top) → Device Drivers → SPI hardware bus support → STM32 MCU SPI controller driver
config SPI_STM32_DMA
bool "STM32 MCU SPI DMA Support"
select DMA
depends on SPI_STM32 && 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.)