arm64: defconfig: Enable printk timestamps
authorThierry Reding <treding@nvidia.com>
Mon, 16 Nov 2015 14:45:36 +0000 (15:45 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 16 Nov 2015 14:48:24 +0000 (15:48 +0100)
commit36d6e0872152aab506f952792db7221b9c25ed33
treecc90cc6c3ca73cf28be0966f48c006af2cfad22c
parente39823e7d2fd725758cf0219165183f23a69a064
arm64: defconfig: Enable printk timestamps

Timestamps in the kernel log can be useful to quickly determine where
time is spent during boot. There are tools that can generate charts of
the boot time, but it's sometimes convenient to see this live and
without the need to go through scripts to parse the logs first.

Also, this option is enabled on a large number of configurations, not
enabling it is confusing because the boot log looks very different from
what one is used to.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/configs/defconfig