:orphan: .. title:: TFM_BL2_CONFIG_FILE_DEFAULT .. option:: CONFIG_TFM_BL2_CONFIG_FILE_DEFAULT *Use TFM BL2 setting from TFM configuration file* Type: ``bool`` Help ==== This option does not set -DBL2 in TFM, which means the TF-M platform's default is used. Currently all TF-M platforms have BL2=ON as default. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.tfm:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:32`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment → BL2 configuration, should TFM build with MCUboot support .. parsed-literal:: config TFM_BL2_CONFIG_FILE_DEFAULT bool "Use TFM BL2 setting from TFM configuration file" depends on \ :ref:` ` help This option does not set -DBL2 in TFM, which means the TF-M platform's default is used. Currently all TF-M platforms have BL2=ON as default. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*