summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Abdurachmanov2019-03-11 10:12:56 +0100
committerPaolo Bonzini2019-03-11 16:33:49 +0100
commitfcfd1bcc30c33795ca66b2f4f6c5bb4438e62865 (patch)
tree3dc497ff3d405024824e82a9fc3a3a16ca2fa1c9
parentvfio-pci: enable by default (diff)
downloadqemu-fcfd1bcc30c33795ca66b2f4f6c5bb4438e62865.tar.gz
qemu-fcfd1bcc30c33795ca66b2f4f6c5bb4438e62865.tar.xz
qemu-fcfd1bcc30c33795ca66b2f4f6c5bb4438e62865.zip
riscv/Kconfig: enable PCI_DEVICES
Re-enable PCI_DEVICES for RISC-V. The patch is based on other <arch>/Kconfig. Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com> Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives") Message-Id: <20190311091256.18385-1-david.abdurachmanov@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--hw/riscv/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig
index e0ee3043a6..8c7fc1f31d 100644
--- a/hw/riscv/Kconfig
+++ b/hw/riscv/Kconfig
@@ -26,6 +26,9 @@ config SPIKE
config RISCV_VIRT
bool
+ imply PCI_DEVICES
+ imply TEST_DEVICES
+ select PCI
select HART
select SERIAL
select VIRTIO_MMIO