summaryrefslogtreecommitdiff
path: root/default-configs/ppcemb-softmmu.mak
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-02-01 10:49:43 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-02-19 12:28:48 +0100
commit6c83f81542e4fda1777a74e4647a69086e44357c (patch)
tree5d32defd71d5720fe5fcceb37a68a23541340f6a /default-configs/ppcemb-softmmu.mak
parentf4ece4046344230a3a030ef1e494599eaf0a5935 (diff)
downloadqemu-6c83f81542e4fda1777a74e4647a69086e44357c.tar.gz
make usb devices configurable
Leave the core usb devices (usb hub, tablet, mouse, keyboard) enabled unconditionally. Make the other ones configurable. Exceptions: - bluetooth: not qdevified yet, has a vl.c dependency because of that, thus disabling isn't as easy as not linking the object file. - smardcard: ccid-card-emulated depends on that one *and* CONFIG_SMARTCARD_NSS. So it isn't a one-liner and comes as separate patch because of that. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'default-configs/ppcemb-softmmu.mak')
-rw-r--r--default-configs/ppcemb-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak
index aaa9cdc1f7..1c6bcf93fc 100644
--- a/default-configs/ppcemb-softmmu.mak
+++ b/default-configs/ppcemb-softmmu.mak
@@ -1,6 +1,7 @@
# Default configuration for ppcemb-softmmu
include pci.mak
+include usb.mak
CONFIG_GDBSTUB_XML=y
CONFIG_ISA_MMIO=y
CONFIG_ESCC=y