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

📄 kconfig

📁 linux-2.6.15.6
💻
📖 第 1 页 / 共 2 页
字号:
## wan devices configuration#menu "Wan interfaces"	depends on NETDEVICESconfig WAN	bool "Wan interfaces support"	---help---	  Wide Area Networks (WANs), such as X.25, Frame Relay and leased	  lines, are used to interconnect Local Area Networks (LANs) over vast	  distances with data transfer rates significantly higher than those	  achievable with commonly used asynchronous modem connections.	  Usually, a quite expensive external device called a `WAN router' is	  needed to connect to a WAN. As an alternative, a relatively	  inexpensive WAN interface card can allow your Linux box to directly	  connect to a WAN.	  If you have one of those cards and wish to use it under Linux,	  say Y here and also to the WAN driver for your card.	  If unsure, say N.# There is no way to detect a comtrol sv11 - force it modular for now.config HOSTESS_SV11	tristate "Comtrol Hostess SV-11 support"	depends on WAN && ISA && m && ISA_DMA_API	help	  Driver for Comtrol Hostess SV-11 network card which	  operates on low speed synchronous serial links at up to	  256Kbps, supporting PPP and Cisco HDLC.	  The driver will be compiled as a module: the	  module will be called hostess_sv11.# The COSA/SRP driver has not been tested as non-modular yet.config COSA	tristate "COSA/SRP sync serial boards support"	depends on WAN && ISA && m && ISA_DMA_API	---help---	  Driver for COSA and SRP synchronous serial boards.	  These boards allow to connect synchronous serial devices (for example	  base-band modems, or any other device with the X.21, V.24, V.35 or	  V.36 interface) to your Linux box. The cards can work as the	  character device, synchronous PPP network device, or the Cisco HDLC	  network device.	  You will need user-space utilities COSA or SRP boards for downloading 	  the firmware to the cards and to set them up. Look at the	  <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also	  read the comment at the top of the <file:drivers/net/wan/cosa.c> for	  details about the cards and the driver itself.	  The driver will be compiled as a module: the	  module will be called cosa.config DSCC4	tristate "Etinc PCISYNC serial board support"	depends on WAN && PCI && m	help	  Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens)	  DSCC4 chipset.	  This is supposed to work with the four port card. Take a look at	  <http://www.cogenit.fr/dscc4/> for further information about the	  driver.	  To compile this driver as a module, choose M here: the	  module will be called dscc4.config DSCC4_PCISYNC	bool "Etinc PCISYNC features"	depends on DSCC4	help	  Due to Etinc's design choice for its PCISYNC cards, some operations	  are only allowed on specific ports of the DSCC4. This option is the	  only way for the driver to know that it shouldn't return a success	  code for these operations.	  Please say Y if your card is an Etinc's PCISYNC.config DSCC4_PCI_RST	bool "Hard reset support"	depends on DSCC4	help	  Various DSCC4 bugs forbid any reliable software reset of the ASIC.	  As a replacement, some vendors provide a way to assert the PCI #RST	  pin of DSCC4 through the GPIO port of the card. If you choose Y,	  the driver will make use of this feature before module removal	  (i.e. rmmod). The feature is known to be available on Commtech's	  cards. Contact your manufacturer for details.	  Say Y if your card supports this feature.## Lan Media's board. Currently 1000, 1200, 5200, 5245#config LANMEDIA	tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"	depends on WAN && PCI	---help---	  Driver for the following Lan Media family of serial boards:	  - LMC 1000 board allows you to connect synchronous serial devices	  (for example base-band modems, or any other device with the X.21,	  V.24, V.35 or V.36 interface) to your Linux box.	  - LMC 1200 with on board DSU board allows you to connect your Linux	  box directly to a T1 or E1 circuit.	  - LMC 5200 board provides a HSSI interface capable of running up to	  52 Mbits per second.	  - LMC 5245 board connects directly to a T3 circuit saving the	  additional external hardware.	  To change setting such as syncPPP vs Cisco HDLC or clock source you	  will need lmcctl.  It is available at <ftp://ftp.lanmedia.com/>	  (broken link).	  To compile this driver as a module, choose M here: the	  module will be called lmc.# There is no way to detect a Sealevel board. Force it modularconfig SEALEVEL_4021	tristate "Sealevel Systems 4021 support"	depends on WAN && ISA && m && ISA_DMA_API	help	  This is a driver for the Sealevel Systems ACB 56 serial I/O adapter.	  The driver will be compiled as a module: the	  module will be called sealevel.config SYNCLINK_SYNCPPP	tristate "SyncLink HDLC/SYNCPPP support"	depends on WAN	help	  Enables HDLC/SYNCPPP support for the SyncLink WAN driver.	  Normally the SyncLink WAN driver works with the main PPP driver	  <file:drivers/net/ppp_generic.c> and pppd program.	  HDLC/SYNCPPP support allows use of the Cisco HDLC/PPP driver	  <file:drivers/net/wan/syncppp.c>. The SyncLink WAN driver (in	  character devices) must also be enabled.# Generic HDLCconfig HDLC	tristate "Generic HDLC layer"	depends on WAN	help	  Say Y to this option if your Linux box contains a WAN (Wide Area	  Network) card supported by this driver and you are planning to	  connect the box to a WAN.	  You will need supporting software from	  <http://www.kernel.org/pub/linux/utils/net/hdlc/>.	  Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame	  Relay, synchronous Point-to-Point Protocol (PPP) and X.25. 	  To compile this driver as a module, choose M here: the	  module will be called hdlc.	  If unsure, say N.config HDLC_RAW	bool "Raw HDLC support"	depends on HDLC	help	  Generic HDLC driver supporting raw HDLC over WAN connections.	  If unsure, say N.config HDLC_RAW_ETH	bool "Raw HDLC Ethernet device support"	depends on HDLC	help	  Generic HDLC driver supporting raw HDLC Ethernet device emulation	  over WAN connections.	  You will need it for Ethernet over HDLC bridges.	  If unsure, say N.config HDLC_CISCO	bool "Cisco HDLC support"	depends on HDLC	help	  Generic HDLC driver supporting Cisco HDLC over WAN connections.	  If unsure, say N.config HDLC_FR	bool "Frame Relay support"	depends on HDLC	help	  Generic HDLC driver supporting Frame Relay over WAN connections.	  If unsure, say N.config HDLC_PPP	bool "Synchronous Point-to-Point Protocol (PPP) support"	depends on HDLC	help	  Generic HDLC driver supporting PPP over WAN connections.	  If unsure, say N.config HDLC_X25	bool "X.25 protocol support"	depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)	help	  Generic HDLC driver supporting X.25 over WAN connections.	  If unsure, say N.comment "X.25/LAPB support is disabled"	depends on WAN && HDLC && (LAPB!=m || HDLC!=m) && LAPB!=yconfig PCI200SYN	tristate "Goramo PCI200SYN support"	depends on HDLC && PCI	help	  Driver for PCI200SYN cards by Goramo sp. j.	  If you have such a card, say Y here and see	  <http://www.kernel.org/pub/linux/utils/net/hdlc/>.	  To compile this as a module, choose M here: the	  module will be called pci200syn.	  If unsure, say N.config WANXL	tristate "SBE Inc. wanXL support"	depends on HDLC && PCI	help	  Driver for wanXL PCI cards by SBE Inc.	  If you have such a card, say Y here and see	  <http://www.kernel.org/pub/linux/utils/net/hdlc/>.	  To compile this as a module, choose M here: the	  module will be called wanxl.	  If unsure, say N.config WANXL_BUILD_FIRMWARE	bool "rebuild wanXL firmware"	depends on WANXL && !PREVENT_FIRMWARE_BUILD	help	  Allows you to rebuild firmware run by the QUICC processor.	  It requires as68k, ld68k and hexdump programs.	  You should never need this option, say N.config PC300	tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)"	depends on HDLC && PCI	---help---	  Driver for the Cyclades-PC300 synchronous communication boards.	  These boards provide synchronous serial interfaces to your	  Linux box (interfaces currently available are RS-232/V.35, X.21 and	  T1/E1). If you wish to support Multilink PPP, please select the	  option later and read the file README.mlppp provided by PC300	  package.	  To compile this as a module, choose M here: the module	  will be called pc300.	  If unsure, say N.config PC300_MLPPP	bool "Cyclades-PC300 MLPPP support"	depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP	help	  Multilink PPP over the PC300 synchronous communication boards.comment "Cyclades-PC300 MLPPP support is disabled."	depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)comment "Refer to the file README.mlppp, provided by PC300 package."	depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)config N2	tristate "SDL RISCom/N2 support"	depends on HDLC && ISA	help	  Driver for RISCom/N2 single or dual channel ISA cards by	  SDL Communications Inc.	  If you have such a card, say Y here and see	  <http://www.kernel.org/pub/linux/utils/net/hdlc/>.	  Note that N2csu and N2dds cards are not supported by this driver.	  To compile this driver as a module, choose M here: the module	  will be called n2.	  If unsure, say N.

⌨️ 快捷键说明

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