:orphan: .. title:: choice TFM_BL2: BL2 configuration, should TFM build with MCUboot support .. _choice_23: .. describe:: choice TFM_BL2: BL2 configuration, should TFM build with MCUboot support *BL2 configuration, should TFM build with MCUboot support* Type: ``bool`` Direct dependencies =================== \ :option:`BUILD_WITH_TFM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TFM_BL2_CONFIG_FILE_DEFAULT ` Choice options ============== - \ :option:`TFM_BL2_CONFIG_FILE_DEFAULT ` - \ :option:`TFM_BL2_TRUE ` - \ :option:`TFM_BL2_FALSE ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.tfm:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:32`` Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment .. parsed-literal:: choice TFM_BL2 bool "BL2 configuration, should TFM build with MCUboot support" default \ :option:`TFM_BL2_CONFIG_FILE_DEFAULT ` depends on \ :option:`BUILD_WITH_TFM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*