diff options
author | Jiahui Cen | 2021-01-14 11:06:41 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2021-01-17 12:42:54 +0100 |
commit | cc9346e4a9794a8db79a90119f64cdc87cf3e4bc (patch) | |
tree | 7afb77422b2002857172553353ac08729acf191f /hw/pci-bridge | |
parent | acpi/gpex: Exclude pxb's resources from PCI0 (diff) | |
download | qemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.tar.gz qemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.tar.xz qemu-cc9346e4a9794a8db79a90119f64cdc87cf3e4bc.zip |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig index a51ec716f5..f8df4315ba 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 |