CONFIG_DISK_DRIVER_FLASH¶
Flash
Type: bool
Help¶
Flash device is used for the file system.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/disk/Kconfig.flash:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:116 → <Zephyr Driver>/disk/Kconfig:12
Menu path: (Top) → Device Drivers → Disk Drivers
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.)