From: Arthur Othieno Date: Sun, 30 Jul 2006 10:03:22 +0000 (-0700) Subject: [PATCH] i386: fix CONFIG_EFI help X-Git-Tag: v2.6.18-rc4~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e5429e49dcf5243a2dc293cb11f53d65d5fca9;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [PATCH] i386: fix CONFIG_EFI help It is described as being experimental, but doesn't actually depend on EXPERIMENTAL. Change the text. Signed-off-by: Arthur Othieno Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index daa75ce..f71fb4a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -672,7 +672,7 @@ config MTRR See for more information. config EFI - bool "Boot from EFI support (EXPERIMENTAL)" + bool "Boot from EFI support" depends on ACPI default n ---help---