log: clean up Kconfig
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 31 May 2020 13:34:22 +0000 (15:34 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Jun 2020 02:52:11 +0000 (20:52 -0600)
commit7b6c34cb15270c3dbd463faaceb2bfbdd0b8f1a8
treed5cb2cee0b173e60d1b95825e9f10faac160487b
parenta7813918fe4fa27146ed5777ee63329ae7564af9
log: clean up Kconfig

LOG_DEFAULT_LEVEL has been chosen as 6. Adjust the default of LOG_MAX_LEVEL
to this value.

Use ranges to clamp log levels to reasonable values.

Group output options by main U-Boot, SPL, TPL, followed by other logging
options.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig