summaryrefslogtreecommitdiff
path: root/arch/arm/config.in
blob: 093e42b9a199d6aeeed760b1435c28d1550496bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
comment "ARM specific options"

config ARCH_ARM_EABI
    bool
    prompt "Use EABI (EXPERIMENTAL)"
    depends on EXPERIMENTAL
    default n
    help
      Set up the toolchain so that it generates EABI-compliant binaries.

config ARCH_ABI
    default "aapcs" if ARCH_ARM_EABI