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