diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-10 13:11:44 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-10 13:11:44 -0800 |
commit | 65e480ac551a7d95969aa824f77d7160a74cf08d (patch) | |
tree | 344bd9bb04c7adb877521bec0bb2ae199520a818 | |
parent | 214ad78437544b20c3c0d5c2acb24650ce6e4db8 (diff) |
[IRDA] DONGLE_OLD: remove dependency on non-existing symbol
Jean-Luc Leger <reiga@dspnet.fr.eu.org> reported this alternative
dependency on a non-existing symbol.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/irda/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index d54156f11e6..7a081346f07 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig @@ -1,4 +1,3 @@ - menu "Infrared-port device drivers" depends on IRDA!=n @@ -156,7 +155,7 @@ comment "Old Serial dongle support" 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 |