:orphan: .. title:: DISK_DRIVER_FLASH .. option:: CONFIG_DISK_DRIVER_FLASH *Flash* Type: ``bool`` Help ==== .. code-block:: none Flash device is used for the file system. Direct dependencies =================== \ :option:`DISK_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLASH ` Kconfig definition ================== At ``/disk/Kconfig.flash:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:114`` → ``/disk/Kconfig:12`` Menu path: (Top) → Device Drivers → Disk Drivers .. code-block:: kconfig config DISK_DRIVER_FLASH bool "Flash" select FLASH depends on DISK_DRIVERS help Flash device is used for the file system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*