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.
Default¶
- y 
Kconfig definition¶
At <External Modules>/trusted-firmware-m/Kconfig.tfm:141
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:74 → <External Modules>/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.)