:orphan: .. title:: DISK_RAM_VOLUME_SIZE .. option:: CONFIG_DISK_RAM_VOLUME_SIZE *RAM Disk size in kilobytes* Type: ``int`` Help ==== Size of the RAM Disk. Direct dependencies =================== \ :option:`DISK_ACCESS_RAM ` && \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 96 Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:26`` 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_SIZE int "RAM Disk size in kilobytes" default 96 depends on \ :option:`DISK_ACCESS_RAM ` && \ :option:`DISK_ACCESS ` help Size of the RAM Disk. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*