:orphan: .. title:: CONFIG_EXT_API_PROVIDE_EXT_API_OPTIONAL .. kconfig:: CONFIG_EXT_API_PROVIDE_EXT_API_OPTIONAL CONFIG_EXT_API_PROVIDE_EXT_API_OPTIONAL ####################################### *Request to use the EXT\_API\_PROVIDE EXT\_API (optional).* Type: ``bool`` Help ==== .. code-block:: none Include client code for this EXT_API. This also puts a request for this EXT_API into the firmware info, marked as optional. The user must check that it is present before using it. Direct dependencies =================== !\ :kconfig:`EXT_API_PROVIDE_EXT_API_ATLEAST_REQUIRED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/subsys/fw_info/Kconfig.template.fw_info_ext_api:15`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:28`` → ``/subsys/fw_info/Kconfig:117`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware Metadata → Request to use the EXT_API_PROVIDE EXT_API. .. code-block:: kconfig config EXT_API_PROVIDE_EXT_API_OPTIONAL bool "Request to use the EXT_API_PROVIDE EXT_API (optional)." depends on !EXT_API_PROVIDE_EXT_API_ATLEAST_REQUIRED && help Include client code for this EXT_API. This also puts a request for this EXT_API into the firmware info, marked as optional. The user must check that it is present before using it. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*