config: enable printk_time for arm64.

As no printk time enabled for arm64, printk and dmesg will show
without timestamp.
This patch enables printk_time in kernel for arm64.

Fixes: #875
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
Jianyong Wu 2019-12-12 16:55:32 +08:00 committed by Jianyong Wu
parent 55e81c2d39
commit a407c9291c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
60
61