diff options
author | David Basden <davidb-irda@rcpt.to> | 2006-03-20 22:21:10 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 22:21:10 -0800 |
commit | 0ac81ae34ec8898e7eb1388fe21e3cee7b626a88 (patch) | |
tree | a12010186c97a515d7484c827df030cd11ac4911 /drivers/net/irda/Kconfig | |
parent | 65a3980e6b14d591e3b8f5cdc7219be99e3003a4 (diff) | |
download | kernel_samsung_espresso10-0ac81ae34ec8898e7eb1388fe21e3cee7b626a88.zip kernel_samsung_espresso10-0ac81ae34ec8898e7eb1388fe21e3cee7b626a88.tar.gz kernel_samsung_espresso10-0ac81ae34ec8898e7eb1388fe21e3cee7b626a88.tar.bz2 |
[IRDA]: TOIM3232 dongle support
Here goes a patch for supporting TOIM3232 based serial IrDA dongles.
The code is based on the tekram dongle code.
It's been tested with a TOIM3232 based IRWave 320S dongle. It may work
for TOIM4232 dongles, although it's not been tested.
Signed-off-by: David Basden <davidb-irda@rcpt.to>
Signed-off-by: Samuel Ortiz <samuel.ortiz@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Kconfig')
-rw-r--r-- | drivers/net/irda/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig index c81fe1c..5e6d007 100644 --- a/drivers/net/irda/Kconfig +++ b/drivers/net/irda/Kconfig @@ -64,6 +64,14 @@ config TEKRAM_DONGLE dongles you will have to start irattach like this: "irattach -d tekram". +config TOIM3232_DONGLE + tristate "TOIM3232 IrDa dongle" + depends on DONGLE && IRDA + help + Say Y here if you want to build support for the Vishay/Temic + TOIM3232 and TOIM4232 based dongles. + To compile it as a module, choose M here. + config LITELINK_DONGLE tristate "Parallax LiteLink dongle" depends on DONGLE && IRDA |