summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-21 17:08:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-21 17:08:31 (GMT)
commit37c48b965406a77f0871e3367b859c0183946449 (patch)
treee44d264f3f69e09ce5c497676e1887e40dd38495
parent1215142d577fe524b5597af2110b2ec54c4ae4a8 (diff)
config/libc: move around hidden config options
This yields a cleaner .config file that is easier to read.
-rw-r--r--config/libc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc.in b/config/libc.in
index 30e39e5..c3d64ae 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -1,12 +1,12 @@
# C library options
+menu "C-library"
+
config LIBC
string
default "newlib" if BARE_METAL && ARCH_avr32 && EXPERIMENTAL
default "none" if BARE_METAL
-menu "C-library"
-
config LIBC_VERSION
string
help