config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 21 18:08:31 2009 +0200 (2009-10-21)
changeset 1582 1fd08b889aa3
parent 1345 27fec561af53
child 1594 9c0766bed0d2
permissions -rw-r--r--
config/arch/arm: default to EABI
     1 # ARM specific configuration file
     2 
     3 config ARCH_arm
     4     select ARCH_USE_MMU
     5     select ARCH_SUPPORTS_BOTH_ENDIAN
     6     select ARCH_DEFAULT_LE
     7     select ARCH_SUPPORT_ARCH
     8     select ARCH_SUPPORT_CPU
     9     select ARCH_SUPPORT_TUNE
    10     select ARCH_SUPPORT_FPU
    11     help
    12       The ARM architecture, as defined by:
    13         http://www.arm.com/
    14 
    15 config ARCH_ARM_EABI
    16     bool
    17     prompt "Use EABI"
    18     default y
    19     help
    20       Set up the toolchain so that it generates EABI-compliant binaries.
    21 
    22 config ARCH_ARM_ABI_OK
    23     bool
    24     default y
    25     depends on ! ARCH_ARM_EABI
    26     select ARCH_SUPPORT_ABI