stm32/Kconfig: stm32_i2s needs SPI_DMA enabled
This commit is contained in:
parent
1ca8bf2cdb
commit
8e5e6ab8cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user