summaryrefslogtreecommitdiffstats
path: root/default-configs/arm-softmmu.mak
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2015-02-27 17:04:36 +1100
committerPaolo Bonzini <pbonzini@redhat.com>2015-02-27 15:17:42 +0100
commit2296594257d11a253d12f0219eef3f1a0201c2d9 (patch)
tree2e5723f9d39e15e5312b64a14c6dd8a57c2ac4bd /default-configs/arm-softmmu.mak
parent4681867544f04f752bd98f39c3055493c80ea316 (diff)
downloadhqemu-2296594257d11a253d12f0219eef3f1a0201c2d9.zip
hqemu-2296594257d11a253d12f0219eef3f1a0201c2d9.tar.gz
Create specific config option for "platform-bus"
Currently the "platform-bus" device is included for all softmmu builds. This bridge is intended for use on any platforms that require dynamic creation of sysbus devices. However, at present it is used only for the PPC E500 target, with plans for the ARM "virt" target in the immediate future. To avoid a not-very-useful entry appearing in "qemu -device ?" output on other targets, this patch makes a specific config option for platform-bus and enables it (for now) only on ppc configurations which include E500 and on ARM (which always includes the "virt" target). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <1425017077-18487-3-git-send-email-david@gibson.dropbear.id.au> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/arm-softmmu.mak')
-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 6ee9b43..149ae1b 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -34,6 +34,7 @@ CONFIG_PFLASH_CFI02=y
CONFIG_MICRODRIVE=y
CONFIG_USB_MUSB=y
CONFIG_USB_EHCI_SYSBUS=y
+CONFIG_PLATFORM_BUS=y
CONFIG_ARM11MPCORE=y
CONFIG_A9MPCORE=y
OpenPOWER on IntegriCloud