diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-06 23:36:38 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:33 -0500 |
| commit | d3b8b6e5f20031890e09a8eab72fd596d2e2227d (patch) | |
| tree | b2801e3af470e0569a709b22b14913ff9e56c5e1 /lib/Kconfig.debug | |
| parent | 064b022c7adb2d853378078a9dc141f8288d1c73 (diff) | |
[PATCH] kconfig: PRINTK_TIME depends on PRINTK
Make PRINTK_TIME depend on PRINTK. Only display/offer it if PRINTK is
enabled.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d3679103a8..b75fed737f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | config PRINTK_TIME | 2 | config PRINTK_TIME |
| 3 | bool "Show timing information on printks" | 3 | bool "Show timing information on printks" |
| 4 | depends on PRINTK | ||
| 4 | help | 5 | help |
| 5 | Selecting this option causes timing information to be | 6 | Selecting this option causes timing information to be |
| 6 | included in printk output. This allows you to measure | 7 | included in printk output. This allows you to measure |
