:orphan: .. title:: DISK_ACCESS_RAM .. option:: CONFIG_DISK_ACCESS_RAM *RAM Disk* Type: ``bool`` Help ==== RAM buffer used to emulate storage disk. This option can be used to test the file system. Direct dependencies =================== \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Disk Interface .. parsed-literal:: config DISK_ACCESS_RAM bool "RAM Disk" depends on \ :option:`DISK_ACCESS ` help RAM buffer used to emulate storage disk. This option can be used to test the file system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*