coreboot/src/console/Config.lb
Li-Ta Lo 883b8793c9 added PCI expansion ROM support,
works for some ATI and Nvidia AGP cards now.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1851 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2005-01-10 23:16:22 +00:00

28 lines
483 B
Text

uses CONFIG_CONSOLE_SERIAL8250
uses CONFIG_CONSOLE_VGA
uses CONFIG_CONSOLE_BTEXT
uses CONFIG_CONSOLE_LOGBUF
uses CONFIG_USE_INIT
object printk.o
if CONFIG_CONSOLE_SERIAL8250
driver uart8250_console.o
end
if CONFIG_CONSOLE_VGA
driver vga_console.o
end
if CONFIG_CONSOLE_BTEXT
driver btext_console.o
driver font-8x16.o
end
if CONFIG_CONSOLE_LOGBUF
driver logbuf_console.o
end
object console.o
object vtxprintf.o
object vsprintf.o
if CONFIG_USE_INIT
initobject vtxprintf.o
end