Skip to content

Commit

Permalink
zephyr: kconfig: Make saving encrypt TLVs depending on encryption
Browse files Browse the repository at this point in the history
Prevents enabling the option to save encrypted TLVs if encryption
support is not enabled, as it is required to make use of this
functionality.

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Nov 8, 2023
1 parent 5108b98 commit 7bc8171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ config BOOT_BOOTSTRAP
config BOOT_SWAP_SAVE_ENCTLV
bool "Save encrypted key TLVs instead of plaintext keys in swap metadata"
default n
depends on BOOT_ENCRYPT_IMAGE
help
If y, instead of saving the encrypted image keys in plaintext in the
swap resume metadata, save the encrypted image TLVs. This should be used
Expand Down

0 comments on commit 7bc8171

Please sign in to comment.