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