From 6afb698433ba005cdfa00296fdfe07a6e11a70db Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 17 Sep 2009 18:30:23 +0000 Subject: I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4645 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3