Commit 99172a2f9edb3517f610fb93356a6a6a0c30f0c8

Authored by Jim Cromie
Committed by Jiri Kosina
1 parent 205a44a436

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: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -7,7 +7,8 @@
7 7 included in printk output. This allows you to measure
8 8 the interval between kernel operations, including bootup
9 9 operations. This is useful for identifying long delays
10   - in kernel startup.
  10 + in kernel startup. Or add printk.time=1 at boot-time.
  11 + See Documentation/kernel-parameters.txt
11 12  
12 13 config ENABLE_WARN_DEPRECATED
13 14 bool "Enable __deprecated logic"