summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-03 13:59:47 +0000
committerSimon Glass <sjg@chromium.org>2012-12-06 14:30:44 -0800
commit058d59b08ddcc6fd3b59210a4605721cc96ead44 (patch)
tree198d005791ed14ef0ddd80abb28e5ad2090c555e /README
parenta94e9d70e3c6008f4d233bf5613c30f874c3f092 (diff)
downloadblackbird-obmc-uboot-058d59b08ddcc6fd3b59210a4605721cc96ead44.tar.gz
blackbird-obmc-uboot-058d59b08ddcc6fd3b59210a4605721cc96ead44.zip
x86: Build vga video code only if CONFIG_VIDEO_VGA is defined
When running from coreboot we don't want this code, so make it optional. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index c7aab18efa..0f5dfadcaf 100644
--- a/README
+++ b/README
@@ -1409,6 +1409,13 @@ CBFS (Coreboot Filesystem) support
boot. See the documentation file README.video for a
description of this variable.
+ CONFIG_VIDEO_VGA
+
+ Enable the VGA video / BIOS for x86. The alternative if you
+ are using coreboot is to use the coreboot frame buffer
+ driver.
+
+
- Keyboard Support:
CONFIG_KEYBOARD
OpenPOWER on IntegriCloud