diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-10 16:11:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-10 16:11:44 -0500 |
commit | 65e480ac551a7d95969aa824f77d7160a74cf08d (patch) | |
tree | 344bd9bb04c7adb877521bec0bb2ae199520a818 /drivers/net/irda | |
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>
Diffstat (limited to 'drivers/net/irda')
-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 d54156f11e61..7a081346f079 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | menu "Infrared-port device drivers" | 1 | menu "Infrared-port device drivers" |
3 | depends on IRDA!=n | 2 | depends on IRDA!=n |
4 | 3 | ||
@@ -156,7 +155,7 @@ comment "Old Serial dongle support" | |||
156 | 155 | ||
157 | config DONGLE_OLD | 156 | config DONGLE_OLD |
158 | bool "Old Serial dongle support" | 157 | bool "Old Serial dongle support" |
159 | depends on (IRTTY_OLD || IRPORT_SIR) && BROKEN_ON_SMP | 158 | depends on IRPORT_SIR && BROKEN_ON_SMP |
160 | help | 159 | help |
161 | Say Y here if you have an infrared device that connects to your | 160 | Say Y here if you have an infrared device that connects to your |
162 | computer's serial port. These devices are called dongles. Then say Y | 161 | computer's serial port. These devices are called dongles. Then say Y |