config: re-order the log entries inthe menuconfig

This commit is contained in:
Yann E. MORIN" 2010-02-04 00:11:56 +01:00
parent bc5c6b3178
commit 96f5d9003a

View File

@ -33,18 +33,18 @@ config LOG_EXTRA
help help
The same as above, plus extra messages (sub-steps). The same as above, plus extra messages (sub-steps).
config LOG_DEBUG
bool
prompt "DEBUG"
help
The same as above, plus lots of crosstool-NG debug information.
config LOG_ALL config LOG_ALL
bool bool
prompt "ALL" prompt "ALL"
help help
The same as above, plus all components build messages (very noisy!). The same as above, plus all components build messages (very noisy!).
config LOG_DEBUG
bool
prompt "DEBUG"
help
The same as above, plus lots of crosstool-NG debug information.
endchoice endchoice
config LOG_LEVEL_MAX config LOG_LEVEL_MAX
@ -53,8 +53,8 @@ config LOG_LEVEL_MAX
default "WARN" if LOG_WARN default "WARN" if LOG_WARN
default "INFO" if LOG_INFO default "INFO" if LOG_INFO
default "EXTRA" if LOG_EXTRA default "EXTRA" if LOG_EXTRA
default "DEBUG" if LOG_DEBUG
default "ALL" if LOG_ALL default "ALL" if LOG_ALL
default "DEBUG" if LOG_DEBUG
config LOG_SEE_TOOLS_WARN config LOG_SEE_TOOLS_WARN
bool bool
@ -75,7 +75,7 @@ config LOG_PROGRESS_BAR
bool bool
prompt "Progress bar" prompt "Progress bar"
default y default y
depends on ! LOG_ALL depends on ! LOG_ALL && ! LOG_DEBUG
help help
If you say 'y' here, you'll be able to see the elapsed time. If you say 'y' here, you'll be able to see the elapsed time.