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>
This commit is contained in:
Torsten Rasmussen 2023-03-06 13:28:49 +01:00 committed by Fabio Baltieri
parent 690f65dbd9
commit 86ee761552
1 changed files with 1 additions and 1 deletions

View File

@ -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