CONFIG_TFM_BL2

Add MCUboot to TFM

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.

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

  • y

Kconfig definitions

At <nRF>/modules/trusted-firmware-m/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm)

config TFM_BL2
    bool
    default n

At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:141

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:34<Zephyr>/modules/trusted-firmware-m/Kconfig:7

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm) → 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 && !TFM_MINIMAL
    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:141

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:14<nRF>/modules/trusted-firmware-m/Kconfig:43

Menu path: (Top) → Modules → trusted-firmware-m (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/tee/tfm) → 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 && TFM_MINIMAL
    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:141

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:74<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.)