From: David Abdurachmanov Date: Mon, 11 Mar 2019 09:12:56 +0000 (+0100) Subject: riscv/Kconfig: enable PCI_DEVICES X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fcfd1bcc30c33795ca66b2f4f6c5bb4438e62865;p=qemu.git riscv/Kconfig: enable PCI_DEVICES Re-enable PCI_DEVICES for RISC-V. The patch is based on other /Kconfig. Signed-off-by: David Abdurachmanov Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives") Message-Id: <20190311091256.18385-1-david.abdurachmanov@gmail.com> Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- 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