summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorDavid Gibson2015-02-18 06:01:01 +0100
committerGerd Hoffmann2015-02-18 10:53:10 +0100
commitc3cf77cb63b71618224129df41f114488e0f74e4 (patch)
tree4fb0830f3ac09417a88bc5ab8da76260cc7f063e /default-configs
parentPPC: Don't use legacy -usbdevice support for setting up board (diff)
downloadqemu-c3cf77cb63b71618224129df41f114488e0f74e4.tar.gz
qemu-c3cf77cb63b71618224129df41f114488e0f74e4.tar.xz
qemu-c3cf77cb63b71618224129df41f114488e0f74e4.zip
Make sysbus EHCI devices ARM only by default
A number of ARM embedded boards include EHCI USB host controllers which appear as directly mapped devices, rather than sitting on a PCI bus. At present code to emulate such devices is included whenever EHCI support is included. This patch adjusts teh config options to only include them in builds targetting ARM by default. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/arm-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 7671ee278a..b00c2e150e 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -33,6 +33,7 @@ CONFIG_PFLASH_CFI01=y
CONFIG_PFLASH_CFI02=y
CONFIG_MICRODRIVE=y
CONFIG_USB_MUSB=y
+CONFIG_USB_EHCI_SYSBUS=y
CONFIG_ARM11MPCORE=y
CONFIG_A9MPCORE=y