1af40db
From 0081083434db41c15b72eced975da0bd9b80566b Mon Sep 17 00:00:00 2001
6a91557
From: Josh Boyer <jwboyer@fedoraproject.org>
6a91557
Date: Tue, 27 Aug 2013 13:28:43 -0400
1af40db
Subject: [PATCH 12/20] efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
6a91557
6a91557
The functionality of the config option is dependent upon the platform being
6a91557
UEFI based.  Reflect this in the config deps.
6a91557
6a91557
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
6a91557
---
6a91557
 arch/x86/Kconfig | 3 ++-
6a91557
 1 file changed, 2 insertions(+), 1 deletion(-)
6a91557
6a91557
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
1af40db
index 14db458f4774..f6ff0a86d841 100644
6a91557
--- a/arch/x86/Kconfig
6a91557
+++ b/arch/x86/Kconfig
1af40db
@@ -1735,7 +1735,8 @@ config EFI_MIXED
6a91557
 	   If unsure, say N.
6a91557
 
6a91557
 config EFI_SECURE_BOOT_SIG_ENFORCE
6a91557
-        def_bool n
6a91557
+	def_bool n
6a91557
+	depends on EFI
6a91557
 	prompt "Force module signing when UEFI Secure Boot is enabled"
6a91557
 	---help---
6a91557
 	  UEFI Secure Boot provides a mechanism for ensuring that the
1af40db
-- 
1af40db
2.4.3
1af40db