public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i386: make CONFIG_EFI depend on EXPERIMENTAL
@ 2006-07-20  0:13 Arthur Othieno
  2006-07-25  7:53 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Arthur Othieno @ 2006-07-20  0:13 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

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

Signed-off-by: Arthur Othieno <apgo@patchbomb.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-25 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20  0:13 [PATCH] i386: make CONFIG_EFI depend on EXPERIMENTAL Arthur Othieno
2006-07-25  7:53 ` Andrew Morton
2006-07-25 14:40   ` Arthur Othieno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox