CONFIG_TFM_MINIMAL
Use minimal TF-M build
Type: bool
Help
Use minimal TF-M build. This will make the TF-M image fit within 32kB.
No configuration of the size of the partition nor the features of the
TF-M image can be done when this option is selected. If your application
needs a different TF-M configuration you have to disable this option
and reproduce the desired configuration through kconfig fragments.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/modules/trusted-firmware-m/Kconfig:35
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 TFM_MINIMAL
bool "Use minimal TF-M build"
help
Use minimal TF-M build. This will make the TF-M image fit within 32kB.
No configuration of the size of the partition nor the features of the
TF-M image can be done when this option is selected. If your application
needs a different TF-M configuration you have to disable this option
and reproduce the desired configuration through kconfig fragments.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)