summaryrefslogtreecommitdiff
path: root/configs/crownbay_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-06 16:31:35 +0800
committerSimon Glass <sjg@chromium.org>2015-07-14 18:03:19 -0600
commit7aaff9bf81b17b7920826f99a17eae7659292f5c (patch)
tree29dcd96ed5cc67daeb0c2c284e0a96815a230c74 /configs/crownbay_defconfig
parent9e3a7c9bac35d47b7a021e311147ba0b5a128b08 (diff)
x86: crownbay: Enable graphics support
Enable graphics support on Intel Crown Bay board With the help of vgabios for Intel TunnelCreek IGD. Tested with an external LVDS panel connected to X4 connector and SDVO adapter connected to X9 connector on the board. Signed-off-by: Jian Luo <jian.luo4@boschrexroth.de> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/crownbay_defconfig')
-rw-r--r--configs/crownbay_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index 2af93bc411..379b88198c 100644
--- a/configs/crownbay_defconfig
+++ b/configs/crownbay_defconfig
@@ -18,5 +18,8 @@ CONFIG_CPU=y
CONFIG_SPI_FLASH=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_SYS_VSNPRINTF=y
+CONFIG_HAVE_VGA_BIOS=y
CONFIG_GENERATE_MP_TABLE=y
+CONFIG_VIDEO_VESA=y
+CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_DM_RTC=y