The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_TFM_BL2

Add MCUboot to TFM

Add MCUboot to TFM

Type: bool

Help

TFM is designed to run with MCUboot in a certain configuration.
This config adds MCUboot to the build - built via TFM's build system.

Help

TFM is designed to run with MCUboot in a certain configuration.
This config adds MCUboot to the build - built via TFM's build system.

Direct dependencies

BUILD_WITH_TFM || (BUILD_WITH_TFM && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

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

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

config TFM_BL2
    bool "Add MCUboot to TFM"
    default y
    depends on BUILD_WITH_TFM
    help
      TFM is designed to run with MCUboot in a certain configuration.
      This config adds MCUboot to the build - built via TFM's build system.

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

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

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

config TFM_BL2
    bool "Add MCUboot to TFM"
    default y
    depends on BUILD_WITH_TFM && 0
    help
      TFM is designed to run with MCUboot in a certain configuration.
      This config adds MCUboot to the build - built via TFM's build system.

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