CONFIG_TFM_PROFILE

(No prompt – not directly user assignable.)

Type: string

Help

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

Help

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

Help

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

Direct dependencies

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

Defaults

Kconfig definitions

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:70

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/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

config TFM_PROFILE
    string
    default "profile_small" if TFM_PROFILE_TYPE_SMALL
    default "profile_medium" if TFM_PROFILE_TYPE_MEDIUM
    default "profile_large" if TFM_PROFILE_TYPE_LARGE
    depends on BUILD_WITH_TFM && BUILD_WITH_TFM && !TFM_MINIMAL
    help
      Build profile used to build tfm_s image. The available values are
      profile_large, profile_medium and profile_small. The default profile
      does not need to have this configuration set.

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:70

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/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

config TFM_PROFILE
    string
    default "profile_small" if TFM_PROFILE_TYPE_SMALL
    default "profile_medium" if TFM_PROFILE_TYPE_MEDIUM
    default "profile_large" if TFM_PROFILE_TYPE_LARGE
    depends on BUILD_WITH_TFM && BUILD_WITH_TFM && TFM_MINIMAL
    help
      Build profile used to build tfm_s image. The available values are
      profile_large, profile_medium and profile_small. The default profile
      does not need to have this configuration set.

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:70

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:74<Zephyr>/modules/trusted-firmware-m/Kconfig:7

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

config TFM_PROFILE
    string
    default "profile_small" if TFM_PROFILE_TYPE_SMALL
    default "profile_medium" if TFM_PROFILE_TYPE_MEDIUM
    default "profile_large" if TFM_PROFILE_TYPE_LARGE
    depends on BUILD_WITH_TFM && BUILD_WITH_TFM && 0
    help
      Build profile used to build tfm_s image. The available values are
      profile_large, 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.)