mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] kconfig: PRINTK_TIME depends on PRINTK
@ 2006-10-27 19:08 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-10-27 19:08 UTC (permalink / raw)
  To: lkml; +Cc: akpm, sam

From: Randy Dunlap <randy.dunlap@oracle.com>

Make PRINTK_TIME depend on PRINTK.
Only display/offer it if PRINTK is enabled.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 lib/Kconfig.debug |    1 +
 1 files changed, 1 insertion(+)

--- linux-2619-rc3-pv.orig/lib/Kconfig.debug
+++ linux-2619-rc3-pv/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


---

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-27 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-27 19:08 [PATCH 1/2] kconfig: PRINTK_TIME depends on PRINTK Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®