:orphan: .. title:: FLASH_MAP .. option:: CONFIG_FLASH_MAP *Flash map abstraction module* Type: ``bool`` Help ==== .. code-block:: none Enable support of flash map abstraction. Direct dependencies =================== \ :option:`FLASH_HAS_DRIVER_ENABLED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`DEBUG_COREDUMP_BACKEND_FLASH_PARTITION ` - \ :option:`NET_L2_OPENTHREAD ` - \ :option:`MCUBOOT_IMG_MANAGER ` Kconfig definition ================== At ``/storage/flash_map/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:55`` → ``/storage/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Storage .. code-block:: kconfig 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.)*