kernel: move console loglevel to generic
Move CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 to generic, to make it consistent across all targets. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
parent
0fca474e70
commit
cb2c0649ee
2 changed files with 1 additions and 1 deletions
|
@ -809,6 +809,7 @@ CONFIG_CMDLINE=""
|
|||
# CONFIG_COMPILE_TEST is not set
|
||||
# CONFIG_CONFIGFS_FS is not set
|
||||
# CONFIG_CONNECTOR is not set
|
||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
|
||||
CONFIG_CONSTRUCTORS=y
|
||||
# CONFIG_CONTEXT_SWITCH_TRACER is not set
|
||||
# CONFIG_COPS is not set
|
||||
|
|
|
@ -72,7 +72,6 @@ CONFIG_CLONE_BACKWARDS=y
|
|||
CONFIG_COMMON_CLK=y
|
||||
CONFIG_COMPAT_32=y
|
||||
# CONFIG_COMPAT_VDSO is not set
|
||||
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
|
||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPU_FREQ=y
|
||||
|
|
Loading…
Reference in a new issue