Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22241
b: refs/heads/master
c: 0ac81ae
h: refs/heads/master
i:
  22239: b3e3f46
v: v3
  • Loading branch information
David Basden authored and David S. Miller committed Mar 21, 2006
1 parent 0b29ddd commit 52ee061
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65a3980e6b14d591e3b8f5cdc7219be99e3003a4
refs/heads/master: 0ac81ae34ec8898e7eb1388fe21e3cee7b626a88
8 changes: 8 additions & 0 deletions trunk/drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/irda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ obj-$(CONFIG_OLD_BELKIN_DONGLE) += old_belkin-sir.o
obj-$(CONFIG_MCP2120_DONGLE) += mcp2120-sir.o
obj-$(CONFIG_ACT200L_DONGLE) += act200l-sir.o
obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o
obj-$(CONFIG_TOIM3232_DONGLE) += toim3232-sir.o

# The SIR helper module
sir-dev-objs := sir_dev.o sir_dongle.o sir_kthread.o
Loading

0 comments on commit 52ee061

Please sign in to comment.