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.

Direct dependencies

SECURE_BOOT

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <nRF>/subsys/bootloader/Kconfig:111

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:8

Menu path: (Top) → Modules → 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.)