The patch titled i386: fix CONFIG_EFI help has been added to the -mm tree. Its filename is i386-make-config_efi-depend-on-experimental.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i386: fix CONFIG_EFI help From: Arthur Othieno <apgo@xxxxxxxxxxxxx> It is described as being experimental, but doesn't actually depend on EXPERIMENTAL. Change the text. Signed-off-by: Arthur Othieno <apgo@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~i386-make-config_efi-depend-on-experimental arch/i386/Kconfig --- a/arch/i386/Kconfig~i386-make-config_efi-depend-on-experimental +++ a/arch/i386/Kconfig @@ -677,7 +677,7 @@ config MTRR See <file:Documentation/mtrr.txt> for more information. config EFI - bool "Boot from EFI support (EXPERIMENTAL)" + bool "Boot from EFI support" depends on ACPI default n ---help--- _ Patches currently in -mm which might be from apgo@xxxxxxxxxxxxx are i386-make-config_efi-depend-on-experimental.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html