CONFIG_FLASH_MAP

Flash map abstraction module

Type: bool

Help

Enable support of flash map abstraction.

Direct dependencies

FLASH_HAS_DRIVER_ENABLED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/subsys/storage/flash_map/Kconfig:10

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

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

menuconfig FLASH_MAP
    bool "Flash map abstraction module"
    depends on FLASH_HAS_DRIVER_ENABLED
    help
      Enable support of flash map abstraction.

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