-
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¶
(BL_SECP256R1_EXT_API_ENABLED
|| !BL_SECP256R1_EXT_API_UNUSED
) && SECURE_BOOT_CRYPTO
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At <nRF>/subsys/fw_info/Kconfig.template.fw_info_ext_api:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:8
→ <nRF>/subsys/bootloader/Kconfig:229
→ <nRF>/subsys/bootloader/bl_crypto/Kconfig:141
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot Crypto
config BL_SECP256R1_EXT_API_VER int default 1 depends on (BL_SECP256R1_EXT_API_ENABLED
|| !BL_SECP256R1_EXT_API_UNUSED
) &&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.)