summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 2bce8c9ba1..ed05dd5ce8 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -577,6 +577,15 @@ config AVB_BUF_SIZE
AVB requires a buffer for memory transactions. This variable defines the
buffer size.
+config AVB_PUBKEY_FILE
+ string "Path to the root public key file"
+ default "default.avbpubkey"
+ help
+ This specifies the path to file having the public key that u-boot
+ will use to verify the payload against. The file can usually be
+ created via `avbtool extract_public_key --key <path_to_private_key>
+ --out <path_to_public_key>`.
+
endif # AVB_VERIFY
config SPL_HASH