CONFIG_FLASH_HAS_DRIVER_ENABLED

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when any flash driver is enabled.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr Driver>/flash/Kconfig:9

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:62

Menu path: (Top) → Device Drivers

config FLASH_HAS_DRIVER_ENABLED
    bool
    help
      This option is enabled when any flash driver is enabled.

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