Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99172a2f authored by Jim Cromie's avatar Jim Cromie Committed by Jiri Kosina
Browse files

add printk.time=1 boot-time hint to Kconfig.debug help text



Cite Documentation/kernel-parameters.txt for an alternative to
building with PRINTK_TIME compiled in.

Signed-off-by: default avatarJim Cromie <jim.cromie@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 205a44a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ config PRINTK_TIME
	  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.
	  in kernel startup.  Or add printk.time=1 at boot-time.
	  See Documentation/kernel-parameters.txt

config ENABLE_WARN_DEPRECATED
	bool "Enable __deprecated logic"