aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge
diff options
context:
space:
mode:
authorJiahui Cen <cenjiahui@huawei.com>2021-01-14 18:06:41 +0800
committerMichael S. Tsirkin <mst@redhat.com>2021-01-17 06:42:54 -0500
commitcc9346e4a9794a8db79a90119f64cdc87cf3e4bc (patch)
tree7afb77422b2002857172553353ac08729acf191f /hw/pci-bridge
parentaee519c210f2508b5070c4f85ed0e09892042e05 (diff)
downloadqemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.zip
qemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.tar.gz
qemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.tar.bz2
Kconfig: Compile PXB for ARM_VIRT
PXB is now supported on ARM, so let's compile for arm_virt machine. Acked-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Jiahui Cen <cenjiahui@huawei.com> Message-Id: <20210114100643.10617-7-cenjiahui@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci-bridge')
-rw-r--r--hw/pci-bridge/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig
index a51ec71..f8df431 100644
--- a/hw/pci-bridge/Kconfig
+++ b/hw/pci-bridge/Kconfig
@@ -5,7 +5,7 @@ config PCIE_PORT
config PXB
bool
- default y if Q35
+ default y if Q35 || ARM_VIRT
config XIO3130
bool