lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 19 Jul 2006 20:13:21 -0400
From:	apgo@...chbomb.org (Arthur Othieno)
To:	akpm@...l.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] i386: make CONFIG_EFI depend on EXPERIMENTAL

It is labelled as such, but doesn't actually depend on EXPERIMENTAL.

Signed-off-by: Arthur Othieno <apgo@...chbomb.org>
---
 arch/i386/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 84c1b29..8577043 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -673,7 +673,7 @@ config MTRR
 
 config EFI
 	bool "Boot from EFI support (EXPERIMENTAL)"
-	depends on ACPI
+	depends on ACPI && EXPERIMENTAL
 	default n
 	---help---
 	This enables the the kernel to boot on EFI platforms using
-- 
1.4.0

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ