This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 24d64ee8d907d7862b335865de03771dd5ded0c5
Author: raiden00pl <[email protected]>
AuthorDate: Mon Jun 15 18:05:28 2026 +0200

    arch/arm/stm32: STM32 I2S depend on AUDIO and SCHED_WORKQUEUE
    
    STM32 I2S depend on AUDIO and SCHED_WORKQUEUE
    
    Signed-off-by: raiden00pl <[email protected]>
---
 arch/arm/src/common/stm32/Kconfig.periph | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/src/common/stm32/Kconfig.periph 
b/arch/arm/src/common/stm32/Kconfig.periph
index 28ceeaee754..91bb92e0802 100644
--- a/arch/arm/src/common/stm32/Kconfig.periph
+++ b/arch/arm/src/common/stm32/Kconfig.periph
@@ -1023,16 +1023,19 @@ config STM32_SPDIFRX
 config STM32_I2S1
        bool "I2S1"
        depends on ARCH_CHIP_STM32F7 && !STM32_SPI1
+       depends on AUDIO && SCHED_WORKQUEUE
        select STM32_I2S
 
 config STM32_I2S2
        bool "I2S2"
        depends on ARCH_CHIP_STM32F7 && !STM32_SPI2
+       depends on AUDIO && SCHED_WORKQUEUE
        select STM32_I2S
 
 config STM32_I2S3
        bool "I2S3"
        depends on STM32_HAVE_I2S3
+       depends on AUDIO && SCHED_WORKQUEUE
        select I2S if STM32_COMMON_LEGACY
        select STM32_I2S
 

Reply via email to