diff options
| author | Alistair Francis | 2019-01-10 01:01:34 +0100 |
|---|---|---|
| committer | Palmer Dabbelt | 2019-01-10 02:34:10 +0100 |
| commit | f7cdfa38f37e0985457ac03c3238861144a58b4c (patch) | |
| tree | c7b6fb651d64a87f811e1809e62191519d058ea0 /default-configs/riscv64-softmmu.mak | |
| parent | RISC-V: Implement existential predicates for CSRs (diff) | |
| download | qemu-f7cdfa38f37e0985457ac03c3238861144a58b4c.tar.gz qemu-f7cdfa38f37e0985457ac03c3238861144a58b4c.tar.xz qemu-f7cdfa38f37e0985457ac03c3238861144a58b4c.zip | |
default-configs: Enable USB support for RISC-V machines
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'default-configs/riscv64-softmmu.mak')
| -rw-r--r-- | default-configs/riscv64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/riscv64-softmmu.mak b/default-configs/riscv64-softmmu.mak index dbc9398284..c9c5971409 100644 --- a/default-configs/riscv64-softmmu.mak +++ b/default-configs/riscv64-softmmu.mak @@ -1,6 +1,7 @@ # Default configuration for riscv-softmmu include pci.mak +include usb.mak CONFIG_SERIAL=y CONFIG_VIRTIO_MMIO=y |
