CONFIG_EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL

(No prompt – not directly user assignable.)

Type: bool

Help

Can be selected to force at least OPTIONAL

Direct dependencies

FW_INFO || FW_INFO

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:28<nRF>/subsys/fw_info/Kconfig:117

Menu path: (Top) → Modules → 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:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:28

Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata

config EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL
    bool
    default y if MCUBOOT
    depends on FW_INFO

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