Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 45681bb

Browse files
vjayara1Intel Aero
authored andcommitted
linux: enable timing information
Selecting this option causes timing information to be included in printk output. This allows you to measure the interval between kernel operations, including bootup operations. This is useful for identifying long delays in kernel startup Signed-off-by: Jayaraman, Venkat <venkat.jayaraman@intel.com>
1 parent 1ca99e1 commit 45681bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_I2C_CHARDEV=y
22
CONFIG_GPIO_SYSFS=y
33
CONFIG_DYNAMIC_DEBUG=y
4+
CONFIG_PRINTK_TIME=y

0 commit comments

Comments
 (0)