mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
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>
This commit is contained in:
parent
aee519c210
commit
cc9346e4a9
@ -5,7 +5,7 @@ config PCIE_PORT
|
||||
|
||||
config PXB
|
||||
bool
|
||||
default y if Q35
|
||||
default y if Q35 || ARM_VIRT
|
||||
|
||||
config XIO3130
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user