aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-10-01 16:09:23 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-10-01 16:09:23 +0000
commit848d336534edb7996047fb69811d3b5d922d40ef (patch)
treed516b44a36903763ea00463f978f2924c66e467f /src/config
parentab1f21716184faa341ab13a57b69e81d611db6c9 (diff)
vga support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 7ff4815060..c5363d0f5a 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -178,12 +178,18 @@ end
###############################################
define HAVE_FALLBACK_BOOT
+ format "%d"
default 0
export always
comment "Set if fallback booting required"
end
define USE_FALLBACK_IMAGE
+<<<<<<< Options.lb
+ format "%d"
+ default 0
+=======
default 1
+>>>>>>> 1.23
export used
comment "Set to build a fallback image"
end
@@ -410,6 +416,12 @@ define CONFIG_KEYBOARD
export used
comment "Run PC keyboard enable code"
end
+
+define CONFIG_LEGACY_VGABIOS
+ default 0
+ export used
+ comment "Support for legacy VGA BIOS"
+end
###############################################
# SMP options
###############################################