:orphan: .. title:: CONFIG_DISK_FLASH_VOLUME_NAME .. kconfig:: CONFIG_DISK_FLASH_VOLUME_NAME CONFIG_DISK_FLASH_VOLUME_NAME ############################# *Flash mount point or drive name* Type: ``string`` Help ==== .. code-block:: none Disk name as per file system naming guidelines. Direct dependencies =================== \ :kconfig:`DISK_DRIVER_FLASH ` && \ :kconfig:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - "NAND" Kconfig definition ================== At ``/disk/Kconfig.flash:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:116`` → ``/disk/Kconfig:12`` Menu path: (Top) → Device Drivers → Disk Drivers → Flash .. code-block:: kconfig config DISK_FLASH_VOLUME_NAME string "Flash mount point or drive name" default "NAND" depends on DISK_DRIVER_FLASH && DISK_DRIVERS help Disk name as per file system naming guidelines. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*