CONFIG_PM_PARTITION_SIZE_PROVISION

Flash space reserved for PROVISION

Type: hex

Help

Flash space set aside for the PROVISION partition.

Kconfig definition

At <nRF>/subsys/bootloader/Kconfig:153

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

Menu path: (Top) → Modules → 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.)