diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-10 23:16:22 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-10 23:16:22 +0000 |
commit | 883b8793c9777544101261ebcbed6088e0df1593 (patch) | |
tree | 821dfaf9181d0f5be523c21f3c75cc77fbce427f /src/console/Config.lb | |
parent | 7ee97999ad03c2134049ba4554e1f5036924cd6d (diff) |
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
Diffstat (limited to 'src/console/Config.lb')
-rw-r--r-- | src/console/Config.lb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb index 0990e451dc..55eea943ee 100644 --- a/src/console/Config.lb +++ b/src/console/Config.lb @@ -1,4 +1,6 @@ -uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA CONFIG_CONSOLE_BTEXT +uses CONFIG_CONSOLE_SERIAL8250 +uses CONFIG_CONSOLE_VGA +uses CONFIG_CONSOLE_BTEXT uses CONFIG_CONSOLE_LOGBUF uses CONFIG_USE_INIT @@ -24,4 +26,3 @@ object vsprintf.o if CONFIG_USE_INIT initobject vtxprintf.o end - |