From: David Abdurachmanov <david.abdurachmanov@gmail.com>
To: qemu-devel@nongnu.org, alistair.francis@wdc.com, palmer@sifive.com
Cc: David Abdurachmanov <david.abdurachmanov@gmail.com>
Subject: [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES
Date: Mon, 11 Mar 2019 10:12:56 +0100 [thread overview]
Message-ID: <20190311091256.18385-1-david.abdurachmanov@gmail.com> (raw)
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")
---
hw/riscv/Kconfig | 3 +++
1 file changed, 3 insertions(+)
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
--
2.20.1
next reply other threads:[~2019-03-11 9:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-11 9:12 David Abdurachmanov [this message]
2019-03-11 12:46 ` [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES Thomas Huth
2019-03-11 13:52 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190311091256.18385-1-david.abdurachmanov@gmail.com \
--to=david.abdurachmanov@gmail.com \
--cc=alistair.francis@wdc.com \
--cc=palmer@sifive.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).