CONFIG_MCUBOOT_BUILD_STRATEGY_SKIP_BUILD

Skip building MCUBOOT

Type: bool

Direct dependencies

<choice: MCUBOOT build strategy>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

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

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

config MCUBOOT_BUILD_STRATEGY_SKIP_BUILD
    bool "Skip building MCUBOOT"
    select PM_IMAGE_NOT_BUILT_FROM_SOURCE
    depends on <choice: MCUBOOT build strategy>

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