CONFIG_PM_PARTITION_SIZE_TFM_SRAM
Memory reserved for TFM_RAM.
Type: hex
Help
Memory set aside for the TFM_SRAM partition.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
0x10000 if
TFM_MINIMAL
0x16000 if
SOC_NRF9160
0x40000 if
SOC_NRF5340_CPUAPP
Kconfig definition
At <nRF>/modules/trusted-firmware-m/Kconfig:61
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:20
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m)
config PM_PARTITION_SIZE_TFM_SRAM
hex "Memory reserved for TFM_RAM." if !TFM_MINIMAL
default 0x10000 if TFM_MINIMAL
default 0x16000 if SOC_NRF9160
default 0x40000 if SOC_NRF5340_CPUAPP
depends on BUILD_WITH_TFM
help
Memory set aside for the TFM_SRAM partition.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)