aboutsummaryrefslogtreecommitdiff
path: root/target/arm/Kconfig
blob: 7f8a2217ae13b8d54afe1f41055c1f85eedd1689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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