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