:orphan: .. title:: CONFIG_TFM_BL2 .. kconfig:: CONFIG_TFM_BL2 CONFIG_TFM_BL2 ############## *Add MCUboot to TFM* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BUILD_WITH_TFM ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:141`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/trusted-firmware-m/Kconfig:7`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. code-block:: kconfig 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.)*