diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2018-12-11 22:37:36 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-12-20 11:45:20 -0800 |
commit | 6d56e39649808696b2321cbd200dd7ccaa7ef7fe (patch) | |
tree | a5f6a72b823e0f402ffbac38bd5b5adfcce9f511 /default-configs/riscv32-softmmu.mak | |
parent | bb1973aadb78bfb653287421d9df8ade1accc4af (diff) |
hw/riscv/virt: Connect the gpex PCIe
Connect the gpex PCIe device based on the device tree included in the
HiFive Unleashed ROM.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak index 7937c69e22..c5ea36cba5 100644 --- a/default-configs/riscv32-softmmu.mak +++ b/default-configs/riscv32-softmmu.mak @@ -1,7 +1,10 @@ # Default configuration for riscv-softmmu +include pci.mak + CONFIG_SERIAL=y CONFIG_VIRTIO_MMIO=y -include virtio.mak CONFIG_CADENCE=y + +CONFIG_PCI_GENERIC=y |