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 0f306115be1ec431deeb7924f8632c8400790288 Author: raiden00pl <[email protected]> AuthorDate: Mon Jun 15 18:05:19 2026 +0200 arch/arm/stm32: STM32_SDIO depend on SCHED_HPWORK STM32_SDIO depend on SCHED_HPWORK Signed-off-by: raiden00pl <[email protected]> --- arch/arm/src/common/stm32/Kconfig.periph | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/common/stm32/Kconfig.periph b/arch/arm/src/common/stm32/Kconfig.periph index f184616d44e..28ceeaee754 100644 --- a/arch/arm/src/common/stm32/Kconfig.periph +++ b/arch/arm/src/common/stm32/Kconfig.periph @@ -989,6 +989,7 @@ config STM32_CEC config STM32_SDIO bool "SDIO" depends on (STM32_COMMON_LEGACY && !STM32F1_CONNECTIVITYLINE && !STM32F1_VALUELINE) + depends on SCHED_HPWORK select ARCH_HAVE_SDIO select ARCH_HAVE_SDIOWAIT_WRCOMPLETE select ARCH_HAVE_SDIO_PREFLIGHT
