CONFIG_MCUBOOT_HEX_FILE

MCUBOOT hex file

Type: string

Direct dependencies

MCUBOOT_BUILD_STRATEGY_USE_HEX_FILE && <choice: MCUBOOT build strategy>

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig.template.build_strategy:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:3<MCUboot>/zephyr/Kconfig:14

Menu path: (Top) → Modules → MCUboot → MCUBOOT build strategy → Use hex file instead of building MCUBOOT

config MCUBOOT_HEX_FILE
    string "MCUBOOT hex file"
    depends on MCUBOOT_BUILD_STRATEGY_USE_HEX_FILE && <choice: MCUBOOT build strategy>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)