xref: /openbmc/qemu/target/arm/Kconfig (revision fafe0021e32d339e64d6042811640d66c8336d4b)
1config ARM
2    bool
3    select ARM_COMPATIBLE_SEMIHOSTING if TCG
4
5    # We need to select this until we move m_helper.c and the
6    # translate.c v7m helpers under ARM_V7M.
7    select ARM_V7M if TCG
8
9config AARCH64
10    bool
11    select ARM
12