repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
[qemu/kevin.git]
/
target
/
arm
/
Kconfig
blob
7f8a2217ae13b8d54afe1f41055c1f85eedd1689
1
config ARM
2
bool
3
select ARM_COMPATIBLE_SEMIHOSTING if TCG
4
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
8
9
select DEVICE_TREE # needed by boot.c
10
11
config AARCH64
12
bool
13
select ARM
14
# kvm_arch_fixup_msi_route() needs to access PCIDevice
15
select PCI if KVM