blob: bf57d739cd133e81cdaa6cf26d4e4400718c659f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
config AARCH64
bool
select ARM
|