]> Git Repo - qemu.git/commitdiff
default-configs: Enable USB support for RISC-V machines
authorAlistair Francis <[email protected]>
Thu, 10 Jan 2019 00:01:34 +0000 (00:01 +0000)
committerPalmer Dabbelt <[email protected]>
Thu, 10 Jan 2019 01:34:10 +0000 (17:34 -0800)
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
default-configs/riscv32-softmmu.mak
default-configs/riscv64-softmmu.mak

index dbc93982848a537db6d68fa72ca54aabe03a8fc5..c9c59714093f3c989795667ea902929318b3c0e7 100644 (file)
@@ -1,6 +1,7 @@
 # Default configuration for riscv-softmmu
 
 include pci.mak
+include usb.mak
 
 CONFIG_SERIAL=y
 CONFIG_VIRTIO_MMIO=y
index dbc93982848a537db6d68fa72ca54aabe03a8fc5..c9c59714093f3c989795667ea902929318b3c0e7 100644 (file)
@@ -1,6 +1,7 @@
 # Default configuration for riscv-softmmu
 
 include pci.mak
+include usb.mak
 
 CONFIG_SERIAL=y
 CONFIG_VIRTIO_MMIO=y
This page took 0.032062 seconds and 4 git commands to generate.