diff options
| author | LekKit <[email protected]> | 2024-09-22 13:11:01 +0300 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-10-28 16:11:33 +0800 |
| commit | 7d1f04baa0b69ad655a990f6bc55e4498f1254e1 (patch) | |
| tree | c1a3c679e1e3f252ff691971725990e5092fa420 | |
| parent | aed8febc3de3c730ddb5a0cc1ea52beb37540d37 (diff) | |
riscv: qemu: Enable EFI framebuffer
Enable framebuffer for better virtual machine integration.
Some guests need EFI FB to work properly.
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 9538c66e8be..012ac14a123 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -58,6 +58,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply E1000 imply PCI imply NVME_PCI + imply VIDEO + imply VIDEO_SIMPLE imply PCIE_ECAM_GENERIC imply DM_RNG imply DM_RTC |
