a9a0c2d123
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>
14 lines
168 B
Makefile
14 lines
168 B
Makefile
# Default configuration for riscv-softmmu
|
|
|
|
include pci.mak
|
|
|
|
CONFIG_SERIAL=y
|
|
CONFIG_VIRTIO_MMIO=y
|
|
|
|
CONFIG_CADENCE=y
|
|
|
|
CONFIG_PCI_GENERIC=y
|
|
|
|
CONFIG_VGA=y
|
|
CONFIG_VGA_PCI=y
|