summaryrefslogtreecommitdiff
path: root/config
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
parent6b2b096869072b8dfb58e35e55e45947fcbed75a (diff)
Misc AVR32 cleanups.
Diffstat (limited to 'config')
-rw-r--r--config/arch/avr32.in10
-rw-r--r--config/libc.in7
-rw-r--r--config/libc/newlib.in1
3 files changed, 7 insertions, 11 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"
diff --git a/config/libc.in b/config/libc.in
index a10b942..d8020ca 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -2,11 +2,8 @@
config LIBC
string
-# default "none" if BARE_METAL
- default "newlib" if EXPERIMENTAL
-
-# FIXME: toolchain can be BARE_METAL (no OS) but have OS independent LIBC (eg. newlib)
-# new combinations needed
+ default "none" if BARE_METAL
+ default "newlib" if BARE_METAL && ARCH_avr32 && EXPERIMENTAL
menu "C-library"
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index fdca4ce..c4b9e08 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -40,4 +40,3 @@ config ATMEL_AVR32_HEADERS
If you do native AVR32 development you want to say 'Y' here.
-