stm32/Kconfig: stm32_i2s needs SPI_DMA enabled

This commit is contained in:
raiden00pl 2022-07-15 21:20:17 +02:00 committed by Petro Karashchenko
parent 1ca8bf2cdb
commit 8e5e6ab8cb

View File

@ -3406,6 +3406,11 @@ config STM32_SPI_DMA
bool
default n
config STM32_I2S
bool
default n
select STM32_SPI_DMA
config STM32_I2C
bool
default n