config/libc: move around hidden config options
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 21 19:08:31 2009 +0200 (2009-10-21)
changeset 1585646bafb5b7f2
parent 1583 991a59088ff0
child 1586 1fbb4a9d94fc
config/libc: move around hidden config options

This yields a cleaner .config file that is easier to read.
config/libc.in
     1.1 --- a/config/libc.in	Fri Oct 23 09:48:22 2009 -0700
     1.2 +++ b/config/libc.in	Wed Oct 21 19:08:31 2009 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # C library options
     1.5  
     1.6 +menu "C-library"
     1.7 +
     1.8  config LIBC
     1.9      string
    1.10      default "newlib" if BARE_METAL && ARCH_avr32 && EXPERIMENTAL
    1.11      default "none" if BARE_METAL
    1.12  
    1.13 -menu "C-library"
    1.14 -
    1.15  config LIBC_VERSION
    1.16      string
    1.17      help