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.
We currently do not support builds with MCUboot and TF-M if the
Nordic Security backend is used.
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.
We currently do not support builds with MCUboot and TF-M if the
Nordic Security backend is used.
Defaults
n
y
y
Kconfig definitions
At <nRF>/modules/trusted-firmware-m/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:20
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m)
config TFM_BL2
bool
default n
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:169
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:20
→ <nRF>/modules/trusted-firmware-m/Kconfig:44
Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tf-m/trusted-firmware-m) → Build with TF-M as the Secure Execution Environment
config TFM_BL2
bool "Add MCUboot to TFM"
default y
depends on !NORDIC_SECURITY_BACKEND && 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.
We currently do not support builds with MCUboot and TF-M if the
Nordic Security backend is used.
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:169
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
→ <Zephyr>/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 !NORDIC_SECURITY_BACKEND && 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.
We currently do not support builds with MCUboot and TF-M if the
Nordic Security backend is used.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)