Skip to content

Commit 509d603

Browse files
committed
drivers: spi: stm32: support DMA i.c.w. RTIO
Signed-off-by: Wouter Horré <wouter@versasense.com>
1 parent c3190d3 commit 509d603

File tree

3 files changed

+246
-11
lines changed

3 files changed

+246
-11
lines changed

‎drivers/spi/Kconfig.stm32‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if SPI_STM32
1515

1616
config SPI_STM32_INTERRUPT
1717
bool "STM32 MCU SPI Interrupt Support"
18-
default y if SPI_RTIO
18+
default y if SPI_RTIO && !SPI_STM32_DMA
1919
help
2020
Enable Interrupt support for the SPI Driver of STM32 family.
2121

0 commit comments

Comments
 (0)