config/arch/avr32.in
author Martin Lund <mgl@doredevelopment.dk>
Sun Jun 14 22:43:33 2009 +0200 (2009-06-14)
branchavr32
changeset 1467 1b9afd946da3
child 1468 841be3d8669e
permissions -rw-r--r--
Changed copyright
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"