From: Kevin O'Connor Date: Sat, 7 May 2011 17:57:42 +0000 (-0400) Subject: Minor Kconfig help update. X-Git-Tag: rel-1.6.3~96 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f31171c11f500c8818a1628ff1b4908a97eb6a85;p=seabios.git Minor Kconfig help update. --- 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