Files
board-mate/esp32-thread/open-thread-rcp/components/components/sdmmc/Kconfig
2025-12-24 16:07:10 +01:00

9 lines
252 B
Plaintext

menu "SD Protocol Layer Configuration"
config SD_ENABLE_SDIO_SUPPORT
bool "Enable SDIO support"
default y
help
Enable SDIO support.
Disabling this will skip SDIO-specific initialization steps
endmenu