projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064b022
)
[PATCH] kconfig: PRINTK_TIME depends on PRINTK
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 7 Dec 2006 04:36:38 +0000
(20:36 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:33 +0000
(08:39 -0800)
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>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index d3679103a8e4eff9baafdfd30f41e9f28aefe7ef..b75fed737f2544651d58896215eccb0b80d49f73 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-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