aboutsummaryrefslogtreecommitdiff
path: root/target/arm/Kconfig
blob: 39f05b6420a5c7cf2aa1f3dd93cdde92b997a9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config ARM
    bool

config AARCH64
    bool
    select ARM

# This config exists just so we can make SEMIHOSTING default when TCG
# is selected without also changing it for other architectures.
config ARM_SEMIHOSTING
    bool
    default y if TCG && ARM
    select ARM_COMPATIBLE_SEMIHOSTING