We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a188 commit 08bb61eCopy full SHA for 08bb61e
drivers/disk/Kconfig.sdmmc
@@ -47,6 +47,7 @@ config SDMMC_STM32
47
select USE_STM32_HAL_SD
48
select USE_STM32_HAL_SD_EX if SOC_SERIES_STM32L4X
49
select USE_STM32_LL_SDMMC
50
+ select USE_STM32_HAL_DMA if (SOC_SERIES_STM32L4X || SOC_SERIES_STM32F7X)
51
default $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_SDMMC))
52
help
53
File system on sdmmc accessed through stm32 sdmmc.
0 commit comments