Skip to content

Commit a781fcf

Browse files
committed
bootloader: Expose NONE signature for selection
Add MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_NONE Kconfig. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
1 parent 759d41e commit a781fcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subsys/bootloader/Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ config MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED
145145
help
146146
This is a Kconfig which is informative only, the value should not be changed.
147147

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+
148153
config MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519
149154
bool "Use ED25519 signature"
150155
help

0 commit comments

Comments
 (0)