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