From 2b396cdcf268c1c9865c51517461b031f8995917 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Thu, 18 May 2006 16:54:30 +0000 Subject: add option to decide to use onboard vga or addon card. CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2308 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config/Options.lb') diff --git a/src/config/Options.lb b/src/config/Options.lb index 3dfa80110f..4742908937 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -384,6 +384,11 @@ define CONFIG_CONSOLE_VGA_MULTI export always comment "Multi VGA console" end +define CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST + default 0 + export always + comment "Use onboard VGA instead of add on VGA card" +end define CONFIG_CONSOLE_BTEXT default 0 export always -- cgit v1.2.3