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 <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
9933eb47e5
commit
dd40cf6f1f
@ -173,6 +173,7 @@ config EFI_CAPSULE_AUTHENTICATE
|
|||||||
select X509_CERTIFICATE_PARSER
|
select X509_CERTIFICATE_PARSER
|
||||||
select PKCS7_MESSAGE_PARSER
|
select PKCS7_MESSAGE_PARSER
|
||||||
select PKCS7_VERIFY
|
select PKCS7_VERIFY
|
||||||
|
select IMAGE_SIGN_INFO
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Select this option if you want to enable capsule
|
Select this option if you want to enable capsule
|
||||||
|
Loading…
Reference in New Issue
Block a user