diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2011-03-18 13:33:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-10 11:01:04 -0400 |
commit | 99172a2f9edb3517f610fb93356a6a6a0c30f0c8 (patch) | |
tree | 8c6101e354093463ab5b78877ef0d3b903874d3a | |
parent | 205a44a436e2af83ce9b88144f0eacbb16f8e915 (diff) |
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>
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6f440d82b58d..b38cc34281b8 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -7,7 +7,8 @@ config PRINTK_TIME | |||
7 | included in printk output. This allows you to measure | 7 | included in printk output. This allows you to measure |
8 | the interval between kernel operations, including bootup | 8 | the interval between kernel operations, including bootup |
9 | operations. This is useful for identifying long delays | 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 | config ENABLE_WARN_DEPRECATED | 13 | config ENABLE_WARN_DEPRECATED |
13 | bool "Enable __deprecated logic" | 14 | bool "Enable __deprecated logic" |