summaryrefslogtreecommitdiff
path: root/config/arch/avr32.in
diff options
context:
space:
mode:
authorMartin Lund" <mgl@doredevelopment.dk>2009-05-22 14:46:18 (GMT)
committerMartin Lund" <mgl@doredevelopment.dk>2009-05-22 14:46:18 (GMT)
commita94b87075666680ca0285cd67efc253a5089756f (patch)
treebe807969719bedc90975851175e8759804d6a9a2 /config/arch/avr32.in
parent7c893bce09f49acab08a2795ff36c066e5ed44fd (diff)
Added initial AVR32 support (bare-metal,newlib)
Diffstat (limited to 'config/arch/avr32.in')
-rw-r--r--config/arch/avr32.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/arch/avr32.in b/config/arch/avr32.in
new file mode 100644
index 0000000..2965828
--- /dev/null
+++ b/config/arch/avr32.in
@@ -0,0 +1,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"