6a91557
From: Josh Boyer <jwboyer@fedoraproject.org>
6a91557
Date: Tue, 27 Aug 2013 13:28:43 -0400
6a91557
Subject: [PATCH] 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
35ac9a8
index e46dc01f5904..738c295ac3c3 100644
6a91557
--- a/arch/x86/Kconfig
6a91557
+++ b/arch/x86/Kconfig
35ac9a8
@@ -1578,7 +1578,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
6a91557
-- 
6a91557
1.9.3
6a91557