:orphan: .. title:: DISK_ACCESS_STM32_SDMMC .. option:: CONFIG_DISK_ACCESS_STM32_SDMMC *STM32 SDMMC driver* Type: ``bool`` Help ==== File system on sdmmc accessed through stm32 sdmmc. Direct dependencies =================== \ :option:`HAS_STM32CUBE ` && \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`USE_STM32_HAL_SD ` - \ :option:`USE_STM32_LL_SDMMC ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Disk Interface .. parsed-literal:: config DISK_ACCESS_STM32_SDMMC bool "STM32 SDMMC driver" default n select \ :option:`USE_STM32_HAL_SD ` select \ :option:`USE_STM32_LL_SDMMC ` depends on \ :option:`HAS_STM32CUBE ` && \ :option:`DISK_ACCESS ` help File system on sdmmc accessed through stm32 sdmmc. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*