summaryrefslogtreecommitdiff
path: root/config/arch/avr32.in
blob: 2965828d306822c2a5cc455c7b207b7fc17ebfdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# AVR32 specific configuration file
# depends on EXPERIMENTAL

config ARCH_avr32
    select ARCH_USE_MMU
    select ARCH_DEFAULT_BE
    help
      The AVR32 architecture, as defined by:
        http://www.atmel.com/products/avr32

config ARCH_AVR32
    string
    default "avr32"