config/libc: move around hidden config options

This yields a cleaner .config file that is easier to read.
This commit is contained in:
Yann E. MORIN" 2009-10-21 19:08:31 +02:00
parent 1215142d57
commit 37c48b9654

View File

@ -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