1config ARM
2 bool
3
4config AARCH64
5 bool
6 select ARM
7
8# This config exists just so we can make SEMIHOSTING default when TCG
9# is selected without also changing it for other architectures.
10config ARM_SEMIHOSTING
11 bool
12 default y if TCG && ARM
13 select ARM_COMPATIBLE_SEMIHOSTING
14