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)
commit4ab49461d9d9b8274cc72d8656fe685ed394b8f7
tree94d25b004518d11faa8ea1d8c8061c500576a5c0
parentccda4af0f4b92f7b4c308d3acc262f4a7e3affad
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>
arch/riscv/configs/defconfig