Files
esp-idf/components/esp_driver_sdmmc/Kconfig
2025-05-15 10:57:33 +08:00

13 lines
406 B
Plaintext

menu "ESP-Driver: SD Host SDMMC Controller Configurations"
depends on SOC_SDMMC_HOST_SUPPORTED
config SD_HOST_SDMMC_ISR_CACHE_SAFE
bool "SD Host ISR Cache-Safe"
default n
help
Ensure the SD Host SDMMC driver ISR is Cache-Safe. When enabled,
the ISR handler will be available when the cache is disabled.
endmenu # SD Host Controller Configurations