[PATCH 2.6.14-rt11 1/3] Fix LPPTEST Kconfig dependancies

From: Tom Rini
Date: Fri Nov 11 2005 - 15:43:31 EST


Since the LPPTEST driver depends on an x86-PC, make the Kconfig choice
do so as well.

Signed-off-by: Tom Rini <trini@xxxxxxxxxxxxxxxxxxx>

drivers/char/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.14/drivers/char/Kconfig
===================================================================
--- linux-2.6.14.orig/drivers/char/Kconfig
+++ linux-2.6.14/drivers/char/Kconfig
@@ -729,7 +729,7 @@ config BLOCKER

config LPPTEST
tristate "Parallel Port Based Latency Measurement Device"
- depends on !PARPORT
+ depends on !PARPORT && X86
default y
---help---
If you say Y here then a device will be created that the userspace

--
Tom
-
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/