summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorMartin Lund <mgl@doredevelopment.dk>2009-06-20 15:16:54 (GMT)
committerMartin Lund <mgl@doredevelopment.dk>2009-06-20 15:16:54 (GMT)
commit8fb846f5b5174e42b913f20ab1f058b502fd4791 (patch)
tree131917fbec4362cc8efec901d0a2a4c9c9a6a879 /config/arch
parent6b2b096869072b8dfb58e35e55e45947fcbed75a (diff)
Misc AVR32 cleanups.
Diffstat (limited to 'config/arch')
-rw-r--r--config/arch/avr32.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/arch/avr32.in b/config/arch/avr32.in
index 2965828..63916da 100644
--- a/config/arch/avr32.in
+++ b/config/arch/avr32.in
@@ -4,10 +4,10 @@
config ARCH_avr32
select ARCH_USE_MMU
select ARCH_DEFAULT_BE
- help
+ select ARCH_SUPPORT_ARCH
+ select ARCH_SUPPORT_CPU
+ select ARCH_SUPPORT_TUNE
+ select ARCH_SUPPORT_FPU
+ help
The AVR32 architecture, as defined by:
http://www.atmel.com/products/avr32
-
-config ARCH_AVR32
- string
- default "avr32"