Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <apgo@patchbomb.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Arthur Othieno and committed by
Linus Torvalds
c8e5429e c39df470

+1 -1
+1 -1
arch/i386/Kconfig
··· 672 672 See <file:Documentation/mtrr.txt> for more information. 673 673 674 674 config EFI 675 - bool "Boot from EFI support (EXPERIMENTAL)" 675 + bool "Boot from EFI support" 676 676 depends on ACPI 677 677 default n 678 678 ---help---