diff options
author | Juergen Beisert <juergen127@kreuzholzen.de> | 2007-10-07 21:00:02 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-07 21:00:02 +0000 |
commit | 37f166982efed9613142522e5a475d5dcc3aaeab (patch) | |
tree | b02d0ed3ec19dc7543d9c7e02ed5435f4dff3359 /src/config/Options.lb | |
parent | e9d4616a9566e29e69d3c967d35126abddd99cee (diff) | |
download | coreboot-37f166982efed9613142522e5a475d5dcc3aaeab.tar.xz |
Fix some issues with spaces in the code and Doxygen style documentation.
Painting the splash graphic is now ifdef'ed.
Signed-off-by: Juergen Beisert <juergen127@kreuzholzen.de>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2836 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index bc70a90710..012dffe89f 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1016,6 +1016,12 @@ define CONFIG_VIDEO_MB comment "Integrated graphics with UMA has dynamic setup" end +define CONFIG_SPLASH_GRAPHIC + default 0 + export used + comment "Paint a splash screen" +end + define CONFIG_GX1_VIDEO default 0 export used |