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 modules/trusted-firmware-m/Kconfig.tfm:170
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
→ 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.)