diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-05-22 21:44:55 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 15:14:31 +0200 |
commit | 890b126e6ad305cc60599985c997a34a8ad9ff71 (patch) | |
tree | 57d1fc60449268a7c24f8ce76b7ccd7ee78ff9a8 /default-configs/riscv32-softmmu.mak | |
parent | 73bb753d24a702b37913ce4b5ddb6dca40dab067 (diff) |
hw: allow compiling out SCSI
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/riscv32-softmmu.mak')
-rw-r--r-- | default-configs/riscv32-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/riscv32-softmmu.mak b/default-configs/riscv32-softmmu.mak index f9e742120c..9159a4a8af 100644 --- a/default-configs/riscv32-softmmu.mak +++ b/default-configs/riscv32-softmmu.mak @@ -2,3 +2,4 @@ CONFIG_SERIAL=y CONFIG_VIRTIO=y +CONFIG_SCSI=y |