kconfig
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 1,828 行 · 第 1/5 页
TXT
1,828 行
help The Zenith Z-Note notebook computer has a built-in network (Ethernet) card, and this is the Linux driver for it. Note that the IBM Thinkpad 300 is compatible with the Z-Note and is also supported by this driver. Read the Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>.config SEEQ8005 tristate "SEEQ8005 support (EXPERIMENTAL)" depends on NET_ISA && EXPERIMENTAL help This is a driver for the SEEQ 8005 network (Ethernet) card. If this is for you, 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 seeq8005.config SK_G16 tristate "SK_G16 support (OBSOLETE)" depends on NET_ISA && OBSOLETE 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 SKMC tristate "SKnet MCA support" depends on NET_ETHERNET && MCA && BROKEN ---help--- These are Micro Channel Ethernet adapters. You need to say Y to "MCA support" in order to use this driver. Supported cards are the SKnet Junior MC2 and the SKnet MC2(+). The driver automatically distinguishes between the two cards. Note that using multiple boards of different type hasn't been tested with this driver. Say Y if you have one of these Ethernet adapters. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called sk_mca.config NE2_MCA tristate "NE/2 (ne2000 MCA version) support" depends on NET_ETHERNET && MCA_LEGACY 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 ne2.config IBMLANA tristate "IBM LAN Adapter/A support" depends on NET_ETHERNET && MCA && MCA_LEGACY ---help--- This is a Micro Channel Ethernet adapter. You need to set CONFIG_MCA to use this driver. It is both available as an in-kernel driver and as a module. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The only currently supported card is the IBM LAN Adapter/A for Ethernet. It will both support 16K and 32K memory windows, however a 32K window gives a better security against packet losses. Usage of multiple boards with this driver should be possible, but has not been tested up to now due to lack of hardware.config IBMVETH tristate "IBM LAN Virtual Ethernet support" depends on NETDEVICES && NET_ETHERNET && PPC_PSERIES ---help--- This driver supports virtual ethernet adapters on newer IBM iSeries and pSeries systems. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called ibmveth.config IBM_EMAC tristate "IBM PPC4xx EMAC driver support" depends on 4xx ---help--- This driver supports the IBM PPC4xx EMAC family of on-chip Ethernet controllers.config IBM_EMAC_ERRMSG bool "Verbose error messages" depends on IBM_EMACconfig IBM_EMAC_RXB int "Number of receive buffers" depends on IBM_EMAC default "128" if IBM_EMAC4 default "64"config IBM_EMAC_TXB int "Number of transmit buffers" depends on IBM_EMAC default "128" if IBM_EMAC4 default "8"config IBM_EMAC_FGAP int "Frame gap" depends on IBM_EMAC default "8"config IBM_EMAC_SKBRES int "Skb reserve amount" depends on IBM_EMAC default "0"config NET_PCI bool "EISA, VLB, PCI and on board controllers" depends on NET_ETHERNET && (ISA || EISA || PCI) help This is another class of network cards which attach directly to the bus. If you have one of those, 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 this class of network cards. If you say Y, you will be asked for your specific card in the following questions. If you are unsure, say Y.config PCNET32 tristate "AMD PCnet32 PCI support" depends on NET_PCI && PCI select CRC32 select MII help If you have a PCnet32 or PCnetPCI based network (Ethernet) card, answer Y here 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 pcnet32.config AMD8111_ETH tristate "AMD 8111 (new PCI lance) support" depends on NET_PCI && PCI select CRC32 select MII help If you have an AMD 8111-based PCI lance ethernet card, answer Y here 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 amd8111e.config AMD8111E_NAPI bool "Enable NAPI support" depends on AMD8111_ETH 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 ADAPTEC_STARFIRE tristate "Adaptec Starfire/DuraLAN support" depends on NET_PCI && PCI select CRC32 select MII help Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network adapter. The DuraLAN chip is used on the 64 bit PCI boards from Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip driver. To compile this driver as a module, choose M here: the module will be called starfire. This is recommended.config ADAPTEC_STARFIRE_NAPI bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" depends on ADAPTEC_STARFIRE && EXPERIMENTAL 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 AC3200 tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" depends on NET_PCI && (ISA || 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 ac3200.config APRICOT tristate "Apricot Xen-II on board Ethernet" depends on NET_PCI && ISA help If you have a network (Ethernet) controller 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 apricot.config B44 tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)" depends on NET_PCI && PCI && EXPERIMENTAL select MII help If you have a network (Ethernet) controller 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 b44.config FORCEDETH tristate "Reverse Engineered nForce Ethernet support (EXPERIMENTAL)" depends on NET_PCI && PCI && EXPERIMENTAL help If you have a network (Ethernet) controller 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 forcedeth.config CS89x0 tristate "CS89x0 support" depends on NET_PCI && (ISA || ARCH_IXDP2X01) ---help--- Support for CS89x0 chipset based Ethernet cards. 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> as well as <file:Documentation/networking/cs89x0.txt>. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called cs89x.config TC35815 tristate "TOSHIBA TC35815 Ethernet support" depends on NET_PCI && PCI && TOSHIBA_JMR3927config DGRS tristate "Digi Intl. RightSwitch SE-X support" depends on NET_PCI && (PCI || EISA) ---help--- This is support for the Digi International RightSwitch series of PCI/EISA Ethernet switch cards. These include the SE-4 and the SE-6 models. If you have a network card of this type, say Y and read the Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>. More specific information is contained in <file:Documentation/networking/dgrs.txt>. To compile this driver as a module, choose M here and read <file:Documentation/networking/net-modules.txt>. The module will be called dgrs.config EEPRO100 tristate "EtherExpressPro/100 support (eepro100, original Becker driver)" depends on NET_PCI && PCI select MII help If you have an Intel EtherExpress PRO/100 PCI network (Ethernet) 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 eepro100.config EEPRO100_PIO bool "Use PIO instead of MMIO" if !X86_VISWS depends on EEPRO100 default y if X86_VISWS 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 E100 tristate "Intel(R) PRO/100+ support" depends on NET_PCI && PCI select MII ---help--- This driver supports Intel(R) PRO/100 family of adapters, which includes: Controller Adapter Name Board IDs ---------- ------------ --------- 82558 PRO/100+ PCI Adapter 668081-xxx, 689661-xxx 82558 PRO/100+ Management Adapter 691334-xxx, 701738-xxx, 721383-xxx 82558 PRO/100+ Dual Port Server Adapter 714303-xxx, 711269-xxx, A28276-xxx 82558 PRO/100+ PCI Server Adapter 710550-xxx 82550 PRO/100 S Server Adapter 752438-xxx 82559 A56831-xxx, A10563-xxx, A12171-xxx, A12321-xxx, A12320-xxx, A12170-xxx 748568-xxx 748565-xxx 82550 PRO/100 S Desktop Adapter 751767-xxx 82559 748592-xxx, A12167-xxx, A12318-xxx, A12317-xxx, A12165-xxx, 748569-xxx 82559 PRO/100+ Server Adapter 729757-xxx 82559 PRO/100 S Management Adapter 748566-xxx, 748564-xxx 82550 PRO/100 S Dual Port Server Adapter A56831-xxx 82551 PRO/100 M Desktop Adapter A80897-xxx PRO/100 S Advanced Management Adapter 747842-xxx, 745171-xxx CNR PRO/100 VE Desktop Adapter A10386-xxx, A10725-xxx, A23801-xxx, A19716-xxx PRO/100 VM Desktop Adapter A14323-xxx, A19725-xxx, A23801-xxx, A22220-xxx, A23796-xxx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?