-
CONFIG_SB_DEBUG_SIGNATURE_PUBLIC_KEY_LAST
¶
[DEBUG] Place signing public key last
Type: bool
Help¶
Place the public key used for signing last in the list instead of first. This is meant to be used for testing looping through the public keys.
Default¶
n
Kconfig definition¶
At <nRF>/subsys/bootloader/Kconfig:112
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
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Use Secure Bootloader
config SB_DEBUG_SIGNATURE_PUBLIC_KEY_LAST
bool "[DEBUG] Place signing public key last"
default n
depends on SECURE_BOOT
help
Place the public key used for signing last in the list instead of
first. This is meant to be used for testing looping through the
public keys.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)