CONFIG_PM_PARTITION_SIZE_PROVISION
Flash space reserved for PROVISION
Type: hex
Help
Flash space set aside for the PROVISION partition.
Defaults
0x280 if
SOC_NRF9160
||SOC_NRF5340_CPUAPP
Kconfig definition
At <nRF>/subsys/bootloader/Kconfig:160
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader
config PM_PARTITION_SIZE_PROVISION
hex "Flash space reserved for PROVISION" if !(SOC_NRF9160 || SOC_NRF5340_CPUAPP)
default 0x280 if SOC_NRF9160 || SOC_NRF5340_CPUAPP
default FPROTECT_BLOCK_SIZE
help
Flash space set aside for the PROVISION partition.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)