config/arch/avr32.in
author "Martin Lund" <mgl@doredevelopment.dk>
Fri May 22 14:46:18 2009 +0000 (2009-05-22)
branchavr32
changeset 1371 802c132f1f71
child 1468 841be3d8669e
permissions -rw-r--r--
Added initial AVR32 support (bare-metal,newlib)
mgl@1371
     1
# AVR32 specific configuration file
mgl@1371
     2
# depends on EXPERIMENTAL
mgl@1371
     3
mgl@1371
     4
config ARCH_avr32
mgl@1371
     5
    select ARCH_USE_MMU
mgl@1371
     6
    select ARCH_DEFAULT_BE
mgl@1371
     7
    help
mgl@1371
     8
      The AVR32 architecture, as defined by:
mgl@1371
     9
        http://www.atmel.com/products/avr32
mgl@1371
    10
mgl@1371
    11
config ARCH_AVR32
mgl@1371
    12
    string
mgl@1371
    13
    default "avr32"