Skip to content

Commit

Permalink
add printk.time=1 boot-time hint to Kconfig.debug help text
Browse files Browse the repository at this point in the history
Cite Documentation/kernel-parameters.txt for an alternative to
building with PRINTK_TIME compiled in.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jim Cromie authored and Jiri Kosina committed Apr 10, 2011
1 parent 205a44a commit 99172a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99172a2

Please sign in to comment.