CONFIG_EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL

Set the PROVIDE EXT_API as at least optional

Type: bool

Help

Can be selected to force at least OPTIONAL

Help

When this is enabled MCUBOOT requires the presence of a FW_INFO struct in the firmware
image being booted.

Direct dependencies

FW_INFO || FW_INFO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <nRF>/subsys/fw_info/Kconfig.template.fw_info_ext_api:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:32<nRF>/subsys/fw_info/Kconfig:117

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware Metadata

config EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL
    bool
    depends on FW_INFO
    help
      Can be selected to force at least OPTIONAL

At <nRF>/subsys/fw_info/Kconfig:119

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:32

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware Metadata

config EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL
    bool "Set the PROVIDE EXT_API as at least optional"
    depends on FW_INFO
    help
      When this is enabled MCUBOOT requires the presence of a FW_INFO struct in the firmware
      image being booted.

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