diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2019-01-10 00:01:34 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-01-09 17:34:10 -0800 |
commit | f7cdfa38f37e0985457ac03c3238861144a58b4c (patch) | |
tree | c7b6fb651d64a87f811e1809e62191519d058ea0 | |
parent | a88365c1991525321e7d4787db611980637e93d4 (diff) | |
download | 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>
-rw-r--r-- | default-configs/riscv32-softmmu.mak | 1 | ||||
-rw-r--r-- | default-configs/riscv64-softmmu.mak | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak index dbc9398284..c9c5971409 100644 --- a/default-configs/riscv32-softmmu.mak +++ b/default-configs/riscv32-softmmu.mak @@ -1,6 +1,7 @@ # Default configuration for riscv-softmmu include pci.mak +include usb.mak CONFIG_SERIAL=y CONFIG_VIRTIO_MMIO=y 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 |