CONFIG_TFM_FLASH_MERGED_BINARY
(No prompt – not directly user assignable.)
Type: bool
Help
This option instructs west flash to program the
combined (merged) binary consisting of the TF-M
Secure firmware image, optionally, the BL2 image
(if building with TFM_BL2 is enabled), and the
Non-Secure application firmware.
Help
This option instructs west flash to program the
combined (merged) binary consisting of the TF-M
Secure firmware image, optionally, the BL2 image
(if building with TFM_BL2 is enabled), and the
Non-Secure application firmware.
Direct dependencies
(BUILD_WITH_TFM
&& (BOARD_BL5340_DVK_CPUAPP
|| BOARD_BL5340_DVK_CPUAPP_NS
)) || (BUILD_WITH_TFM
&& (BOARD_NRF5340DK_NRF5340_CPUAPP
|| BOARD_NRF5340DK_NRF5340_CPUAPP_NS
)) || (BUILD_WITH_TFM
&& (BOARD_NRF9160DK_NRF9160
|| BOARD_NRF9160DK_NRF9160_NS
)) || BUILD_WITH_TFM
|| (BUILD_WITH_TFM
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
Kconfig definitions
At <Zephyr>/boards/arm/bl5340_dvk/Kconfig.defconfig:48
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config TFM_FLASH_MERGED_BINARY
bool
default y
depends on BUILD_WITH_TFM && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS)
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config TFM_FLASH_MERGED_BINARY
bool
default y
depends on BUILD_WITH_TFM && (BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS)
At <Zephyr>/boards/arm/nrf9160dk_nrf9160/Kconfig.defconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config TFM_FLASH_MERGED_BINARY
bool
default y
depends on BUILD_WITH_TFM && (BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160_NS)
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:290
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_FLASH_MERGED_BINARY
bool
depends on BUILD_WITH_TFM
help
This option instructs west flash to program the
combined (merged) binary consisting of the TF-M
Secure firmware image, optionally, the BL2 image
(if building with TFM_BL2 is enabled), and the
Non-Secure application firmware.
At <Zephyr>/modules/trusted-firmware-m/Kconfig.tfm:290
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_FLASH_MERGED_BINARY
bool
depends on BUILD_WITH_TFM && 0
help
This option instructs west flash to program the
combined (merged) binary consisting of the TF-M
Secure firmware image, optionally, the BL2 image
(if building with TFM_BL2 is enabled), and the
Non-Secure application firmware.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)