mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue