CONFIG_PM_PARTITION_SIZE_TFM_EXTRA

Memory reserved for TFM EXTRA

Type: hex

Help

Memory set aside for the TFM EXTRA partition. If TFM_MINIMAL is set
its size will be set to 0, this is because no feature using this
partition is enabled when TFM_MINIMAL is enabled.

Direct dependencies

BUILD_WITH_TFM

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <nRF>/modules/trusted-firmware-m/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)

config PM_PARTITION_SIZE_TFM_EXTRA
    hex "Memory reserved for TFM EXTRA" if !TFM_MINIMAL
    default 0x10000 if !TFM_MINIMAL
    default 0
    depends on BUILD_WITH_TFM
    help
      Memory set aside for the TFM EXTRA partition. If TFM_MINIMAL is set
      its size will be set to 0, this is because no feature using this
      partition is enabled when TFM_MINIMAL is enabled.

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