-
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.
Defaults¶
0x8000 if
SPM_MIN_PARTITION_SIZE
0x10000
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:47
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <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.)