diff options
author | Arthur Othieno <apgo@patchbomb.org> | 2006-07-30 03:03:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-31 13:28:38 -0700 |
commit | c8e5429e49dcf5243a2dc293cb11f53d65d5fca9 (patch) | |
tree | 2f3bcbb6ffdb94cbcbc2a03d33261a5f7aa8e7c7 /arch | |
parent | c39df470e04822965d945473d831786ab79dd4cd (diff) | |
download | op-kernel-dev-c8e5429e49dcf5243a2dc293cb11f53d65d5fca9.zip op-kernel-dev-c8e5429e49dcf5243a2dc293cb11f53d65d5fca9.tar.gz |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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--- |