:orphan: .. title:: CONFIG_DISK_DRIVER_RAM .. kconfig:: CONFIG_DISK_DRIVER_RAM CONFIG_DISK_DRIVER_RAM ###################### *RAM Disk* Type: ``bool`` Help ==== .. code-block:: none RAM buffer used to emulate storage disk. This option can be used to test the file system. Direct dependencies =================== \ :kconfig:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/disk/Kconfig.ram:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:116`` → ``/disk/Kconfig:11`` Menu path: (Top) → Device Drivers → Disk Drivers .. code-block:: kconfig config DISK_DRIVER_RAM bool "RAM Disk" depends on DISK_DRIVERS 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.)*