linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] i386: make CONFIG_EFI depend on EXPERIMENTAL
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2006-07-25  7:53 UTC (permalink / raw)
  To: Arthur Othieno; +Cc: linux-kernel

On Wed, 19 Jul 2006 20:13:21 -0400
apgo@patchbomb.org (Arthur Othieno) wrote:

> 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

Some poor soul will surely wonder where his EFI support went to and why his
box won't boot.

So I went the other way and removed the " (EXPERIMENTAL)"

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

* Re: [PATCH] i386: make CONFIG_EFI depend on EXPERIMENTAL
  2006-07-25  7:53 ` Andrew Morton
@ 2006-07-25 14:40   ` Arthur Othieno
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Othieno @ 2006-07-25 14:40 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Arthur Othieno, linux-kernel

On Tue, Jul 25, 2006 at 12:53:10AM -0700, Andrew Morton wrote:
> Some poor soul will surely wonder where his EFI support went to and why his
> box won't boot.
> 
> So I went the other way and removed the " (EXPERIMENTAL)"

Ok, that looks more sane. Thanks.

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).