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.

Direct dependencies

PARTITION_MANAGER_ENABLED || FLASH_MAP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <nRF>/subsys/partition_manager/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:36

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager → Partition manager is enabled (read-only option)

config FLASH_MAP_CUSTOM
    bool
    default y
    depends on PARTITION_MANAGER_ENABLED

At <Zephyr>/subsys/storage/flash_map/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:55<Zephyr>/subsys/storage/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module

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.)