Date: Mon, 18 Mar 2013 14:42:12 +0100
[1] http://en.wikipedia.org/wiki/Option_ROM
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/Kconfig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 3141069..5816cb4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -48,14 +48,14 @@ endchoice Support running hardware initialization in parallel. config THREAD_OPTIONROMS depends on THREADS && !CSM - bool "Hardware init during option ROM execution" + bool "Hardware init during Option ROM execution" default n help - Allow hardware init to run in parallel with optionrom execution. + Allow hardware init to run in parallel with Option ROM 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 + variations during Option ROM code execution. It is not + known if all Option ROMs will behave properly with this option.
config RELOCATE_INIT @@ -304,16 +304,16 @@ menu "BIOS interfaces" help Support PnP BIOS entry point. config OPTIONROMS - bool "Option ROMS" + bool "Option ROMs" default y help - Support finding and running option roms during POST. + Support finding and running Option ROMs during POST. config OPTIONROMS_DEPLOYED depends on OPTIONROMS && QEMU - bool "Option roms are already at 0xc0000-0xf0000" + bool "Option ROMs are already at 0xc0000-0xf0000" default n help - Select this if option ROMs are already copied to + Select this if Option ROMs are already copied to 0xc0000-0xf0000. This must only be selected when using Bochs or QEMU versions older than 0.12. config PMM