Skip to content

Commit

Permalink
[IRDA] DONGLE_OLD: remove dependency on non-existing symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 10, 2006
1 parent 214ad78 commit 65e480a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

menu "Infrared-port device drivers"
depends on IRDA!=n

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65e480a

Please sign in to comment.