mirror of https://github.com/xemu-project/xemu.git
riscv: Enable VGA and PCIE_VGA
Enable compile support for VGA devices. This allows the user to conenct a display by adding '-device bochs-display -display sdl' to their command line argument. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Tested-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
6d56e39649
commit
a9a0c2d123
|
@ -8,3 +8,6 @@ CONFIG_VIRTIO_MMIO=y
|
|||
CONFIG_CADENCE=y
|
||||
|
||||
CONFIG_PCI_GENERIC=y
|
||||
|
||||
CONFIG_VGA=y
|
||||
CONFIG_VGA_PCI=y
|
||||
|
|
|
@ -8,3 +8,6 @@ CONFIG_VIRTIO_MMIO=y
|
|||
CONFIG_CADENCE=y
|
||||
|
||||
CONFIG_PCI_GENERIC=y
|
||||
|
||||
CONFIG_VGA=y
|
||||
CONFIG_VGA_PCI=y
|
||||
|
|
Loading…
Reference in New Issue