target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
[qemu/kevin.git] / target / arm / Kconfig
blob7f8a2217ae13b8d54afe1f41055c1f85eedd1689
1 config ARM
2     bool
3     select ARM_COMPATIBLE_SEMIHOSTING if TCG
5     # We need to select this until we move m_helper.c and the
6     # translate.c v7m helpers under ARM_V7M.
7     select ARM_V7M if TCG
9     select DEVICE_TREE # needed by boot.c
11 config AARCH64
12     bool
13     select ARM
14     # kvm_arch_fixup_msi_route() needs to access PCIDevice
15     select PCI if KVM