menu "Infrared-port device drivers"
depends on [31mCONFIG_IRDA[0m!=n
comment "SIR device drivers"
config [31mCONFIG_IRTTY_SIR[0m
tristate "IrTTY (uses Linux serial driver)"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_TTY[0m
help
Say Y here if you want to build support for the IrTTY line
discipline. To compile it as a module, choose [31mCONFIG_M[0m here: the module
will be called irtty-sir. IrTTY makes it possible to use Linux's
own serial driver for all IrDA ports that are 16550 compatible.
Most IrDA chips are 16550 compatible so you should probably say Y
to this option. Using IrTTY will however limit the speed of the
connection to 115200 bps (IrDA SIR mode).
If unsure, say Y.
config [31mCONFIG_BFIN_SIR[0m
tristate "Blackfin SIR on UART"
depends on [31mCONFIG_BLACKFIN[0m && [31mCONFIG_IRDA[0m
default n
help
Say Y here if your want to enable SIR function on Blackfin UART
devices.
To activate this driver you can start irattach like:
"irattach irda0 -s"
Saying [31mCONFIG_M[0m, it will be built as a module named bfin_sir.
Note that you need to turn off one of the serial drivers for SIR
to use that UART.
config [31mCONFIG_BFIN_SIR0[0m
bool "Blackfin SIR on UART0"
depends on [31mCONFIG_BFIN_SIR[0m && ![31mCONFIG_SERIAL_BFIN_UART0[0m
config [31mCONFIG_BFIN_SIR1[0m
bool "Blackfin SIR on UART1"
depends on [31mCONFIG_BFIN_SIR[0m && ![31mCONFIG_SERIAL_BFIN_UART1[0m && (![31mCONFIG_BF531[0m && ![31mCONFIG_BF532[0m && ![31mCONFIG_BF533[0m && ![31mCONFIG_BF561[0m)
config [31mCONFIG_BFIN_SIR2[0m
bool "Blackfin SIR on UART2"
depends on [31mCONFIG_BFIN_SIR[0m && ![31mCONFIG_SERIAL_BFIN_UART2[0m && ([31mCONFIG_BF54x[0m || [31mCONFIG_BF538[0m || [31mCONFIG_BF539[0m)
config [31mCONFIG_BFIN_SIR3[0m
bool "Blackfin SIR on UART3"
depends on [31mCONFIG_BFIN_SIR[0m && ![31mCONFIG_SERIAL_BFIN_UART3[0m && ([31mCONFIG_BF54x[0m)
choice
prompt "SIR Mode"
depends on [31mCONFIG_BFIN_SIR[0m
default [31mCONFIG_SIR_BFIN_DMA[0m
config [31mCONFIG_SIR_BFIN_DMA[0m
bool "DMA mode"
depends on ![31mCONFIG_DMA_UNCACHED_NONE[0m
config [31mCONFIG_SIR_BFIN_PIO[0m
bool "PIO mode"
endchoice
config [31mCONFIG_SH_SIR[0m
tristate "SuperH SIR on UART"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_SUPERH[0m && \
([31mCONFIG_CPU_SUBTYPE_SH7722[0m || [31mCONFIG_CPU_SUBTYPE_SH7723[0m || \
[31mCONFIG_CPU_SUBTYPE_SH7724[0m)
default n
help
Say Y here if your want to enable SIR function on SuperH UART
devices.
comment "Dongle support"
config [31mCONFIG_DONGLE[0m
bool "Serial dongle support"
depends on [31mCONFIG_IRTTY_SIR[0m
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
or [31mCONFIG_M[0m to the driver for your particular dongle below.
Note that the answer to this question won't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about serial dongles.
config [31mCONFIG_ESI_DONGLE[0m
tristate "ESI JetEye PC dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
help
Say Y here if you want to build support for the Extended Systems
JetEye PC dongle. To compile it as a module, choose [31mCONFIG_M[0m here. The ESI
dongle attaches to the normal 9-pin serial port connector, and can
currently only be used by IrTTY. To activate support for ESI
dongles you will have to start irattach like this:
"irattach -d esi".
config [31mCONFIG_ACTISYS_DONGLE[0m
tristate "ACTiSYS IR-220L and IR220L+ dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
help
Say Y here if you want to build support for the ACTiSYS IR-220L and
IR220L+ dongles. To compile it as a module, choose [31mCONFIG_M[0m here. The
ACTiSYS dongles attaches to the normal 9-pin serial port connector,
and can currently only be used by IrTTY. To activate support for
ACTiSYS dongles you will have to start irattach like this:
"irattach -d actisys" or "irattach -d actisys+".
config [31mCONFIG_TEKRAM_DONGLE[0m
tristate "Tekram IrMate 210B dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
help
Say Y here if you want to build support for the Tekram IrMate 210B
dongle. To compile it as a module, choose [31mCONFIG_M[0m here. The Tekram dongle
attaches to the normal 9-pin serial port connector, and can
currently only be used by IrTTY. To activate support for Tekram
dongles you will have to start irattach like this:
"irattach -d tekram".
config [31mCONFIG_TOIM3232_DONGLE[0m
tristate "TOIM3232 IrDa dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
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 [31mCONFIG_M[0m here.
config [31mCONFIG_LITELINK_DONGLE[0m
tristate "Parallax LiteLink dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
help
Say Y here if you want to build support for the Parallax Litelink
dongle. To compile it as a module, choose [31mCONFIG_M[0m 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 [31mCONFIG_MA600_DONGLE[0m
tristate "Mobile Action MA600 dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
help
Say Y here if you want to build support for the Mobile Action MA600
dongle. To compile it as a module, choose [31mCONFIG_M[0m 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 [31mCONFIG_USB[0m version of the dongle, if the integrated [31mCONFIG_USB[0m-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 [31mCONFIG_GIRBIL_DONGLE[0m
tristate "Greenwich GIrBIL dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
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 [31mCONFIG_M[0m 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 [31mCONFIG_MCP2120_DONGLE[0m
tristate "Microchip MCP2120"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
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 [31mCONFIG_M[0m 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 [31mCONFIG_OLD_BELKIN_DONGLE[0m
tristate "Old Belkin dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
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
[31mCONFIG_M[0m here. Some information is contained in the comments
at the top of <file:drivers/net/irda/old_belkin-sir.c>.
config [31mCONFIG_ACT200L_DONGLE[0m
tristate "ACTiSYS IR-200L dongle"
depends on [31mCONFIG_IRTTY_SIR[0m && [31mCONFIG_DONGLE[0m && [31mCONFIG_IRDA[0m
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 [31mCONFIG_M[0m 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".
config [31mCONFIG_KINGSUN_DONGLE[0m
tristate "KingSun/DonShine DS-620 IrDA-USB dongle"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
help
Say Y or [31mCONFIG_M[0m here if you want to build support for the KingSun/DonShine
DS-620 IrDA-[31mCONFIG_USB[0m bridge device driver.
This [31mCONFIG_USB[0m bridge does not conform to the IrDA-[31mCONFIG_USB[0m device class
specification, and therefore needs its own specific driver. This
dongle supports SIR speed only (9600 bps).
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
kingsun-sir.
config [31mCONFIG_KSDAZZLE_DONGLE[0m
tristate "KingSun Dazzle IrDA-USB dongle"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
help
Say Y or [31mCONFIG_M[0m here if you want to build support for the KingSun Dazzle
IrDA-[31mCONFIG_USB[0m bridge device driver.
This [31mCONFIG_USB[0m bridge does not conform to the IrDA-[31mCONFIG_USB[0m device class
specification, and therefore needs its own specific driver. This
dongle supports SIR speeds only (9600 through 115200 bps).
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
ksdazzle-sir.
config [31mCONFIG_KS959_DONGLE[0m
tristate "KingSun KS-959 IrDA-USB dongle"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
help
Say Y or [31mCONFIG_M[0m here if you want to build support for the KingSun KS-959
IrDA-[31mCONFIG_USB[0m bridge device driver.
This [31mCONFIG_USB[0m bridge does not conform to the IrDA-[31mCONFIG_USB[0m device class
specification, and therefore needs its own specific driver. This
dongle supports SIR speeds only (9600 through 57600 bps).
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
ks959-sir.
comment "FIR device drivers"
config [31mCONFIG_USB_IRDA[0m
tristate "IrDA USB dongles"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
select [31mCONFIG_FW_LOADER[0m
---help---
Say Y here if you want to build support for the [31mCONFIG_USB[0m IrDA FIR Dongle
device driver. To compile it as a module, choose [31mCONFIG_M[0m here: the module
will be called irda-usb. IrDA-[31mCONFIG_USB[0m support the various IrDA [31mCONFIG_USB[0m
dongles available and most of their peculiarities. Those dongles
plug in the [31mCONFIG_USB[0m port of your computer, are plug and play, and
support SIR and FIR (4Mbps) speeds. On the other hand, those
dongles tend to be less efficient than a FIR chipset.
Please note that the driver is still experimental. And of course,
you will need both [31mCONFIG_USB[0m and IrDA support in your kernel...
config [31mCONFIG_SIGMATEL_FIR[0m
tristate "SigmaTel STIr4200 bridge"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
select [31mCONFIG_CRC32[0m
---help---
Say Y here if you want to build support for the SigmaTel STIr4200
[31mCONFIG_USB[0m IrDA FIR bridge device driver.
[31mCONFIG_USB[0m bridge based on the SigmaTel STIr4200 don't conform to the
IrDA-[31mCONFIG_USB[0m device class specification, and therefore need their
own specific driver. Those dongles support SIR and FIR (4Mbps)
speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
stir4200.
config [31mCONFIG_NSC_FIR[0m
tristate "NSC PC87108/PC87338"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_ISA_DMA_API[0m
help
Say Y here if you want to build support for the NSC PC87108 and
PC87338 IrDA chipsets. This driver supports SIR,
MIR and FIR (4Mbps) speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
nsc-ircc.
config [31mCONFIG_WINBOND_FIR[0m
tristate "Winbond W83977AF (IR)"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_ISA_DMA_API[0m
help
Say Y here if you want to build IrDA support for the Winbond
W83977AF super-io chipset. This driver should be used for the IrDA
chipset in the Corel NetWinder. The driver supports SIR, MIR and
FIR (4Mbps) speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
w83977af_ir.
config [31mCONFIG_TOSHIBA_FIR[0m
tristate "Toshiba Type-O IR Port"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_PCI[0m && ![31mCONFIG_64BIT[0m && [31mCONFIG_VIRT_TO_BUS[0m
help
Say Y here if you want to build support for the Toshiba Type-O IR
and Donau oboe chipsets. These chipsets are used by the Toshiba
Libretto 100/110CT, Tecra 8100, Portege 7020 and many more laptops.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
donauboe.
config [31mCONFIG_AU1000_FIR[0m
tristate "Alchemy IrDA SIR/FIR"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_MIPS_ALCHEMY[0m
help
Say Y/[31mCONFIG_M[0m here to build support the IrDA peripheral on the
Alchemy Au1000 and Au1100 SoCs.
Say [31mCONFIG_M[0m to build a module; it will be called au1k_ir.ko
config [31mCONFIG_SMC_IRCC_FIR[0m
tristate "SMSC IrCC"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_ISA_DMA_API[0m
help
Say Y here if you want to build support for the [31mCONFIG_SMC[0m Infrared
Communications Controller. It is used in a wide variety of
laptops (Fujitsu, Sony, Compaq and some Toshiba).
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
smsc-ircc2.o.
config [31mCONFIG_ALI_FIR[0m
tristate "ALi M5123 FIR"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_ISA_DMA_API[0m
help
Say Y here if you want to build support for the ALi M5123 FIR
Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
M1535, M1535D, M1535+, M1535D South Bridge. This driver supports
SIR, MIR and FIR (4Mbps) speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
ali-ircc.
config [31mCONFIG_VLSI_FIR[0m
tristate "VLSI 82C147 SIR/MIR/FIR"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_PCI[0m
help
Say Y here if you want to build support for the VLSI 82C147
[31mCONFIG_PCI[0m-IrDA Controller. This controller is used by the HP OmniBook 800
and 5500 notebooks. The driver provides support for SIR, MIR and
FIR (4Mbps) speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
vlsi_ir.
config [31mCONFIG_SA1100_FIR[0m
tristate "SA1100 Internal IR"
depends on [31mCONFIG_ARCH_SA1100[0m && [31mCONFIG_IRDA[0m && [31mCONFIG_DMA_SA11X0[0m
config [31mCONFIG_VIA_FIR[0m
tristate "VIA VT8231/VT1211 SIR/MIR/FIR"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_ISA_DMA_API[0m
help
Say Y here if you want to build support for the VIA VT8231
and VIA VT1211 IrDA controllers, found on the motherboards using
those VIA chipsets. To use this controller, you will need
to plug a specific 5 pins FIR IrDA dongle in the specific
motherboard connector. The driver provides support for SIR, MIR
and FIR (4Mbps) speeds.
You will need to specify the 'dongle_id' module parameter to
indicate the FIR dongle attached to the controller.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
via-ircc.
config [31mCONFIG_PXA_FICP[0m
tristate "Intel PXA2xx Internal FICP"
depends on [31mCONFIG_ARCH_PXA[0m && [31mCONFIG_IRDA[0m
help
Say Y or [31mCONFIG_M[0m here if you want to build support for the PXA2xx
built-in [31mCONFIG_IRDA[0m interface which can support both SIR and FIR.
This driver relies on platform specific helper routines so
available capabilities may vary from one PXA2xx target to
another.
config [31mCONFIG_MCS_FIR[0m
tristate "MosChip MCS7780 IrDA-USB dongle"
depends on [31mCONFIG_IRDA[0m && [31mCONFIG_USB[0m
select [31mCONFIG_CRC32[0m
help
Say Y or [31mCONFIG_M[0m here if you want to build support for the MosChip
MCS7780 IrDA-[31mCONFIG_USB[0m bridge device driver.
[31mCONFIG_USB[0m bridge based on the MosChip MCS7780 don't conform to the
IrDA-[31mCONFIG_USB[0m device class specification, and therefore need their
own specific driver. Those dongles support SIR and FIR (4Mbps)
speeds.
To compile it as a module, choose [31mCONFIG_M[0m here: the module will be called
mcs7780.
endmenu