diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2017-12-20 19:55:16 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-23 14:24:40 +0100 |
commit | cb2c0649ee85f4247a112031bdab822bb4d98ff6 (patch) | |
tree | 3e86a51e83b3e8ceee4a2c3d05ef62e6dbae8d1b /target/linux/generic/config-4.14 | |
parent | 0fca474e70b29756f036d2b64b3f7edbd17fb213 (diff) | |
download | upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.tar.gz upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.tar.bz2 upstream-cb2c0649ee85f4247a112031bdab822bb4d98ff6.zip |
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>
Diffstat (limited to 'target/linux/generic/config-4.14')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 3c6d6c4aa8..546d689f99 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -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 |