CONFIG_DISK_ACCESS_STM32_SDMMC

STM32 SDMMC driver

Type: bool

Help

File system on sdmmc accessed through stm32 sdmmc.

Direct dependencies

HAS_STM32CUBE && DISK_ACCESS

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/disk/Kconfig:137

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Disk Interface

config DISK_ACCESS_STM32_SDMMC
    bool "STM32 SDMMC driver"
    default n
    select USE_STM32_HAL_SD
    select USE_STM32_LL_SDMMC
    depends on HAS_STM32CUBE && DISK_ACCESS
    help
      File system on sdmmc accessed through stm32 sdmmc.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)