:orphan: .. title:: FLASH_MAP .. option:: CONFIG_FLASH_MAP *Flash map abstraction module* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/storage/flash_map/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:51`` → ``subsys/storage/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Storage .. parsed-literal:: menuconfig FLASH_MAP bool "Flash map abstraction module" depends on \ :option:`FLASH_HAS_DRIVER_ENABLED ` help Enable support of flash map abstraction. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*