-
CONFIG_SDMMC_STM32
¶
STM32 SDMMC driver
Type: bool
Help¶
File system on sdmmc accessed through stm32 sdmmc.
Direct dependencies¶
HAS_STM32CUBE
&& DISK_DRIVER_SDMMC
&& DISK_DRIVERS
(Includes any dependencies from ifs and menus.)
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/disk/Kconfig.sdmmc:44
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:114
→ <Zephyr>/drivers/disk/Kconfig:13
Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver
config SDMMC_STM32
bool "STM32 SDMMC driver"
default n
select USE_STM32_HAL_SD
select USE_STM32_HAL_SD_EX if SOC_SERIES_STM32L4X
select USE_STM32_LL_SDMMC
depends on HAS_STM32CUBE && DISK_DRIVER_SDMMC && DISK_DRIVERS
help
File system on sdmmc accessed through stm32 sdmmc.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)