We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759d41e commit a781fcfCopy full SHA for a781fcf
subsys/bootloader/Kconfig
@@ -145,6 +145,11 @@ config MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED
145
help
146
This is a Kconfig which is informative only, the value should not be changed.
147
148
+config MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_NONE
149
+ bool "Only hash image"
150
+ help
151
+ This is a Kconfig which is informative only, the value should not be changed.
152
+
153
config MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519
154
bool "Use ED25519 signature"
155
0 commit comments