瀏覽代碼

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>
Jim Cromie 14 年之前
父節點
當前提交
99172a2f9e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Kconfig.debug

+ 2 - 1
lib/Kconfig.debug

@@ -7,7 +7,8 @@ config PRINTK_TIME
 	  included in printk output.  This allows you to measure
 	  included in printk output.  This allows you to measure
 	  the interval between kernel operations, including bootup
 	  the interval between kernel operations, including bootup
 	  operations.  This is useful for identifying long delays
 	  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
 config ENABLE_WARN_DEPRECATED
 	bool "Enable __deprecated logic"
 	bool "Enable __deprecated logic"