⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 《linux驱动程序设计从入门到精通》一书中所有的程序代码含驱动和相应的应用程序
💻
📖 第 1 页 / 共 2 页
字号:
menu "Infrared-port device drivers"	depends on IRDA!=ncomment "SIR device drivers"config IRTTY_SIR	tristate "IrTTY (uses Linux serial driver)"	depends on IRDA	help	  Say Y here if you want to build support for the IrTTY line	  discipline.  To compile it as a module, choose M 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.comment "Dongle support"config DONGLE	bool "Serial dongle support"	depends on IRTTY_SIR	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 M 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 ESI_DONGLE	tristate "ESI JetEye PC dongle"	depends on IRTTY_SIR && DONGLE && IRDA	help	  Say Y here if you want to build support for the Extended Systems	  JetEye PC dongle.  To compile it as a module, choose M 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 ACTISYS_DONGLE	tristate "ACTiSYS IR-220L and IR220L+ dongle"	depends on IRTTY_SIR && DONGLE && IRDA	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 M 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 TEKRAM_DONGLE	tristate "Tekram IrMate 210B dongle"	depends on IRTTY_SIR && DONGLE && IRDA	help	  Say Y here if you want to build support for the Tekram IrMate 210B	  dongle.  To compile it as a module, choose M 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 TOIM3232_DONGLE	tristate "TOIM3232 IrDa dongle"	depends on IRTTY_SIR && 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 IRTTY_SIR && 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 IRTTY_SIR && 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 IRTTY_SIR && 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 IRTTY_SIR && 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 IRTTY_SIR && 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 IRTTY_SIR && 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"config IRPORT_SIR	tristate "IrPORT (IrDA serial driver)"	depends on IRDA && BROKEN_ON_SMP	---help---	  Say Y here if you want to build support for the IrPORT IrDA device	  driver.  To compile it as a module, choose M here: the module will be	  called irport. IrPORT can be used instead of IrTTY and sometimes	  this can be better.  One example is if your IrDA port does not	  have echo-canceling, which will work OK with IrPORT since this	  driver is working in half-duplex mode only.  You don't need to use	  irattach with IrPORT, but you just insert it the same way as FIR	  drivers (insmod irport io=0x3e8 irq=11).  Notice that IrPORT is a	  SIR device driver which means that speed is limited to 115200 bps.	  If unsure, say Y.comment "Old Serial dongle support"config DONGLE_OLD	bool "Old Serial dongle support"	depends on IRPORT_SIR && BROKEN_ON_SMP	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 M 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 ESI_DONGLE_OLD	tristate "ESI JetEye PC dongle"	depends on DONGLE_OLD && IRDA	help	  Say Y here if you want to build support for the Extended Systems	  JetEye PC dongle.  To compile it as a module, choose M 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 ACTISYS_DONGLE_OLD	tristate "ACTiSYS IR-220L and IR220L+ dongle"	depends on DONGLE_OLD && IRDA	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 M 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 TEKRAM_DONGLE_OLD	tristate "Tekram IrMate 210B dongle"	depends on DONGLE_OLD && IRDA	help	  Say Y here if you want to build support for the Tekram IrMate 210B	  dongle.  To compile it as a module, choose M 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 GIRBIL_DONGLE_OLD	tristate "Greenwich GIrBIL dongle"	depends on DONGLE_OLD && IRDA	help	  Say Y here if you want to build support for the Greenwich GIrBIL	  dongle.  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 insert "irattach -d girbil" in the	  /etc/irda/drivers script.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -