CONFIG_PM_PARTITION_SIZE_SPM

Flash space reserved for SPM

Type: hex

Help

Flash space set aside for the SPM. Note, the name
of this configuration needs to match the requirements set by the
script 'partition_manager.py'. See pm.yml.

Direct dependencies

IS_SPM

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <nRF>/subsys/spm/Kconfig:46

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:26

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM → Current app is SPM

config PM_PARTITION_SIZE_SPM
    hex "Flash space reserved for SPM"
    default 0x8000 if SPM_MIN_PARTITION_SIZE
    default 0x10000
    depends on IS_SPM
    help
      Flash space set aside for the SPM. Note, the name
      of this configuration needs to match the requirements set by the
      script 'partition_manager.py'. See pm.yml.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)