:orphan: .. title:: DISK_ACCESS_FLASH .. option:: CONFIG_DISK_ACCESS_FLASH *Flash* Type: ``bool`` Help ==== Flash device is used for the file system. Direct dependencies =================== \ :option:`DISK_ACCESS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLASH ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/disk/Kconfig:40`` 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_FLASH bool "Flash" select \ :option:`FLASH ` depends on \ :option:`DISK_ACCESS ` help Flash device is used for the file system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*