diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:44:01 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:16:37 -0500 |
commit | 98af93fde2e37b5b0c8cee9036e028fe6df6446c (patch) | |
tree | 0133556119069258d23682f20eeeb4ae6f09245a /default-configs/mips-softmmu.mak | |
parent | f6547f07d41491d74179e8dd100f7477abdd43b1 (diff) | |
download | qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.tar.gz qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.tar.bz2 qemu-98af93fde2e37b5b0c8cee9036e028fe6df6446c.zip |
audio: replace audio card configuration with default-configs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-6-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/mips-softmmu.mak')
-rw-r--r-- | default-configs/mips-softmmu.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-configs/mips-softmmu.mak b/default-configs/mips-softmmu.mak index b764360a55..b443702b87 100644 --- a/default-configs/mips-softmmu.mak +++ b/default-configs/mips-softmmu.mak @@ -1,6 +1,7 @@ # Default configuration for mips-softmmu include pci.mak +include sound.mak include usb.mak CONFIG_ISA_MMIO=y CONFIG_ESP=y @@ -23,7 +24,6 @@ CONFIG_PIIX4=y CONFIG_IDE_ISA=y CONFIG_IDE_PIIX=y CONFIG_NE2000_ISA=y -CONFIG_SOUND=y CONFIG_RC4030=y CONFIG_DP8393X=y CONFIG_DS1225Y=y |