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

CONFIG_TFM_BL2

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.

Direct dependencies

BUILD_WITH_TFM && 0

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74modules/trusted-firmware-m/Kconfig:7

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