diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-24 16:07:07 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-24 16:07:07 +0000 |
commit | 51305ee6cc36300c44cc1f3d4b2c365223b0762e (patch) | |
tree | d1a3ad3d6a3f4d2349f40bc3e21698786ed829e1 /src/console | |
parent | 03b59864dfd3d1d06b056fcf530da8ca328fa99c (diff) | |
download | coreboot-51305ee6cc36300c44cc1f3d4b2c365223b0762e.tar.xz |
For new config.g
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@903 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console/Config.lb b/src/console/Config.lb index 48ce3f6f5a..eb2d33c8e9 100644 --- a/src/console/Config.lb +++ b/src/console/Config.lb @@ -1,3 +1,6 @@ +uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA +uses CONFIG_CONSOLE_LOGBUF CONFIG_CONSOLE_SROM + object printk.o if CONFIG_CONSOLE_SERIAL8250 driver uart8250_console.o |