projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39df47
)
[PATCH] i386: fix CONFIG_EFI help
author
Arthur Othieno
<apgo@patchbomb.org>
Sun, 30 Jul 2006 10:03:22 +0000
(
03:03
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:38 +0000
(13:28 -0700)
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>
arch/i386/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index daa75ce4b7773d374b2015edb6cc533cb1c8afa8..f71fb4a029cbf031111e7dbddc9753b5af231978 100644
(file)
--- 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---