-
CONFIG_FLASH_MAP
¶
Flash map abstraction module
Type: bool
Help¶
Enable support of flash map abstraction.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/storage/flash_map/Kconfig:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:51
→ <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.)