mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-22 14:00:52 +00:00
9 lines
252 B
Plaintext
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
|