-
CONFIG_SB_VALIDATION_INFO_CRYPTO_ID
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
The algorithm used for signing the firmware (8 bits). Used to ensure compatibility. For more info, see FW_INFO_MAGIC_COMMON.
Default¶
1
Kconfig definition¶
At <nRF>/subsys/bootloader/bl_validation/Kconfig:28
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:230
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot firmware validation
config SB_VALIDATION_INFO_CRYPTO_ID
int
range 0 255
default 1
help
The algorithm used for signing the firmware (8 bits).
Used to ensure compatibility.
For more info, see FW_INFO_MAGIC_COMMON.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)