Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
aff55ff2
Commit
aff55ff2
authored
Jan 23, 2004
by
Jean Tourrilhes
Committed by
Linus Torvalds
Jan 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Kconfig changes to enable new drivers into the build, from Martin Diehl.
parent
e12fdce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
16 deletions
+91
-16
drivers/net/irda/Kconfig
drivers/net/irda/Kconfig
+79
-10
drivers/net/irda/Makefile
drivers/net/irda/Makefile
+12
-6
No files found.
drivers/net/irda/Kconfig
View file @
aff55ff2
...
@@ -65,6 +65,75 @@ config TEKRAM_DONGLE
...
@@ -65,6 +65,75 @@ config TEKRAM_DONGLE
dongles you will have to start irattach like this:
dongles you will have to start irattach like this:
"irattach -d tekram".
"irattach -d tekram".
config LITELINK_DONGLE
tristate "Parallax LiteLink dongle"
depends on DONGLE && IRDA
help
Say Y here if you want to build support for the Parallax Litelink
dongle. To compile it as a module, choose M here. The Parallax
dongle attaches to the normal 9-pin serial port connector, and can
currently only be used by IrTTY. To activate support for Parallax
dongles you will have to start irattach like this:
"irattach -d litelink".
config MA600_DONGLE
tristate "Mobile Action MA600 dongle"
depends on DONGLE && IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the Mobile Action MA600
dongle. To compile it as a module, choose M here. The MA600 dongle
attaches to the normal 9-pin serial port connector, and can
currently only be used by IrTTY. The driver should also support
the MA620 USB version of the dongle, if the integrated USB-to-RS232
converter is supported by usbserial. To activate support for
MA600 dongle you will have to start irattach like this:
"irattach -d ma600".
config GIRBIL_DONGLE
tristate "Greenwich GIrBIL dongle"
depends on DONGLE && IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the Greenwich GIrBIL
dongle. If you want to compile it as a module, choose M here.
The Greenwich dongle attaches to the normal 9-pin serial port
connector, and can currently only be used by IrTTY. To activate
support for Greenwich dongles you will have to start irattach
like this: "irattach -d girbil".
config MCP2120_DONGLE
tristate "Microchip MCP2120"
depends on DONGLE && IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the Microchip MCP2120
dongle. If you want to compile it as a module, choose M here.
The MCP2120 dongle attaches to the normal 9-pin serial port
connector, and can currently only be used by IrTTY. To activate
support for MCP2120 dongles you will have to start irattach
like this: "irattach -d mcp2120".
You must build this dongle yourself. For more information see:
<http://www.eyetap.org/~tangf/irda_sir_linux.html>
config OLD_BELKIN_DONGLE
tristate "Old Belkin dongle"
depends on DONGLE && IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the Adaptec Airport 1000
and 2000 dongles. If you want to compile it as a module, choose
M here. Some information is contained in the comments
at the top of <file:drivers/net/irda/old_belkin.c>.
config ACT200L_DONGLE
tristate "ACTiSYS IR-200L dongle"
depends on DONGLE && IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the ACTiSYS IR-200L
dongle. If you want to compile it as a module, choose M here.
The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial
port connector, and can currently only be used by IrTTY.
To activate support for ACTiSYS IR-200L dongle you will have to
start irattach like this: "irattach -d act200l".
comment "Old SIR device drivers"
comment "Old SIR device drivers"
config IRPORT_SIR
config IRPORT_SIR
...
@@ -130,7 +199,7 @@ config TEKRAM_DONGLE_OLD
...
@@ -130,7 +199,7 @@ config TEKRAM_DONGLE_OLD
dongles you will have to start irattach like this:
dongles you will have to start irattach like this:
"irattach -d tekram".
"irattach -d tekram".
config GIRBIL_DONGLE
config GIRBIL_DONGLE
_OLD
tristate "Greenwich GIrBIL dongle"
tristate "Greenwich GIrBIL dongle"
depends on DONGLE_OLD && IRDA
depends on DONGLE_OLD && IRDA
help
help
...
@@ -141,7 +210,7 @@ config GIRBIL_DONGLE
...
@@ -141,7 +210,7 @@ config GIRBIL_DONGLE
dongles you will have to insert "irattach -d girbil" in the
dongles you will have to insert "irattach -d girbil" in the
/etc/irda/drivers script.
/etc/irda/drivers script.
config LITELINK_DONGLE
config LITELINK_DONGLE
_OLD
tristate "Parallax LiteLink dongle"
tristate "Parallax LiteLink dongle"
depends on DONGLE_OLD && IRDA
depends on DONGLE_OLD && IRDA
help
help
...
@@ -152,7 +221,7 @@ config LITELINK_DONGLE
...
@@ -152,7 +221,7 @@ config LITELINK_DONGLE
dongles you will have to start irattach like this:
dongles you will have to start irattach like this:
"irattach -d litelink".
"irattach -d litelink".
config MCP2120_DONGLE
config MCP2120_DONGLE
_OLD
tristate "Microchip MCP2120"
tristate "Microchip MCP2120"
depends on DONGLE_OLD && IRDA
depends on DONGLE_OLD && IRDA
help
help
...
@@ -166,7 +235,7 @@ config MCP2120_DONGLE
...
@@ -166,7 +235,7 @@ config MCP2120_DONGLE
You must build this dongle yourself. For more information see:
You must build this dongle yourself. For more information see:
<http://www.eyetap.org/~tangf/irda_sir_linux.html>
<http://www.eyetap.org/~tangf/irda_sir_linux.html>
config OLD_BELKIN_DONGLE
config OLD_BELKIN_DONGLE
_OLD
tristate "Old Belkin dongle"
tristate "Old Belkin dongle"
depends on DONGLE_OLD && IRDA
depends on DONGLE_OLD && IRDA
help
help
...
@@ -175,11 +244,7 @@ config OLD_BELKIN_DONGLE
...
@@ -175,11 +244,7 @@ config OLD_BELKIN_DONGLE
will be called old_belkin. Some information is contained in the
will be called old_belkin. Some information is contained in the
comments at the top of <file:drivers/net/irda/old_belkin.c>.
comments at the top of <file:drivers/net/irda/old_belkin.c>.
config EP7211_IR
config ACT200L_DONGLE_OLD
tristate "EP7211 I/R support"
depends on DONGLE_OLD && ARCH_EP7211 && IRDA
config ACT200L_DONGLE
tristate "ACTiSYS IR-200L dongle (EXPERIMENTAL)"
tristate "ACTiSYS IR-200L dongle (EXPERIMENTAL)"
depends on DONGLE_OLD && EXPERIMENTAL && IRDA
depends on DONGLE_OLD && EXPERIMENTAL && IRDA
help
help
...
@@ -190,7 +255,7 @@ config ACT200L_DONGLE
...
@@ -190,7 +255,7 @@ config ACT200L_DONGLE
ACTiSYS IR-200L dongles you will have to start irattach like this:
ACTiSYS IR-200L dongles you will have to start irattach like this:
"irattach -d act200l".
"irattach -d act200l".
config MA600_DONGLE
config MA600_DONGLE
_OLD
tristate "Mobile Action MA600 dongle (EXPERIMENTAL)"
tristate "Mobile Action MA600 dongle (EXPERIMENTAL)"
depends on DONGLE_OLD && EXPERIMENTAL && IRDA
depends on DONGLE_OLD && EXPERIMENTAL && IRDA
---help---
---help---
...
@@ -206,6 +271,10 @@ config MA600_DONGLE
...
@@ -206,6 +271,10 @@ config MA600_DONGLE
There is a pre-compiled module on
There is a pre-compiled module on
<http://engsvr.ust.hk/~eetwl95/download/ma600-2.4.x.tar.gz>
<http://engsvr.ust.hk/~eetwl95/download/ma600-2.4.x.tar.gz>
config EP7211_IR
tristate "EP7211 I/R support"
depends on DONGLE_OLD && ARCH_EP7211 && IRDA
comment "FIR device drivers"
comment "FIR device drivers"
config USB_IRDA
config USB_IRDA
...
...
drivers/net/irda/Makefile
View file @
aff55ff2
...
@@ -21,20 +21,26 @@ obj-$(CONFIG_VIA_FIR) += via-ircc.o
...
@@ -21,20 +21,26 @@ obj-$(CONFIG_VIA_FIR) += via-ircc.o
obj-$(CONFIG_ESI_DONGLE_OLD)
+=
esi.o
obj-$(CONFIG_ESI_DONGLE_OLD)
+=
esi.o
obj-$(CONFIG_TEKRAM_DONGLE_OLD)
+=
tekram.o
obj-$(CONFIG_TEKRAM_DONGLE_OLD)
+=
tekram.o
obj-$(CONFIG_ACTISYS_DONGLE_OLD)
+=
actisys.o
obj-$(CONFIG_ACTISYS_DONGLE_OLD)
+=
actisys.o
obj-$(CONFIG_GIRBIL_DONGLE)
+=
girbil.o
obj-$(CONFIG_GIRBIL_DONGLE_OLD)
+=
girbil.o
obj-$(CONFIG_LITELINK_DONGLE)
+=
litelink.o
obj-$(CONFIG_LITELINK_DONGLE_OLD)
+=
litelink.o
obj-$(CONFIG_OLD_BELKIN_DONGLE)
+=
old_belkin.o
obj-$(CONFIG_OLD_BELKIN_DONGLE_OLD)
+=
old_belkin.o
obj-$(CONFIG_MCP2120_DONGLE_OLD)
+=
mcp2120.o
obj-$(CONFIG_ACT200L_DONGLE_OLD)
+=
act200l.o
obj-$(CONFIG_MA600_DONGLE_OLD)
+=
ma600.o
obj-$(CONFIG_EP7211_IR)
+=
ep7211_ir.o
obj-$(CONFIG_EP7211_IR)
+=
ep7211_ir.o
obj-$(CONFIG_MCP2120_DONGLE)
+=
mcp2120.o
obj-$(CONFIG_AU1000_FIR)
+=
au1k_ir.o
obj-$(CONFIG_AU1000_FIR)
+=
au1k_ir.o
obj-$(CONFIG_ACT200L_DONGLE)
+=
act200l.o
obj-$(CONFIG_MA600_DONGLE)
+=
ma600.o
# New SIR drivers
# New SIR drivers
obj-$(CONFIG_IRTTY_SIR)
+=
irtty-sir.o sir-dev.o
obj-$(CONFIG_IRTTY_SIR)
+=
irtty-sir.o sir-dev.o
# New dongles drivers for new SIR drivers
# New dongles drivers for new SIR drivers
obj-$(CONFIG_ESI_DONGLE)
+=
esi-sir.o
obj-$(CONFIG_ESI_DONGLE)
+=
esi-sir.o
obj-$(CONFIG_TEKRAM_DONGLE)
+=
tekram-sir.o
obj-$(CONFIG_TEKRAM_DONGLE)
+=
tekram-sir.o
obj-$(CONFIG_ACTISYS_DONGLE)
+=
actisys-sir.o
obj-$(CONFIG_ACTISYS_DONGLE)
+=
actisys-sir.o
obj-$(CONFIG_LITELINK_DONGLE)
+=
litelink-sir.o
obj-$(CONFIG_GIRBIL_DONGLE)
+=
girbil-sir.o
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
# The SIR helper module
# The SIR helper module
sir-dev-objs
:=
sir_core.o sir_dev.o sir_dongle.o sir_kthread.o
sir-dev-objs
:=
sir_core.o sir_dev.o sir_dongle.o sir_kthread.o
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment