This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 8e5e6ab8cb284e7724609b561c43426dd137a99e Author: raiden00pl <[email protected]> AuthorDate: Fri Jul 15 21:20:17 2022 +0200 stm32/Kconfig: stm32_i2s needs SPI_DMA enabled --- arch/arm/src/stm32/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index f6c22034ba..83226454e6 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -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
