]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 7 Apr 2021 11:53:31 +0000 (17:23 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 10 Apr 2021 10:00:24 +0000 (12:00 +0200)
Enable building of the crypto helper functions used during capsule
authentication by selecting IMAGE_SIGN_INFO.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig

index e44f004f3f8d22fee6d18df7425e9eeeab8bef38..0b99d7c7749b211c672be8796c74869b4f716098 100644 (file)
@@ -173,6 +173,7 @@ config EFI_CAPSULE_AUTHENTICATE
        select X509_CERTIFICATE_PARSER
        select PKCS7_MESSAGE_PARSER
        select PKCS7_VERIFY
+       select IMAGE_SIGN_INFO
        default n
        help
          Select this option if you want to enable capsule