:orphan: .. title:: CONFIG_PM_PARTITION_SIZE_TFM .. kconfig:: CONFIG_PM_PARTITION_SIZE_TFM CONFIG_PM_PARTITION_SIZE_TFM ############################ *Memory reserved for TFM* Type: ``hex`` Help ==== .. code-block:: none Memory set aside for the TFM partition. This size is fixed if TFM_MINIMAL is set. This is because no modification of the features supported by TF-M can be performed when TFM_MINIMAL is enabled. Direct dependencies =================== \ :kconfig:`BUILD_WITH_TFM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0x8000 if \ :kconfig:`TFM_MINIMAL ` - 0x40000 Kconfig definition ================== At ``/modules/trusted-firmware-m/Kconfig:65`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm) .. code-block:: kconfig config PM_PARTITION_SIZE_TFM hex "Memory reserved for TFM" if !TFM_MINIMAL default 0x8000 if TFM_MINIMAL default 0x40000 depends on BUILD_WITH_TFM help Memory set aside for the TFM partition. This size is fixed if TFM_MINIMAL is set. This is because no modification of the features supported by TF-M can be performed when TFM_MINIMAL is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*