[IRDA]: *_DONGLE should depend on IRTTY_SIR
authorSamuel Ortiz <samuel@sortiz.org>
Thu, 25 May 2006 23:17:53 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 May 2006 23:17:53 +0000 (16:17 -0700)
If a SIR dongle is built in the kernel while IRTTY_SIR is built
as a module, kernel compilation will fail.
Thus, the SIR dongle config should depend on the IRTTY_SIR.

Closes kernel bug# 6512
(http://bugzilla.kernel.org/show_bug.cgi?id=6512)

Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found