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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:26

Menu path: (Top) → Modules → Nordic nRF Connect → SPM → Current app is SPM

config PM_PARTITION_SIZE_SPM
    hex "Flash space reserved for SPM"
    default 0xc000 if SPM_SERVICE_RNG
    default 0x8000
    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.)