:orphan: .. title:: CONFIG_TFM_MCUBOOT_PATH_DOWNLOAD .. kconfig:: CONFIG_TFM_MCUBOOT_PATH_DOWNLOAD CONFIG_TFM_MCUBOOT_PATH_DOWNLOAD ################################ *TF-M to automatically download MCUboot during build* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/trusted-firmware-m/Kconfig.tfm:177`` 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 → Add MCUboot to TFM → Path to MCUboot or DOWNLOAD to fetch automatically .. code-block:: kconfig config TFM_MCUBOOT_PATH_DOWNLOAD bool "TF-M to automatically download MCUboot during build" depends on 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.)*