CONFIG_DISK_ACCESS_FLASH

Flash

Type: bool

Help

Flash device is used for the file system.

Direct dependencies

DISK_ACCESS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/disk/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:14

Menu path: (top menu) → Disk

config DISK_ACCESS_FLASH
    bool
    prompt "Flash" if DISK_ACCESS
    select FLASH if DISK_ACCESS
    depends on DISK_ACCESS
    help
      Flash device is used for the file system.

(Definitions include propagated dependencies, including from if’s and menus.)