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
     1 # AVR32 specific configuration file
     2 # depends on EXPERIMENTAL
     3 
     4 config ARCH_avr32
     5     select ARCH_USE_MMU
     6     select ARCH_DEFAULT_BE
     7     help
     8       The AVR32 architecture, as defined by:
     9         http://www.atmel.com/products/avr32
    10 
    11 config ARCH_AVR32
    12     string
    13     default "avr32"