aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGravatar Anup Patel <anup@brainfault.org> 2018-11-01 10:40:33 +0530
committerGravatar Palmer Dabbelt <palmer@sifive.com> 2018-11-12 17:16:10 -0800
commit4ab49461d9d9b8274cc72d8656fe685ed394b8f7 (patch)
tree94d25b004518d11faa8ea1d8c8061c500576a5c0 /arch
parentLinux 4.20-rc2 (diff)
downloadlinux-4ab49461d9d9b8274cc72d8656fe685ed394b8f7.tar.gz
linux-4ab49461d9d9b8274cc72d8656fe685ed394b8f7.tar.bz2
linux-4ab49461d9d9b8274cc72d8656fe685ed394b8f7.zip
RISC-V: defconfig: Enable printk timestamps
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 07fa9ea75fea..ef4f15df9adf 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -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