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:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14

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

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.)