The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_FLASH

Flash hardware support

Type: bool

Help

Enable support for the flash hardware.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig:20

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:52

Menu path: (Top) → Device Drivers

menuconfig FLASH
    bool "Flash hardware support"
    help
      Enable support for the flash hardware.

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