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:
parent
690f65dbd9
commit
86ee761552
|
@ -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…
Reference in New Issue