The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_TFM_PROFILE

The build profile used for TFM Secure image.

Type: string

Help

Build profile used to build tfm_s image. The available values are profile_medium and profile_small. The default profile does not need to have this configuration set.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Default

  • “profile_medium”

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config TFM_PROFILE
    string
    default "profile_medium"
    depends on BUILD_WITH_TFM && (BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1)

At modules/Kconfig.tfm:63

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

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

config TFM_PROFILE
    string "The build profile used for TFM Secure image."
    depends on BUILD_WITH_TFM && BUILD_WITH_TFM
    help
      Build profile used to build tfm_s image. The available values are
      profile_medium and profile_small. The default profile does not need
      to have this configuration set.

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