1config ARM 2 bool 3 select ARM_COMPATIBLE_SEMIHOSTING if TCG 4 select ARM_V7M if TCG 5 6config AARCH64 7 bool 8 select ARM 9