Commit d3b8b6e5f20031890e09a8eab72fd596d2e2227d

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 064b022c7a

[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>

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

1 1  
2 2 config PRINTK_TIME
3 3 bool "Show timing information on printks"
  4 + depends on PRINTK
4 5 help
5 6 Selecting this option causes timing information to be
6 7 included in printk output. This allows you to measure