CONFIG_DISK_ACCESS_FLASH

Flash

Type: bool

Help

Flash device is used for the file system.

Direct dependencies

DISK_ACCESS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/disk/Kconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Disk Interface

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)