diff options
author | Ronald G. Minnich <Ronald G. Minnich> | 2006-09-20 16:39:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-20 16:39:30 +0000 |
commit | 2ad85dbc65d884d82f2f9c9d4fa1c5cc3ab5dc42 (patch) | |
tree | 3e9c22d1649fc6946af295088723bb611c371fbb /src/config | |
parent | e8bfbb387cc6fea5155d4b67e2b222af167e20bc (diff) |
Lots of lx fixes. CLeanup mainly. THings now build
Signed-off-by: Ronald G. Minnich
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2430 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 00042b8cf1..bbf2dce602 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -904,6 +904,13 @@ define CONFIG_PCI_64BIT_PREF_MEM comment "allow PCI device get 4G above Region as pref mem" end +define CONFIG_VIDEO_MB + default none + export used + comment "Integrated graphics with UMA has dynamic setup" +end + + ############################################### # Board specific options |