Browse Source

sysbuild: provide a Kconfig setting name for boot signature choice

Kconfig choices should have setting name so that their default
choice can be adjusted, for example by a board.

It further prevents the `defined with a prompt outside the choice`
warning when trying to re-source a Kconfig tree where choices are
create without a setting name.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
pull/55487/head
Torsten Rasmussen 2 years ago committed by Fabio Baltieri
parent
commit
86ee761552
  1. 2
      share/sysbuild/bootloader/Kconfig

2
share/sysbuild/bootloader/Kconfig

@ -37,7 +37,7 @@ config SIGNATURE_TYPE @@ -37,7 +37,7 @@ config SIGNATURE_TYPE
default ECDSA_P256 if BOOT_SIGNATURE_TYPE_ECDSA_P256
default ED25519 if BOOT_SIGNATURE_TYPE_ED25519
choice
choice BOOT_SIGNATURE_TYPE
prompt "Signature type"
default BOOT_SIGNATURE_TYPE_RSA

Loading…
Cancel
Save