summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2016-02-19 15:21:49 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2017-05-13 22:20:28 +0200
commit2a59a44416672658b391f4ba304d019c1daa7333 (patch)
tree3522b4752d3a884e80521b44a843d3138c53755f /src/mainboard/emulation/qemu-armv7/Kconfig
parentfe6052c2e4090d15299435a27226a96f79d24872 (diff)
downloadcoreboot-2a59a44416672658b391f4ba304d019c1daa7333.tar.xz
vexpress: add gfx init
Change-Id: I0eff29b74d7df331dcbf2c25799eaae4911e54fc Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: https://review.coreboot.org/13749 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7/Kconfig')
-rw-r--r--src/mainboard/emulation/qemu-armv7/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig
index 76bdb321ea..1a65ffbc79 100644
--- a/src/mainboard/emulation/qemu-armv7/Kconfig
+++ b/src/mainboard/emulation/qemu-armv7/Kconfig
@@ -27,6 +27,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select DRIVERS_UART_PL011
select BOOTBLOCK_CONSOLE
select CONSOLE_SERIAL
+ select MAINBOARD_HAS_NATIVE_VGA_INIT
+ select MAINBOARD_DO_NATIVE_VGA_INIT
select ARCH_BOOTBLOCK_ARMV7
select ARCH_ROMSTAGE_ARMV7
select ARCH_RAMSTAGE_ARMV7