summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-04-24 22:29:44 +0000
committerStefan Reinauer <stepan@openbios.org>2004-04-24 22:29:44 +0000
commitf05dcb8d7afb3716959b94b8dac20ee551762624 (patch)
tree324762464af2dda56bf3a034a14a461ca8d06c88 /src/config
parent8581ac215d560598c795caaba95a480459611a60 (diff)
downloadcoreboot-f05dcb8d7afb3716959b94b8dac20ee551762624.tar.xz
Add btext console (from YhLu)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1533 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index e9e4e8c5fe..cf17c4b8ed 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -383,6 +383,11 @@ define CONFIG_CONSOLE_VGA
export always
comment "Log messages to VGA"
end
+define CONFIG_CONSOLE_BTEXT
+ default 0
+ export always
+ comment "Log messages to btext fb console"
+end
define CONFIG_CONSOLE_LOGBUF
default 0
export always