kconfig

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

TXT
1,828
字号
	tristate "MVME16x Ethernet support"	depends on NETDEVICES && MVME16x	help	  This is the driver for the Ethernet interface on the Motorola	  MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the	  driver for this chip in your kernel.	  To compile this driver as a module, choose M here.config BVME6000_NET	tristate "BVME6000 Ethernet support"	depends on NETDEVICES && BVME6000	help	  This is the driver for the Ethernet interface on BVME4000 and	  BVME6000 VME boards.  Say Y here to include the driver for this chip	  in your kernel.	  To compile this driver as a module, choose M here.config ATARILANCE	tristate "Atari Lance support"	depends on NETDEVICES && ATARI	help	  Say Y to include support for several Atari Ethernet adapters based	  on the AMD Lance chipset: RieblCard (with or without battery), or	  PAMCard VME (also the version by Rhotron, with different addresses).config ATARI_BIONET	tristate "BioNet-100 support"	depends on NETDEVICES && ATARI && ATARI_ACSI!=n && BROKEN	help	  Say Y to include support for BioData's BioNet-100 Ethernet adapter	  for the ACSI port. The driver works (has to work...) with a polled	  I/O scheme, so it's rather slow :-(config ATARI_PAMSNET	tristate "PAMsNet support"	depends on NETDEVICES && ATARI && ATARI_ACSI!=n && BROKEN	help	  Say Y to include support for the PAMsNet Ethernet adapter for the	  ACSI port ("ACSI node"). The driver works (has to work...) with a	  polled I/O scheme, so it's rather slow :-(config SUN3LANCE	tristate "Sun3/Sun3x on-board LANCE support"	depends on NETDEVICES && (SUN3 || SUN3X)	help	  Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)	  featured an AMD Lance 10Mbit Ethernet controller on board; say Y	  here to compile in the Linux driver for this and enable Ethernet.	  General Linux information on the Sun 3 and 3x series (now	  discontinued) is at	  <http://www.angelfire.com/ca2/tech68k/sun3.html>.	  If you're not building a kernel for a Sun 3, say N.config SUN3_82586	tristate "Sun3 on-board Intel 82586 support"	depends on NETDEVICES && SUN3	help	  This driver enables support for the on-board Intel 82586 based	  Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note	  that this driver does not support 82586-based adapters on additional	  VME boards.config HPLANCE	bool "HP on-board LANCE support"	depends on NETDEVICES && HP300	select CRC32	help	  If you want to use the builtin "LANCE" Ethernet controller on an	  HP300 machine, say Y here.config LASI_82596	tristate "Lasi ethernet"	depends on NET_ETHERNET && PARISC && GSC_LASI	help	  Say Y here to support the on-board Intel 82596 ethernet controller	  built into Hewlett-Packard PA-RISC machines.config MIPS_JAZZ_SONIC	tristate "MIPS JAZZ onboard SONIC Ethernet support"	depends on NET_ETHERNET && MIPS_JAZZ	help	  This is the driver for the onboard card of MIPS Magnum 4000,	  Acer PICA, Olivetti M700-10 and a few other identical OEM systems.config MIPS_GT96100ETH	bool "MIPS GT96100 Ethernet support"	depends on NET_ETHERNET && MIPS_GT96100	help	  Say Y here to support the Ethernet subsystem on your GT96100 card.config MIPS_AU1X00_ENET	bool "MIPS AU1000 Ethernet support"	depends on NET_ETHERNET && SOC_AU1X00	select CRC32	help	  If you have an Alchemy Semi AU1X00 based system	  say Y.  Otherwise, say N.config NET_SB1250_MAC	tristate "SB1250 Ethernet support"	depends on NET_ETHERNET && SIBYTE_SB1xxx_SOCconfig SGI_IOC3_ETH	bool "SGI IOC3 Ethernet"	depends on NET_ETHERNET && SGI_IP27	select CRC32	select MII	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>.config SGI_IOC3_ETH_HW_RX_CSUM	bool "Receive hardware checksums"	depends on SGI_IOC3_ETH && INET	default y	help	  The SGI IOC3 network adapter supports TCP and UDP checksums in	  hardware to offload processing of these checksums from the CPU.  At	  the moment only acceleration of IPv4 is supported.  This option	  enables offloading for checksums on receive.  If unsure, say Y.config SGI_IOC3_ETH_HW_TX_CSUM	bool "Transmit hardware checksums"	depends on SGI_IOC3_ETH && INET	default y	help	  The SGI IOC3 network adapter supports TCP and UDP checksums in	  hardware to offload processing of these checksums from the CPU.  At	  the moment only acceleration of IPv4 is supported.  This option	  enables offloading for checksums on transmit.  If unsure, say Y.config SGI_O2MACE_ETH	tristate "SGI O2 MACE Fast Ethernet support"	depends on NET_ETHERNET && SGI_IP32=yconfig STNIC	tristate "National DP83902AV  support"	depends on NET_ETHERNET && SUPERH	select CRC32	help	  Support for cards based on the National Semiconductor DP83902AV	  ST-NIC Serial Network Interface Controller for Twisted Pair.  This	  is a 10Mbit/sec Ethernet controller.  Product overview and specs at	  <http://www.national.com/pf/DP/DP83902A.html>.	  If unsure, say N.config SUNLANCE	tristate "Sun LANCE support"	depends on NET_ETHERNET && SBUS	select CRC32	help	  This driver supports the "le" interface present on all 32-bit Sparc	  systems, on some older Ultra systems and as an Sbus option.  These	  cards are based on the AMD Lance chipset, which is better known	  via the NE2100 cards.	  To compile this driver as a module, choose M here: the module	  will be called sunlance.config HAPPYMEAL	tristate "Sun Happy Meal 10/100baseT support"	depends on NET_ETHERNET && (SBUS || PCI)	select CRC32	help	  This driver supports the "hme" interface present on most Ultra	  systems and as an option on older Sbus systems. This driver supports	  both PCI and Sbus devices. This driver also supports the "qfe" quad	  100baseT device available in both PCI and Sbus configurations.	  To compile this driver as a module, choose M here: the module	  will be called sunhme.config SUNBMAC	tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)"	depends on NET_ETHERNET && SBUS && EXPERIMENTAL	select CRC32	help	  This driver supports the "be" interface available as an Sbus option.	  This is Sun's older 100baseT Ethernet device.	  To compile this driver as a module, choose M here: the module	  will be called sunbmac.config SUNQE	tristate "Sun QuadEthernet support"	depends on NET_ETHERNET && SBUS	select CRC32	help	  This driver supports the "qe" 10baseT Ethernet device, available as	  an Sbus option. Note that this is not the same as Quad FastEthernet	  "qfe" which is supported by the Happy Meal driver instead.	  To compile this driver as a module, choose M here: the module	  will be called sunqe.config SUNGEM	tristate "Sun GEM support"	depends on NET_ETHERNET && PCI	select CRC32	help	  Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0.  See also	  <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.config NET_VENDOR_3COM	bool "3COM cards"	depends on NET_ETHERNET && (ISA || EISA || MCA || PCI)	help	  If you have a network (Ethernet) card belonging to this class, say Y	  and read the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  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 3COM cards. If you say Y, you will be asked for	  your specific card in the following questions.config EL1	tristate "3c501 \"EtherLink\" support"	depends on NET_VENDOR_3COM && ISA	---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>.  Also, consider buying a	  new card, since the 3c501 is slow, broken, and obsolete: you will	  have problems.  Some people suggest to ping ("man ping") a nearby	  machine every minute ("man cron") when using this card.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>. The module	  will be called 3c501.config EL2	tristate "3c503 \"EtherLink II\" support"	depends on NET_VENDOR_3COM && ISA	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 3c503.config ELPLUS	tristate "3c505 \"EtherLink Plus\" support"	depends on NET_VENDOR_3COM && ISA	---help---	  Information about this network (Ethernet) card can be found in	  <file:Documentation/networking/3c505.txt>.  If you have a 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 3c505.config EL16	tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)"	depends on NET_VENDOR_3COM && ISA && EXPERIMENTAL	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 3c507.config EL3	tristate "3c509/3c529 (MCA)/3c569B (98)/3c579 \"EtherLink III\" support"	depends on NET_VENDOR_3COM && (ISA || EISA || MCA)	---help---	  If you have a network (Ethernet) card belonging to the 3Com	  EtherLinkIII series, say Y and read the Ethernet-HOWTO, available	  from <http://www.tldp.org/docs.html#howto>.	  If your card is not working you may need to use the DOS	  setup disk to disable Plug & Play mode, and to select the default	  media type.	  To compile this driver as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>. The module	  will be called 3c509.config 3C515	tristate "3c515 ISA \"Fast EtherLink\""	depends on NET_VENDOR_3COM && (ISA || EISA)	help	  If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet	  network card, 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 3c515.config ELMC	tristate "3c523 \"EtherLink/MC\" support"	depends on NET_VENDOR_3COM && MCA_LEGACY	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 3c523.config ELMC_II	tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)"	depends on NET_VENDOR_3COM && MCA && MCA_LEGACY	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 3c527.config VORTEX	tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"	depends on NET_VENDOR_3COM && (PCI || EISA)	---help---	  This option enables driver support for a large number of 10mbps and	  10/100mbps EISA, PCI and PCMCIA 3Com network cards:	  "Vortex"    (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI	  "Boomerang" (EtherLink XL 3c900 or 3c905)            PCI	  "Cyclone"   (3c540/3c900/3c905/3c980/3c575/3c656)    PCI and Cardbus	  "Tornado"   (3c905)                                  PCI	  "Hurricane" (3c555/3cSOHO)                           PCI	  If you have such a card, say Y and read the Ethernet-HOWTO,	  available from <http://www.tldp.org/docs.html#howto>. More	  specific information is in	  <file:Documentation/networking/vortex.txt> and in the comments at	  the beginning of <file:drivers/net/3c59x.c>.	  To compile this support as a module, choose M here and read	  <file:Documentation/networking/net-modules.txt>.config TYPHOON	tristate "3cr990 series \"Typhoon\" support"	depends on NET_VENDOR_3COM && PCI	select CRC32	---help---	  This option enables driver support for the 3cr990 series of cards:	  3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97,	  3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,	  3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR	  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 typhoon.config LANCE

⌨️ 快捷键说明

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