CONFIG_TFM_MCUBOOT_PATH_DOWNLOAD¶
TF-M to automatically download MCUboot during build
Type: bool
Help¶
TF-M bulds with BL2 will let the TF-M build to automatically
fetch and check-out the MCUboot version to use in the build.
Direct dependencies¶
<choice TFM_MCUBOOT_PATH: Path to MCUboot or DOWNLOAD to fetch automatically>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At modules/trusted-firmware-m/Kconfig.tfm:178
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:74
→ modules/trusted-firmware-m/Kconfig:7
Menu path: (Top) → Modules → Build with TF-M as the Secure Execution Environment → Add MCUboot to TFM → Path to MCUboot or DOWNLOAD to fetch automatically
config TFM_MCUBOOT_PATH_DOWNLOAD
bool "TF-M to automatically download MCUboot during build"
depends on <choice TFM_MCUBOOT_PATH>
help
TF-M bulds with BL2 will let the TF-M build to automatically
fetch and check-out the MCUboot version to use in the build.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)