diff options
author | Simon Glass <sjg@chromium.org> | 2012-12-03 13:59:47 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-12-06 14:30:44 -0800 |
commit | 058d59b08ddcc6fd3b59210a4605721cc96ead44 (patch) | |
tree | 198d005791ed14ef0ddd80abb28e5ad2090c555e /README | |
parent | a94e9d70e3c6008f4d233bf5613c30f874c3f092 (diff) | |
download | u-boot-imx-058d59b08ddcc6fd3b59210a4605721cc96ead44.zip u-boot-imx-058d59b08ddcc6fd3b59210a4605721cc96ead44.tar.gz u-boot-imx-058d59b08ddcc6fd3b59210a4605721cc96ead44.tar.bz2 |
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-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |