CONFIG_PM_PARTITION_SIZE_TFM

(No prompt – not directly user assignable.)

Type: hex

Help

Memory set aside for the TFM partition. The prompt has been removed since the value is dictated by TFM and cannot be changed.

Direct dependencies

BUILD_WITH_TFM

(Includes any dependencies from ifs and menus.)

Default

  • 0x40000

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:130

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

Menu path: (Top) → Modules → Nordic nRF Connect → Partition Manager

config PM_PARTITION_SIZE_TFM
    hex
    default 0x40000
    depends on BUILD_WITH_TFM
    help
      Memory set aside for the TFM partition.
      The prompt has been removed since the value is dictated by TFM and
      cannot be changed.

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