aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChun-Yi Lee <joeyli.kernel@gmail.com>2012-12-19 15:27:47 +0000
committerDavid Howells <dhowells@redhat.com>2012-12-19 15:27:47 +0000
commitf6e3cc1b97871738ab78251e541585ca0aecedd7 (patch)
treea3739ae131537df26b206b65e9001724389ba8c8
parent735cf23c904a7a1984f44f2167d0382c38fa828c (diff)
downloadlinux-modsign-efi.tar.gz
Add depends on EFI to EFI_SIGNATURE_LIST_PARSERefi
The EFI_SIGNATURE_LIST_PARSER kernel config only useful to EFI BIOS. So, this patch add depends on EFI to EFI_SIGNATURE_LIST_PARSER Signed-off-by: Chun-Yi Lee <jlee@suse.com> Signed-off-by: David Howells <dhowells@redhat.com> Cc: Josh Boyer <jwboyer@redhat.com> Cc: Matthew Garrett <mjg59@srcf.ucam.org> Cc: Takashi Iwai <tiwai@suse.de> Cc: Jan Beulich <JBeulich@suse.com> Cc: Gary Ching-Pang Lin <glin@suse.com>
-rw-r--r--crypto/asymmetric_keys/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig
index eb53fc37fb64e..ace9c304f900d 100644
--- a/crypto/asymmetric_keys/Kconfig
+++ b/crypto/asymmetric_keys/Kconfig
@@ -37,6 +37,7 @@ config X509_CERTIFICATE_PARSER
config EFI_SIGNATURE_LIST_PARSER
bool "EFI signature list parser"
+ depends on EFI
select X509_CERTIFICATE_PARSER
help
This option provides support for parsing EFI signature lists for