diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2018-12-11 22:37:46 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-12-20 11:45:20 -0800 |
commit | a9a0c2d1235a25049ceddb666dec66ba3f59a791 (patch) | |
tree | ced695034f13adc35c5c9180b474357169a9b22a /default-configs/riscv32-softmmu.mak | |
parent | 6d56e39649808696b2321cbd200dd7ccaa7ef7fe (diff) |
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>
Diffstat (limited to 'default-configs/riscv32-softmmu.mak')
-rw-r--r-- | default-configs/riscv32-softmmu.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak index c5ea36cba5..dbc9398284 100644 --- a/default-configs/riscv32-softmmu.mak +++ b/default-configs/riscv32-softmmu.mak @@ -8,3 +8,6 @@ CONFIG_VIRTIO_MMIO=y CONFIG_CADENCE=y CONFIG_PCI_GENERIC=y + +CONFIG_VGA=y +CONFIG_VGA_PCI=y |