-
CONFIG_BL_VALIDATE_FW_EXT_API_MAX_VER
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
The maximum requested version for the $(EXT_API) EXT_API.
Direct dependencies¶
(BL_VALIDATE_FW_EXT_API_ENABLED
|| BL_VALIDATE_FW_EXT_API_REQUIRED
) && SECURE_BOOT_VALIDATION
(Includes any dependencies from ifs and menus.)
Default¶
255
Kconfig definition¶
At ../nrf/subsys/fw_info/Kconfig.template.fw_info_ext_api:35
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:168
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bootloader/bl_validation/Kconfig:50
Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Secure Boot firmware validation
config BL_VALIDATE_FW_EXT_API_MAX_VER int default 255 depends on (BL_VALIDATE_FW_EXT_API_ENABLED
||BL_VALIDATE_FW_EXT_API_REQUIRED
) &&SECURE_BOOT_VALIDATION
help The maximum requested version for the $(EXT_API) EXT_API.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)