[2.6 patch] drivers/net/irda/Kconfig: DONGLE_OLD: remove dependency on non-existing symbol

From: Adrian Bunk
Date: Tue Jan 10 2006 - 12:07:51 EST


Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx> reported this alternative
dependency on a non-existing symbol.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.15-mm2-full/drivers/net/irda/Kconfig.old 2006-01-10 17:48:41.000000000 +0100
+++ linux-2.6.15-mm2-full/drivers/net/irda/Kconfig 2006-01-10 17:48:59.000000000 +0100
@@ -1,4 +1,3 @@
-
menu "Infrared-port device drivers"
depends on IRDA!=n

@@ -156,7 +155,7 @@

config DONGLE_OLD
bool "Old Serial dongle support"
- depends on (IRTTY_OLD || IRPORT_SIR) && BROKEN_ON_SMP
+ depends on IRPORT_SIR && BROKEN_ON_SMP
help
Say Y here if you have an infrared device that connects to your
computer's serial port. These devices are called dongles. Then say Y

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