kconfig

来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 1,828 行 · 第 1/5 页

TXT
1,828
字号
	  To verify that your adapter is supported, find the board ID number 	  on the adapter. Look for a label that has a barcode and a number 	  in the format 123456-001 (six digits hyphen three digits). Match 	  this to the list of numbers above.	  For more information on how to identify your adapter, go to the 	  Adapter & Driver ID Guide at:	  http://support.intel.com/support/network/adapter/pro100/21397.htm	  For the latest Intel PRO/100 network driver for Linux, see:	  http://appsr.intel.com/scripts-df/support_intel.asp	  More specific information on configuring the driver is in 	  <file:Documentation/networking/e100.txt>.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.  The module	  will be called e100.config E100_NAPI	bool "Use Rx Polling (NAPI)"	depends on E100	help	  NAPI is a new driver API designed to reduce CPU and interrupt load	  when the driver is receiving lots of packets from the card. It is	  still somewhat experimental and thus not yet enabled by default.	  If your estimated Rx load is 10kpps or more, or if the card will be	  deployed on potentially unfriendly networks (e.g. in a firewall),	  then say Y here.	  See <file:Documentation/networking/NAPI_HOWTO.txt> for more	  information.	  If in doubt, say N.config LNE390	tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)"	depends on NET_PCI && EISA && EXPERIMENTAL	select CRC32	help	  If you have a network (Ethernet) card of this type, say Y and read	  the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.  The module	  will be called lne390.config FEALNX	tristate "Myson MTD-8xx PCI Ethernet support"	depends on NET_PCI && PCI	select CRC32	select MII	help	  Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet	  cards. Specifications and data at	  <http://www.myson.com.hk/mtd/datasheet/>.config NATSEMI	tristate "National Semiconductor DP8381x series PCI Ethernet support"	depends on NET_PCI && PCI	select CRC32	help	  This driver is for the National Semiconductor DP83810 series,	  which is used in cards from PureData, NetGear, Linksys	  and others, including the 83815 chip.	  More specific information and updates are available from	  <http://www.scyld.com/network/natsemi.html>.config NE2K_PCI	tristate "PCI NE2000 and clones support (see help)"	depends on NET_PCI && PCI	select CRC32	---help---	  This driver is for NE2000 compatible PCI cards. It will not work	  with ISA NE2000 cards (they have their own driver, "NE2000/NE1000	  support" below). If you have a PCI NE2000 network (Ethernet) card,	  say Y and read the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  This driver also works for the following NE2000 clone cards:	  RealTek RTL-8029  Winbond 89C940  Compex RL2000  KTI ET32P2	  NetVin NV5000SC   Via 86C926      SureCom NE34   Winbond	  Holtek HT80232    Holtek HT80229	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.  The module	  will be called ne2k-pci.config NE3210	tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)"	depends on NET_PCI && EISA && EXPERIMENTAL	select CRC32	---help---	  If you have a network (Ethernet) card of this type, say Y and read	  the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.  Note that this driver	  will NOT WORK for NE3200 cards as they are completely different.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.  The module	  will be called ne3210.config ES3210	tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)"	depends on NET_PCI && EISA && EXPERIMENTAL	select CRC32	help	  If you have a network (Ethernet) card of this type, say Y and read	  the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.  The module	  will be called es3210.config 8139CP	tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"	depends on NET_PCI && PCI && EXPERIMENTAL	select CRC32	select MII	help	  This is a driver for the Fast Ethernet PCI network cards based on	  the RTL8139C+ chips. If you have one of those, say Y and read	  the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  To compile this driver as a module, choose M here: the module	  will be called 8139cp.  This is recommended.config 8139TOO	tristate "RealTek RTL-8139 PCI Fast Ethernet Adapter support"	depends on NET_PCI && PCI	select CRC32	select MII	---help---	  This is a driver for the Fast Ethernet PCI network cards based on	  the RTL8139 chips. If you have one of those, say Y and read	  the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.	  To compile this driver as a module, choose M here: the module	  will be called 8139too.  This is recommended.config 8139TOO_PIO	bool "Use PIO instead of MMIO"	default y	depends on 8139TOO	help	  This instructs the driver to use programmed I/O ports (PIO) instead	  of PCI shared memory (MMIO).  This can possibly solve some problems	  in case your mainboard has memory consistency issues.  If unsure,	  say N.config 8139TOO_TUNE_TWISTER	bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)"	depends on 8139TOO	help	  This implements a function which might come in handy in case you	  are using low quality on long cabling. It is required for RealTek	  RTL-8139 revision K boards, and totally unused otherwise.  It tries	  to match the transceiver to the cable characteristics. This is	  experimental since hardly documented by the manufacturer.	  If unsure, say Y.config 8139TOO_8129	bool "Support for older RTL-8129/8130 boards"	depends on 8139TOO	help	  This enables support for the older and uncommon RTL-8129 and	  RTL-8130 chips, which support MII via an external transceiver,	  instead of an internal one.  Disabling this option will save some	  memory by making the code size smaller.  If unsure, say Y.config 8139_OLD_RX_RESET	bool "Use older RX-reset method"	depends on 8139TOO	help	  The 8139too driver was recently updated to contain a more rapid	  reset sequence, in the face of severe receive errors.  This "new"	  RX-reset method should be adequate for all boards.  But if you	  experience problems, you can enable this option to restore the	  old RX-reset behavior.  If unsure, say N.config SIS900	tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"	depends on NET_PCI && PCI	select CRC32	---help---	  This is a driver for the Fast Ethernet PCI network cards based on	  the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in	  SiS 630 and SiS 540 chipsets.  If you have one of those, say Y and	  read the Ethernet-HOWTO, available at	  <http://www.tldp.org/docs.html#howto>.  Please read	  <file:Documentation/networking/sis900.txt> and comments at the	  beginning of <file:drivers/net/sis900.c> for more information.	  This driver also supports AMD 79C901 HomePNA so that you can use	  your phone line as a network cable.	  To compile this driver as a module, choose M here: the module	  will be called sis900.  This is recommended.config EPIC100	tristate "SMC EtherPower II"	depends on NET_PCI && PCI	select CRC32	select MII	help	  This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,	  which is based on the SMC83c17x (EPIC/100).	  More specific information and updates are available from	  <http://www.scyld.com/network/epic100.html>.config SUNDANCE	tristate "Sundance Alta support"	depends on NET_PCI && PCI	select CRC32	select MII	help	  This driver is for the Sundance "Alta" chip.	  More specific information and updates are available from	  <http://www.scyld.com/network/sundance.html>.config SUNDANCE_MMIO	bool "Use MMIO instead of PIO"	depends on SUNDANCE	help	  Enable memory-mapped I/O for interaction with Sundance NIC registers.	  Do NOT enable this by default, PIO (enabled when MMIO is disabled)	  is known to solve bugs on certain chips.	  If unsure, say N.config TLAN	tristate "TI ThunderLAN support"	depends on NET_PCI && (PCI || EISA) && !64BIT	---help---	  If you have a PCI Ethernet network card based on the ThunderLAN chip	  which is supported by this driver, say Y and read the	  Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  Devices currently supported by this driver are Compaq Netelligent,	  Compaq NetFlex and Olicom cards.  Please read the file	  <file:Documentation/networking/tlan.txt> for more details.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>. The module	  will be called tlan.	  Please email feedback to  torben.mathiasen@compaq.com.config VIA_RHINE	tristate "VIA Rhine support"	depends on NET_PCI && PCI	select CRC32	select MII	help	  If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),	  Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type	  Ethernet functions can also be found integrated on South Bridges	  (e.g. VT8235).	  To compile this driver as a module, choose M here. The module	  will be called via-rhine.config VIA_RHINE_MMIO	bool "Use MMIO instead of PIO"	depends on VIA_RHINE	help	  This instructs the driver to use PCI shared memory (MMIO) instead of	  programmed I/O ports (PIO). Enabling this gives an improvement in	  processing time in parts of the driver.	  If unsure, say Y.config VIA_VELOCITY	tristate "VIA Velocity support"	depends on NET_PCI && PCI	select CRC32	select CRC_CCITT	select MII	help	  If you have a VIA "Velocity" based network card say Y here.	  To compile this driver as a module, choose M here. The module	  will be called via-velocity.config LAN_SAA9730	bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)"	depends on NET_PCI && EXPERIMENTAL && MIPS	help	  The SAA9730 is a combined multimedia and peripheral controller used	  in thin clients, Internet access terminals, and diskless	  workstations.	  See <http://www.semiconductors.philips.com/pip/SAA9730_flyer_1>.config NET_POCKET	bool "Pocket and portable adapters"	depends on NET_ETHERNET && ISA	---help---	  Cute little network (Ethernet) devices which attach to the parallel	  port ("pocket adapters"), commonly used with laptops. If you have	  one of those, say Y and read the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  If you want to plug a network (or some other) card into the PCMCIA	  (or PC-card) slot of your laptop instead (PCMCIA is the standard for	  credit card size extension cards used by all modern laptops), you	  need the pcmcia-cs package (location contained in the file	  <file:Documentation/Changes>) and you can say N here.	  Laptop users should read the Linux Laptop home page at	  <http://www.linux-on-laptops.com/> or	  Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>.	  Note that the answer to this question doesn't directly affect the	  kernel: saying N will just cause the configurator to skip all	  the questions about this class of network devices. If you say Y, you	  will be asked for your specific device in the following questions.config ATP	tristate "AT-LAN-TEC/RealTek pocket adapter support"	depends on NET_POCKET && ISA && X86	select CRC32	---help---	  This is a network (Ethernet) device which attaches to your parallel	  port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO,	  available from <http://www.tldp.org/docs.html#howto>, if you	  want to use this.  If you intend to use this driver, you should have	  said N to the "Parallel printer support", because the two drivers	  don't like each other.	  To compile this driver as a module, choose M here: the module	  will be called atp.config DE600	tristate "D-Link DE600 pocket adapter support"	depends on NET_POCKET && ISA	---help---	  This is a network (Ethernet) device which attaches to your parallel	  port. Read <file:Documentation/networking/DLINK.txt> as well as the	  Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>, if you want to use	  this. It is possible to have several devices share a single parallel	  port and it is safe to compile the corresponding drivers into the	  kernel.	  To compile this driver as a module, choose M here: the module	  will be called de600.config DE620	tristate "D-Link DE620 pocket adapter support"	depends on NET_POCKET && ISA	---help---	  This is a network (Ethernet) device which attaches to your parallel	  port. Read <file:Documentation/networking/DLINK.txt> as well as the	  Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>, if you want to use	 

⌨️ 快捷键说明

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