:orphan: .. title:: CONFIG_DISK_ACCESS .. kconfig:: CONFIG_DISK_ACCESS CONFIG_DISK_ACCESS ################## *Disk Interface* Type: ``bool`` Help ==== .. code-block:: none Enable disk access over a supported media backend like FLASH or RAM Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`DISK_DRIVERS ` Symbols that select this symbol =============================== - \ :kconfig:`FAT_FILESYSTEM_ELM ` - \ :kconfig:`USB_MASS_STORAGE ` Kconfig definition ================== At ``/disk/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig DISK_ACCESS bool "Disk Interface" select DISK_DRIVERS help Enable disk access over a supported media backend like FLASH or RAM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*