-
CONFIG_DISK_ACCESS_FLASH
¶
Flash
Type: bool
Help¶
Flash device is used for the file system.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/disk/Kconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:14
Menu path: (Top) → Disk Interface
config DISK_ACCESS_FLASH bool "Flash" selectFLASH
depends onDISK_ACCESS
help Flash device is used for the file system.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)