From: Sughosh Ganu Date: Wed, 7 Apr 2021 11:53:31 +0000 (+0530) Subject: efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=dd40cf6f1fa4a6828de19c3479934ed7409af303;p=u-boot.git efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled Enable building of the crypto helper functions used during capsule authentication by selecting IMAGE_SIGN_INFO. Signed-off-by: Sughosh Ganu Reviewed-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index e44f004f3f..0b99d7c774 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -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