:orphan: .. title:: CONFIG_FLASH_MAP_CUSTOM .. kconfig:: CONFIG_FLASH_MAP_CUSTOM CONFIG_FLASH_MAP_CUSTOM ####################### *Custom flash map description* Type: ``bool`` Help ==== .. code-block:: none This option enables custom flash map description. User must provide such a description in place of default on if had enabled this option. Direct dependencies =================== \ :kconfig:`FLASH_MAP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/storage/flash_map/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/storage/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module .. code-block:: kconfig config FLASH_MAP_CUSTOM bool "Custom flash map description" depends on FLASH_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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*