[PATCH 1/2] kconfig: PRINTK_TIME depends on PRINTK

From: Randy Dunlap
Date: Fri Oct 27 2006 - 15:14:31 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
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


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/