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/mips-softmmu-common.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/mips-softmmu-common.mak')
-rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index e31f046b3b..fae2347ee7 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -4,6 +4,7 @@ include pci.mak include sound.mak include usb.mak CONFIG_ESP=y +CONFIG_SCSI=y CONFIG_VGA_ISA=y CONFIG_VGA_ISA_MM=y CONFIG_VGA_CIRRUS=y |