-
CONFIG_FLASH_MAP_CUSTOM
¶
Custom flash map description
Type: bool
Help¶
This option enables custom flash map description. User must provide such a description in place of default on if had enabled this option.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/storage/flash_map/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:32
→ subsys/storage/Kconfig:11
Menu path: (top menu) → Storage → Flash map abstraction module
config FLASH_MAP_CUSTOM bool prompt "Custom flash map description" ifFLASH_MAP
depends onFLASH_MAP
help This option enables custom flash map description. User must provide such a description in place of default on if had enabled this option.
(Definitions include propagated dependencies, including from if’s and menus.)