* add PCI option rom switches to Kconfig

* fix up device specific code to honour those switches
* quoting fix for xcompile
* drop VGA_CONSOLE as it's not really useful for debugging purposes.
  VGA is only set up very late in the boot process, when everything
  critical in LinuxBIOS has already been initialized. If LinuxBIOS 
  fails, you will never see this on the console.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>




git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@269 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-03-22 18:03:28 +00:00
commit 44f1f0170d
7 changed files with 125 additions and 37 deletions

View file

@ -128,12 +128,6 @@ config CONSOLE_SERIAL_9600
endchoice
config CONSOLE_VGA
boolean "VGA console support"
depends CONSOLE
help
Send LinuxBIOS output to VGA console as soon as VGA is initialized.
config CONSOLE_USB
boolean "USB2 console support (EXPERIMENTAL)"
depends CONSOLE && EXPERIMENTAL