The latest development version of this page may be more current than this released 2.7.5 version.
choice TFM_PROFILE_TYPE: TF-M build profile

TF-M build profile

Type: bool

Help

The TF-M build profile selection. Can be empty (not set),
small, medium or large. Certain profile types enable other
TF-M configuration options, namely, the IPC model and the
isolation level.

Direct dependencies

(BUILD_WITH_TFM && (BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1)) || (BUILD_WITH_TFM && BUILD_WITH_TFM && 0)

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At boards/arm/lpcxpresso55s69/Kconfig.defconfig:45

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice TFM_PROFILE_TYPE
    bool
    default TFM_PROFILE_TYPE_MEDIUM
    depends on BUILD_WITH_TFM && (BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1)

At modules/trusted-firmware-m/Kconfig.tfm:82

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74modules/trusted-firmware-m/Kconfig:7

Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment

choice TFM_PROFILE_TYPE
    bool "TF-M build profile"
    default TFM_PROFILE_TYPE_NOT_SET
    depends on BUILD_WITH_TFM && BUILD_WITH_TFM && 0
    help
      The TF-M build profile selection. Can be empty (not set),
      small, medium or large. Certain profile types enable other
      TF-M configuration options, namely, the IPC model and the
      isolation level.

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