From: Randy Dunlap Date: Thu, 7 Dec 2006 04:36:38 +0000 (-0800) Subject: [PATCH] kconfig: PRINTK_TIME depends on PRINTK X-Git-Tag: v2.6.20-rc1~145^2^2~195 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b8b6e5f20031890e09a8eab72fd596d2e2227d;p=linux-2.6 [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d3679103a8..b75fed737f 100644 --- 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