All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RT: set LPPTEST default to off
@ 2005-09-02 20:00 Daniel Walker
  2005-09-02 20:08 ` [PATCH] RT: Invert some TRACE_BUG_ON_LOCKED tests Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Walker @ 2005-09-02 20:00 UTC (permalink / raw)
  To: mingo; +Cc: trini, linux-kernel


Set the default to off for the LPP test. Since it's not usually going
to be used.

Signed-Off-By: Daniel Walker <dwalker@mvista.com>

Index: linux-2.6.13/drivers/char/Kconfig
===================================================================
--- linux-2.6.13.orig/drivers/char/Kconfig	2005-09-01 21:25:52.000000000 +0000
+++ linux-2.6.13/drivers/char/Kconfig	2005-09-02 16:06:59.000000000 +0000
@@ -730,7 +730,7 @@ config BLOCKER
 config LPPTEST
 	tristate "Parallel Port Based Latency Measurement Device"
 	depends on !PARPORT
-	default y
+	default n 
 	---help---
 	  If you say Y here then a device will be created that the userspace
 	  testlpp utility uses to measure IRQ latencies of a target system




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-09-12 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 20:00 [PATCH] RT: set LPPTEST default to off Daniel Walker
2005-09-02 20:08 ` [PATCH] RT: Invert some TRACE_BUG_ON_LOCKED tests Tom Rini
2005-09-02 22:40   ` Steven Rostedt
2005-09-02 22:53     ` Steven Rostedt
2005-09-06 15:16       ` Tom Rini
2005-09-12 13:43   ` Ingo Molnar
2005-09-12 13:47     ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.