choice TFM_PROFILE_TYPE: TF-M build profile

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.

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 && !TFM_MINIMAL) || (BUILD_WITH_TFM && BUILD_WITH_TFM && TFM_MINIMAL) || (BUILD_WITH_TFM && BUILD_WITH_TFM && 0)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/boards/arm/lpcxpresso55s69/Kconfig.defconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.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 <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:34<Zephyr>/modules/trusted-firmware-m/Kconfig:7

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 && !TFM_MINIMAL
    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 <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:43

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 && TFM_MINIMAL
    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 <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:66<Zephyr>/modules/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.)