:orphan: .. title:: DISK_STM32_SDMMC_VOLUME_NAME .. option:: CONFIG_DISK_STM32_SDMMC_VOLUME_NAME *SDMMC Disk mount point or drive name* Type: ``string`` Help ==== Disk name as per file system naming guidelines. Direct dependencies =================== \ :option:`DISK_ACCESS_STM32_SDMMC ` && \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "SD" if \ :option:`FAT_FILESYSTEM_ELM ` - "SDMMC" Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:152`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Disk Interface → STM32 SDMMC driver .. parsed-literal:: config DISK_STM32_SDMMC_VOLUME_NAME string "SDMMC Disk mount point or drive name" default "SD" if \ :option:`FAT_FILESYSTEM_ELM ` default "SDMMC" depends on \ :option:`DISK_ACCESS_STM32_SDMMC ` && \ :option:`DISK_ACCESS ` help Disk name as per file system naming guidelines. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*