:orphan: .. title:: BL_SECP256R1_EXT_API_VER .. option:: CONFIG_BL_SECP256R1_EXT_API_VER *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== The current or requested version for the $(EXT_API) EXT_API. This config is used by both the provider and client of the EXT_API. Direct dependencies =================== (\ :option:`BL_SECP256R1_EXT_API_ENABLED ` || \ :option:`BL_SECP256R1_EXT_API_REQUIRED `) && \ :option:`SECURE_BOOT_CRYPTO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/fw_info/Kconfig.template.fw_info_ext_api:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:8`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bootloader/Kconfig:167`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bootloader/bl_crypto/Kconfig:129`` Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Secure Boot Crypto .. parsed-literal:: config BL_SECP256R1_EXT_API_VER int default 1 depends on (\ :option:`BL_SECP256R1_EXT_API_ENABLED ` || \ :option:`BL_SECP256R1_EXT_API_REQUIRED `) && \ :option:`SECURE_BOOT_CRYPTO ` help The current or requested version for the $(EXT_API) EXT_API. This config is used by both the provider and client of the EXT_API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*