]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
RISC-V: defconfig: Enable printk timestamps
authorAnup Patel <anup@brainfault.org>
Thu, 1 Nov 2018 05:10:33 +0000 (10:40 +0530)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 13 Nov 2018 01:16:10 +0000 (17:16 -0800)
The printk timestamps are very useful information to visually see
where kernel is spending time during boot. It also helps us see
the timing of hotplug events at runtime.

This patch enables printk timestamps in RISC-V defconfig so that
we have it enabled by default (similar to other architectures
such as x86_64, arm64, etc).

Signed-off-by: Anup Patel <anup@brainfault.org>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/configs/defconfig

index 07fa9ea75fea1f1c72caaa6f246c28df86b6a532..ef4f15df9adf03c091bf621f900413680a2829f2 100644 (file)
@@ -76,4 +76,5 @@ CONFIG_NFS_V4_1=y
 CONFIG_NFS_V4_2=y
 CONFIG_ROOT_NFS=y
 CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_PRINTK_TIME=y
 # CONFIG_RCU_TRACE is not set