mirror of
https://github.com/qemu/qemu.git
synced 2025-07-27 03:38:45 +00: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
|
config PXB
|
||||||
bool
|
bool
|
||||||
default y if Q35
|
default y if Q35 || ARM_VIRT
|
||||||
|
|
||||||
config XIO3130
|
config XIO3130
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user