aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-05-07 13:57:42 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-05-07 13:57:42 -0400
commitf31171c11f500c8818a1628ff1b4908a97eb6a85 (patch)
treed5981b8b704a743200da21a82b4632592f2823d3
parent88db9fd632bf3f650244ec69e2f4fd6b2aa5fd3d (diff)
downloadseabios-f31171c11f500c8818a1628ff1b4908a97eb6a85.tar.gz
Minor Kconfig help update.
-rw-r--r--src/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 6d55b23..3133d88 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -22,6 +22,11 @@ menu "General Features"
help
Allow hardware init to run in parallel with optionrom execution.
+ This can reduce boot time, but can cause some timing
+ variations during option ROM code execution. It is not
+ known if all option ROMs will behave properly with this
+ option.
+
config RELOCATE_INIT
bool "Copy init code to high memory"
default y