Merge pull request #988 from jongwu/printk

config: enable printk-time for kernel-5.4 for arm64
This commit is contained in:
GabyCT 2020-03-26 09:43:28 -06:00 committed by GitHub
commit 36e7d3d13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2498,7 +2498,7 @@ CONFIG_SBITMAP=y
# #
# printk and dmesg options # printk and dmesg options
# #
# CONFIG_PRINTK_TIME is not set CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set # CONFIG_PRINTK_CALLER is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4 CONFIG_CONSOLE_LOGLEVEL_QUIET=4

View File

@ -1 +1 @@
70 71