CONFIG_MCUBOOT_BUILD_STRATEGY_SKIP_BUILD

Skip building MCUBOOT

Type: bool

Direct dependencies

<choice: MCUBOOT build strategy>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:8<nRF>/modules/mcuboot/Kconfig:9

Menu path: (Top) → Modules → mcuboot (/home/runner/work/sdk-nrf/sdk-nrf/ncs/bootloader/mcuboot) → MCUboot → MCUBOOT build strategy

config MCUBOOT_BUILD_STRATEGY_SKIP_BUILD
    bool "Skip building MCUBOOT"
    select PM_IMAGE_NOT_BUILT_FROM_SOURCE
    select PARTITION_MANAGER_ENABLED
    depends on <choice>

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