aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-17 18:30:23 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-17 18:30:23 +0000
commit6afb698433ba005cdfa00296fdfe07a6e11a70db (patch)
treec67fc468e05890a813ac39f056eac866b510f0f6
parent079300b987dd93324c354fd725fc12897757aad9 (diff)
I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4645 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 b0ad8252fb..c54f783181 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -426,6 +426,11 @@ define CONFIG_DEBUG
export always
comment "Enable x86emu debugging code"
end
+define CONFIG_VGA_BRIDGE_SETUP
+ default 1
+ export always
+ comment "Set bridge bits to enable legacy VGA ranges"
+end
define CONFIG_CONSOLE_VGA
default 0
export always