[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20061027120826.e842cbd9.randy.dunlap@oracle.com>
Date: Fri, 27 Oct 2006 12:08:26 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...l.org>, sam@...nborg.org
Subject: [PATCH 1/2] kconfig: PRINTK_TIME depends on PRINTK
From: Randy Dunlap <randy.dunlap@...cle.com>
Make PRINTK_TIME depend on PRINTK.
Only display/offer it if PRINTK is enabled.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.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
---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists