forked from Minki/linux
[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>
This commit is contained in:
parent
064b022c7a
commit
d3b8b6e5f2
@ -1,6 +1,7 @@
|
||||
|
||||
config PRINTK_TIME
|
||||
bool "Show timing information on printks"
|
||||
depends on PRINTK
|
||||
help
|
||||
Selecting this option causes timing information to be
|
||||
included in printk output. This allows you to measure
|
||||
|
Loading…
Reference in New Issue
Block a user