Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
config ARM
|
|
bool
|
|
select ARM_COMPATIBLE_SEMIHOSTING if TCG
|
|
|
|
# We need to select this until we move m_helper.c and the
|
|
# translate.c v7m helpers under ARM_V7M.
|
|
select ARM_V7M if TCG
|
|
|
|
select DEVICE_TREE # needed by boot.c
|
|
|
|
config AARCH64
|
|
bool
|
|
select ARM
|
|
# kvm_arch_fixup_msi_route() needs to access PCIDevice
|
|
select PCI if KVM
|