Skip to content

Commit 73f1e7e

Browse files
gautierg-stkartben
authored andcommitted
modules: stm32: add hal_sdio kconfig
Add STM32 HAL SDIO module driver Signed-off-by: Guillaume Gautier <[email protected]>
1 parent b8b6afd commit 73f1e7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/Kconfig.stm32

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,12 @@ config USE_STM32_HAL_SDADC
506506
help
507507
Enable STM32Cube SDADC HAL module driver
508508

509+
config USE_STM32_HAL_SDIO
510+
bool
511+
help
512+
Enable STM32Cube Secure digital input/output interface (SDIO)
513+
HAL module driver
514+
509515
config USE_STM32_HAL_SDRAM
510516
bool
511517
help

0 commit comments

Comments
 (0)