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

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.

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) || (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:18

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

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:26

Menu path: (Top) → Modules → trusted-firmware-m (/home/nashif/zephyrproject/modules/tee/tfm) → 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
    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.

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

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

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