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