diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-19 15:21:49 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2017-05-13 22:20:28 +0200 |
commit | 2a59a44416672658b391f4ba304d019c1daa7333 (patch) | |
tree | 3522b4752d3a884e80521b44a843d3138c53755f /src/mainboard/emulation/qemu-armv7/Kconfig | |
parent | fe6052c2e4090d15299435a27226a96f79d24872 (diff) |
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/Kconfig | 2 |
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 |