-
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¶
DISK_ACCESS_STM32_SDMMC
&& DISK_ACCESS
(Includes any dependencies from ifs and menus.)
Defaults¶
“SD” if
FAT_FILESYSTEM_ELM
“SDMMC”
Kconfig definition¶
At <Zephyr>/subsys/disk/Kconfig:152
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:19
Menu path: (Top) → Sub Systems and OS Services → Disk Interface → STM32 SDMMC driver
config DISK_STM32_SDMMC_VOLUME_NAME string "SDMMC Disk mount point or drive name" default "SD" ifFAT_FILESYSTEM_ELM
default "SDMMC" depends onDISK_ACCESS_STM32_SDMMC
&&DISK_ACCESS
help Disk name as per file system naming guidelines.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)