config/libc/uClibc.in
changeset 500 a8b11d75e253
parent 448 08da017ba46b
child 504 63967c02b881
     1.1 --- a/config/libc/uClibc.in	Thu Apr 17 21:04:23 2008 +0000
     1.2 +++ b/config/libc/uClibc.in	Wed May 14 17:52:53 2008 +0000
     1.3 @@ -59,6 +59,29 @@
     1.4  
     1.5  choice
     1.6      bool
     1.7 +    prompt "uClibc verbosity:"
     1.8 +
     1.9 +config LIBC_UCLIBC_VERBOSITY_0
    1.10 +    bool
    1.11 +    prompt "Simplified"
    1.12 +    help
    1.13 +      Print simplified command lines.
    1.14 +
    1.15 +config LIBC_UCLIBC_VERBOSITY_1
    1.16 +    bool
    1.17 +    prompt "Full commands"
    1.18 +    help
    1.19 +      Print full command lines.
    1.20 +
    1.21 +endchoice
    1.22 +
    1.23 +config LIBC_UCLIBC_VERBOSITY
    1.24 +    string
    1.25 +    default ""      if LIBC_UCLIBC_VERBOSITY_0
    1.26 +    default "V=1"   if LIBC_UCLIBC_VERBOSITY_1
    1.27 +
    1.28 +choice
    1.29 +    bool
    1.30      prompt "Debug level"
    1.31      default LIBC_UCLIBC_DEBUG_LEVEL_0
    1.32