11da177e4SLinus Torvalds 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Network device configuration 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 6d1c0a65fSJan Engelhardtmenuconfig NETDEVICES 7ce2d2aedSPaolo 'Blaisorblade' Giarrusso default y if UML 81da177e4SLinus Torvalds bool "Network device support" 91da177e4SLinus Torvalds ---help--- 101da177e4SLinus Torvalds You can say N here if you don't intend to connect your Linux box to 111da177e4SLinus Torvalds any other computer at all. 121da177e4SLinus Torvalds 131da177e4SLinus Torvalds You'll have to say Y if your computer contains a network card that 141da177e4SLinus Torvalds you want to use under Linux. If you are going to run SLIP or PPP over 151da177e4SLinus Torvalds telephone line or null modem cable you need say Y here. Connecting 161da177e4SLinus Torvalds two machines with parallel ports using PLIP needs this, as well as 171da177e4SLinus Torvalds AX.25/KISS for sending Internet traffic over amateur radio links. 181da177e4SLinus Torvalds 191da177e4SLinus Torvalds See also "The Linux Network Administrator's Guide" by Olaf Kirch and 201da177e4SLinus Torvalds Terry Dawson. Available at <http://www.tldp.org/guides.html>. 211da177e4SLinus Torvalds 221da177e4SLinus Torvalds If unsure, say Y. 231da177e4SLinus Torvalds 241618cb0cSRandy Dunlap# All the following symbols are dependent on NETDEVICES - do not repeat 251618cb0cSRandy Dunlap# that for each of the symbols. 261618cb0cSRandy Dunlapif NETDEVICES 27cbcd2a4cSRandy Dunlap 28253af423SJamal Hadi Salimconfig IFB 29253af423SJamal Hadi Salim tristate "Intermediate Functional Block support" 30253af423SJamal Hadi Salim depends on NET_CLS_ACT 31253af423SJamal Hadi Salim ---help--- 323cb2fcccSMatt LaPlante This is an intermediate driver that allows sharing of 33253af423SJamal Hadi Salim resources. 34253af423SJamal Hadi Salim To compile this driver as a module, choose M here: the module 35253af423SJamal Hadi Salim will be called ifb. If you want to use more than one ifb 36253af423SJamal Hadi Salim device at a time, you need to compile this driver as a module. 37253af423SJamal Hadi Salim Instead of 'ifb', the devices will then be called 'ifb0', 38253af423SJamal Hadi Salim 'ifb1' etc. 39253af423SJamal Hadi Salim Look at the iproute2 documentation directory for usage etc 40253af423SJamal Hadi Salim 411da177e4SLinus Torvaldsconfig DUMMY 421da177e4SLinus Torvalds tristate "Dummy net driver support" 431da177e4SLinus Torvalds ---help--- 441da177e4SLinus Torvalds This is essentially a bit-bucket device (i.e. traffic you send to 451da177e4SLinus Torvalds this device is consigned into oblivion) with a configurable IP 461da177e4SLinus Torvalds address. It is most commonly used in order to make your currently 471da177e4SLinus Torvalds inactive SLIP address seem like a real address for local programs. 481da177e4SLinus Torvalds If you use SLIP or PPP, you might want to say Y here. Since this 491da177e4SLinus Torvalds thing often comes in handy, the default is Y. It won't enlarge your 501da177e4SLinus Torvalds kernel either. What a deal. Read about it in the Network 511da177e4SLinus Torvalds Administrator's Guide, available from 521da177e4SLinus Torvalds <http://www.tldp.org/docs.html#guide>. 531da177e4SLinus Torvalds 541da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 551da177e4SLinus Torvalds will be called dummy. If you want to use more than one dummy 561da177e4SLinus Torvalds device at a time, you need to compile this driver as a module. 571da177e4SLinus Torvalds Instead of 'dummy', the devices will then be called 'dummy0', 581da177e4SLinus Torvalds 'dummy1' etc. 591da177e4SLinus Torvalds 601da177e4SLinus Torvaldsconfig BONDING 611da177e4SLinus Torvalds tristate "Bonding driver support" 621da177e4SLinus Torvalds depends on INET 631da177e4SLinus Torvalds ---help--- 641da177e4SLinus Torvalds Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet 651da177e4SLinus Torvalds Channels together. This is called 'Etherchannel' by Cisco, 661da177e4SLinus Torvalds 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux. 671da177e4SLinus Torvalds 681da177e4SLinus Torvalds The driver supports multiple bonding modes to allow for both high 6947c51431SJon Mason performance and high availability operation. 701da177e4SLinus Torvalds 711da177e4SLinus Torvalds Refer to <file:Documentation/networking/bonding.txt> for more 721da177e4SLinus Torvalds information. 731da177e4SLinus Torvalds 741da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 751da177e4SLinus Torvalds will be called bonding. 761da177e4SLinus Torvalds 771da177e4SLinus Torvaldsconfig EQUALIZER 781da177e4SLinus Torvalds tristate "EQL (serial line load balancing) support" 791da177e4SLinus Torvalds ---help--- 801da177e4SLinus Torvalds If you have two serial connections to some other computer (this 811da177e4SLinus Torvalds usually requires two modems and two telephone lines) and you use 821da177e4SLinus Torvalds SLIP (the protocol for sending Internet traffic over telephone 831da177e4SLinus Torvalds lines) or PPP (a better SLIP) on them, you can make them behave like 841da177e4SLinus Torvalds one double speed connection using this driver. Naturally, this has 851da177e4SLinus Torvalds to be supported at the other end as well, either with a similar EQL 861da177e4SLinus Torvalds Linux driver or with a Livingston Portmaster 2e. 871da177e4SLinus Torvalds 881da177e4SLinus Torvalds Say Y if you want this and read 891da177e4SLinus Torvalds <file:Documentation/networking/eql.txt>. You may also want to read 901da177e4SLinus Torvalds section 6.2 of the NET-3-HOWTO, available from 911da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 921da177e4SLinus Torvalds 931da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 941da177e4SLinus Torvalds will be called eql. If unsure, say N. 951da177e4SLinus Torvalds 961da177e4SLinus Torvaldsconfig TUN 971da177e4SLinus Torvalds tristate "Universal TUN/TAP device driver support" 981da177e4SLinus Torvalds select CRC32 991da177e4SLinus Torvalds ---help--- 1001da177e4SLinus Torvalds TUN/TAP provides packet reception and transmission for user space 1011da177e4SLinus Torvalds programs. It can be viewed as a simple Point-to-Point or Ethernet 1021da177e4SLinus Torvalds device, which instead of receiving packets from a physical media, 1031da177e4SLinus Torvalds receives them from user space program and instead of sending packets 1041da177e4SLinus Torvalds via physical media writes them to the user space program. 1051da177e4SLinus Torvalds 1061da177e4SLinus Torvalds When a program opens /dev/net/tun, driver creates and registers 1071da177e4SLinus Torvalds corresponding net device tunX or tapX. After a program closed above 1081da177e4SLinus Torvalds devices, driver will automatically delete tunXX or tapXX device and 1091da177e4SLinus Torvalds all routes corresponding to it. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvalds Please read <file:Documentation/networking/tuntap.txt> for more 1121da177e4SLinus Torvalds information. 1131da177e4SLinus Torvalds 1141da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1151da177e4SLinus Torvalds will be called tun. 1161da177e4SLinus Torvalds 1171da177e4SLinus Torvalds If you don't know what to use this for, you don't need it. 1181da177e4SLinus Torvalds 1191da177e4SLinus Torvaldsconfig NET_SB1000 1201da177e4SLinus Torvalds tristate "General Instruments Surfboard 1000" 121cbcd2a4cSRandy Dunlap depends on PNP 1221da177e4SLinus Torvalds ---help--- 1231da177e4SLinus Torvalds This is a driver for the General Instrument (also known as 1241da177e4SLinus Torvalds NextLevel) SURFboard 1000 internal 1251da177e4SLinus Torvalds cable modem. This is an ISA card which is used by a number of cable 1261da177e4SLinus Torvalds TV companies to provide cable modem access. It's a one-way 1271da177e4SLinus Torvalds downstream-only cable modem, meaning that your upstream net link is 1281da177e4SLinus Torvalds provided by your regular phone modem. 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvalds At present this driver only compiles as a module, so say M here if 1311da177e4SLinus Torvalds you have this card. The module will be called sb1000. Then read 1321da177e4SLinus Torvalds <file:Documentation/networking/README.sb1000> for information on how 1331da177e4SLinus Torvalds to use this module, as it needs special ppp scripts for establishing 1341da177e4SLinus Torvalds a connection. Further documentation and the necessary scripts can be 1351da177e4SLinus Torvalds found at: 1361da177e4SLinus Torvalds 1371da177e4SLinus Torvalds <http://www.jacksonville.net/~fventuri/> 1381da177e4SLinus Torvalds <http://home.adelphia.net/~siglercm/sb1000.html> 1391da177e4SLinus Torvalds <http://linuxpower.cx/~cable/> 1401da177e4SLinus Torvalds 1411da177e4SLinus Torvalds If you don't have this card, of course say N. 1421da177e4SLinus Torvalds 1431da177e4SLinus Torvaldssource "drivers/net/arcnet/Kconfig" 1441da177e4SLinus Torvalds 14500db8189SAndy Flemingsource "drivers/net/phy/Kconfig" 14600db8189SAndy Fleming 1471da177e4SLinus Torvalds# 1481da177e4SLinus Torvalds# Ethernet 1491da177e4SLinus Torvalds# 1501da177e4SLinus Torvalds 151d1c0a65fSJan Engelhardtmenuconfig NET_ETHERNET 1521da177e4SLinus Torvalds bool "Ethernet (10 or 100Mbit)" 153d1c0a65fSJan Engelhardt depends on !UML 1541da177e4SLinus Torvalds ---help--- 1551da177e4SLinus Torvalds Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common 1561da177e4SLinus Torvalds type of Local Area Network (LAN) in universities and companies. 1571da177e4SLinus Torvalds 1581da177e4SLinus Torvalds Common varieties of Ethernet are: 10BASE-2 or Thinnet (10 Mbps over 1591da177e4SLinus Torvalds coaxial cable, linking computers in a chain), 10BASE-T or twisted 1601da177e4SLinus Torvalds pair (10 Mbps over twisted pair cable, linking computers to central 1611da177e4SLinus Torvalds hubs), 10BASE-F (10 Mbps over optical fiber links, using hubs), 1621da177e4SLinus Torvalds 100BASE-TX (100 Mbps over two twisted pair cables, using hubs), 1631da177e4SLinus Torvalds 100BASE-T4 (100 Mbps over 4 standard voice-grade twisted pair 1641da177e4SLinus Torvalds cables, using hubs), 100BASE-FX (100 Mbps over optical fiber links) 1651da177e4SLinus Torvalds [the 100BASE varieties are also known as Fast Ethernet], and Gigabit 1661da177e4SLinus Torvalds Ethernet (1 Gbps over optical fiber or short copper links). 1671da177e4SLinus Torvalds 1681da177e4SLinus Torvalds If your Linux machine will be connected to an Ethernet and you have 1691da177e4SLinus Torvalds an Ethernet network interface card (NIC) installed in your computer, 1701da177e4SLinus Torvalds say Y here and read the Ethernet-HOWTO, available from 1711da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. You will then also have 1721da177e4SLinus Torvalds to say Y to the driver for your particular NIC. 1731da177e4SLinus Torvalds 1741da177e4SLinus Torvalds Note that the answer to this question won't directly affect the 1751da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 1761da177e4SLinus Torvalds the questions about Ethernet network cards. If unsure, say N. 1771da177e4SLinus Torvalds 178d1c0a65fSJan Engelhardtif NET_ETHERNET 179d1c0a65fSJan Engelhardt 1801da177e4SLinus Torvaldsconfig MII 1811da177e4SLinus Torvalds tristate "Generic Media Independent Interface device support" 1821da177e4SLinus Torvalds help 1831da177e4SLinus Torvalds Most ethernet controllers have MII transceiver either as an external 1841da177e4SLinus Torvalds or internal device. It is safe to say Y or M here even if your 1851da177e4SLinus Torvalds ethernet card lack MII. 1861da177e4SLinus Torvalds 18789e5785fSHaavard Skinnemoenconfig MACB 18889e5785fSHaavard Skinnemoen tristate "Atmel MACB support" 189d1c0a65fSJan Engelhardt depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263 19089e5785fSHaavard Skinnemoen select MII 19189e5785fSHaavard Skinnemoen help 19289e5785fSHaavard Skinnemoen The Atmel MACB ethernet interface is found on many AT32 and AT91 19389e5785fSHaavard Skinnemoen parts. Say Y to include support for the MACB chip. 19489e5785fSHaavard Skinnemoen 19589e5785fSHaavard Skinnemoen To compile this driver as a module, choose M here: the module 19689e5785fSHaavard Skinnemoen will be called macb. 19789e5785fSHaavard Skinnemoen 1981da177e4SLinus Torvaldssource "drivers/net/arm/Kconfig" 1991da177e4SLinus Torvalds 200825a2ff1SBen Dooksconfig AX88796 201825a2ff1SBen Dooks tristate "ASIX AX88796 NE2000 clone support" 202825a2ff1SBen Dooks select CRC32 203825a2ff1SBen Dooks select MII 204825a2ff1SBen Dooks help 205825a2ff1SBen Dooks AX88796 driver, using platform bus to provide 206825a2ff1SBen Dooks chip detection and resources 207825a2ff1SBen Dooks 2081da177e4SLinus Torvaldsconfig MACE 2091da177e4SLinus Torvalds tristate "MACE (Power Mac ethernet) support" 210d1c0a65fSJan Engelhardt depends on PPC_PMAC && PPC32 2111da177e4SLinus Torvalds select CRC32 2121da177e4SLinus Torvalds help 2131da177e4SLinus Torvalds Power Macintoshes and clones with Ethernet built-in on the 2141da177e4SLinus Torvalds motherboard will usually use a MACE (Medium Access Control for 2151da177e4SLinus Torvalds Ethernet) interface. Say Y to include support for the MACE chip. 2161da177e4SLinus Torvalds 2171da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2181da177e4SLinus Torvalds will be called mace. 2191da177e4SLinus Torvalds 2201da177e4SLinus Torvaldsconfig MACE_AAUI_PORT 2211da177e4SLinus Torvalds bool "Use AAUI port instead of TP by default" 2221da177e4SLinus Torvalds depends on MACE 2231da177e4SLinus Torvalds help 2241da177e4SLinus Torvalds Some Apple machines (notably the Apple Network Server) which use the 2251da177e4SLinus Torvalds MACE ethernet chip have an Apple AUI port (small 15-pin connector), 2261da177e4SLinus Torvalds instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say 2271da177e4SLinus Torvalds Y here if you have such a machine. If unsure, say N. 2281da177e4SLinus Torvalds The driver will default to AAUI on ANS anyway, and if you use it as 2291da177e4SLinus Torvalds a module, you can provide the port_aaui=0|1 to force the driver. 2301da177e4SLinus Torvalds 2311da177e4SLinus Torvaldsconfig BMAC 2321da177e4SLinus Torvalds tristate "BMAC (G3 ethernet) support" 233d1c0a65fSJan Engelhardt depends on PPC_PMAC && PPC32 2341da177e4SLinus Torvalds select CRC32 2351da177e4SLinus Torvalds help 2361da177e4SLinus Torvalds Say Y for support of BMAC Ethernet interfaces. These are used on G3 2371da177e4SLinus Torvalds computers. 2381da177e4SLinus Torvalds 2391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2401da177e4SLinus Torvalds will be called bmac. 2411da177e4SLinus Torvalds 2421da177e4SLinus Torvaldsconfig ARIADNE 2431da177e4SLinus Torvalds tristate "Ariadne support" 244d1c0a65fSJan Engelhardt depends on ZORRO 2451da177e4SLinus Torvalds help 2461da177e4SLinus Torvalds If you have a Village Tronic Ariadne Ethernet adapter, say Y. 2471da177e4SLinus Torvalds Otherwise, say N. 2481da177e4SLinus Torvalds 2491da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2501da177e4SLinus Torvalds will be called ariadne. 2511da177e4SLinus Torvalds 2521da177e4SLinus Torvaldsconfig A2065 2531da177e4SLinus Torvalds tristate "A2065 support" 254d1c0a65fSJan Engelhardt depends on ZORRO 2551da177e4SLinus Torvalds select CRC32 2561da177e4SLinus Torvalds help 2571da177e4SLinus Torvalds If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise, 2581da177e4SLinus Torvalds say N. 2591da177e4SLinus Torvalds 2601da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2611da177e4SLinus Torvalds will be called a2065. 2621da177e4SLinus Torvalds 2631da177e4SLinus Torvaldsconfig HYDRA 2641da177e4SLinus Torvalds tristate "Hydra support" 265d1c0a65fSJan Engelhardt depends on ZORRO 2661da177e4SLinus Torvalds select CRC32 2671da177e4SLinus Torvalds help 2681da177e4SLinus Torvalds If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. 2691da177e4SLinus Torvalds 2701da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2711da177e4SLinus Torvalds will be called hydra. 2721da177e4SLinus Torvalds 2731da177e4SLinus Torvaldsconfig ZORRO8390 2741da177e4SLinus Torvalds tristate "Zorro NS8390-based Ethernet support" 275d1c0a65fSJan Engelhardt depends on ZORRO 2761da177e4SLinus Torvalds select CRC32 2771da177e4SLinus Torvalds help 2781da177e4SLinus Torvalds This driver is for Zorro Ethernet cards using an NS8390-compatible 2791da177e4SLinus Torvalds chipset, like the Village Tronic Ariadne II and the Individual 2801da177e4SLinus Torvalds Computers X-Surf Ethernet cards. If you have such a card, say Y. 2811da177e4SLinus Torvalds Otherwise, say N. 2821da177e4SLinus Torvalds 2831da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2841da177e4SLinus Torvalds will be called zorro8390. 2851da177e4SLinus Torvalds 2861da177e4SLinus Torvaldsconfig APNE 2871da177e4SLinus Torvalds tristate "PCMCIA NE2000 support" 288d1c0a65fSJan Engelhardt depends on AMIGA_PCMCIA 2891da177e4SLinus Torvalds select CRC32 2901da177e4SLinus Torvalds help 2911da177e4SLinus Torvalds If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise, 2921da177e4SLinus Torvalds say N. 2931da177e4SLinus Torvalds 2941da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2951da177e4SLinus Torvalds will be called apne. 2961da177e4SLinus Torvalds 2971da177e4SLinus Torvaldsconfig APOLLO_ELPLUS 2981da177e4SLinus Torvalds tristate "Apollo 3c505 support" 299d1c0a65fSJan Engelhardt depends on APOLLO 3001da177e4SLinus Torvalds help 3011da177e4SLinus Torvalds Say Y or M here if your Apollo has a 3Com 3c505 ISA Ethernet card. 3021da177e4SLinus Torvalds If you don't have one made for Apollos, you can use one from a PC, 3031da177e4SLinus Torvalds except that your Apollo won't be able to boot from it (because the 3041da177e4SLinus Torvalds code in the ROM will be for a PC). 3051da177e4SLinus Torvalds 3061da177e4SLinus Torvaldsconfig MAC8390 3071da177e4SLinus Torvalds bool "Macintosh NS 8390 based ethernet cards" 308d1c0a65fSJan Engelhardt depends on MAC 3091da177e4SLinus Torvalds select CRC32 3101da177e4SLinus Torvalds help 3111da177e4SLinus Torvalds If you want to include a driver to support Nubus or LC-PDS 3121da177e4SLinus Torvalds Ethernet cards using an NS8390 chipset or its equivalent, say Y 3131da177e4SLinus Torvalds and read the Ethernet-HOWTO, available from 3141da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 3151da177e4SLinus Torvalds 3161da177e4SLinus Torvaldsconfig MAC89x0 3171da177e4SLinus Torvalds tristate "Macintosh CS89x0 based ethernet cards" 318d1c0a65fSJan Engelhardt depends on MAC 3191da177e4SLinus Torvalds ---help--- 3201da177e4SLinus Torvalds Support for CS89x0 chipset based Ethernet cards. If you have a 3211da177e4SLinus Torvalds Nubus or LC-PDS network (Ethernet) card of this type, say Y and 3221da177e4SLinus Torvalds read the Ethernet-HOWTO, available from 3231da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 3241da177e4SLinus Torvalds 3251da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 3261da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. This module will 3271da177e4SLinus Torvalds be called mac89x0. 3281da177e4SLinus Torvalds 3291da177e4SLinus Torvaldsconfig MACSONIC 3301da177e4SLinus Torvalds tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" 331d1c0a65fSJan Engelhardt depends on MAC 3321da177e4SLinus Torvalds ---help--- 3331da177e4SLinus Torvalds Support for NatSemi SONIC based Ethernet devices. This includes 3341da177e4SLinus Torvalds the onboard Ethernet in many Quadras as well as some LC-PDS, 3351da177e4SLinus Torvalds a few Nubus and all known Comm Slot Ethernet cards. If you have 3361da177e4SLinus Torvalds one of these say Y and read the Ethernet-HOWTO, available from 3371da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 3381da177e4SLinus Torvalds 3391da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 3401da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. This module will 3411da177e4SLinus Torvalds be called macsonic. 3421da177e4SLinus Torvalds 3431da177e4SLinus Torvaldsconfig MACMACE 3448b6aaab8SFinn Thain bool "Macintosh (AV) onboard MACE ethernet" 345d1c0a65fSJan Engelhardt depends on MAC 3461da177e4SLinus Torvalds select CRC32 3471da177e4SLinus Torvalds help 3481da177e4SLinus Torvalds Support for the onboard AMD 79C940 MACE Ethernet controller used in 3491da177e4SLinus Torvalds the 660AV and 840AV Macintosh. If you have one of these Macintoshes 3501da177e4SLinus Torvalds say Y and read the Ethernet-HOWTO, available from 3511da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 3521da177e4SLinus Torvalds 3531da177e4SLinus Torvaldsconfig MVME147_NET 3541da177e4SLinus Torvalds tristate "MVME147 (Lance) Ethernet support" 355d1c0a65fSJan Engelhardt depends on MVME147 3561da177e4SLinus Torvalds select CRC32 3571da177e4SLinus Torvalds help 3581da177e4SLinus Torvalds Support for the on-board Ethernet interface on the Motorola MVME147 3591da177e4SLinus Torvalds single-board computer. Say Y here to include the 3601da177e4SLinus Torvalds driver for this chip in your kernel. 3611da177e4SLinus Torvalds To compile this driver as a module, choose M here. 3621da177e4SLinus Torvalds 3631da177e4SLinus Torvaldsconfig MVME16x_NET 3641da177e4SLinus Torvalds tristate "MVME16x Ethernet support" 365d1c0a65fSJan Engelhardt depends on MVME16x 3661da177e4SLinus Torvalds help 3671da177e4SLinus Torvalds This is the driver for the Ethernet interface on the Motorola 3681da177e4SLinus Torvalds MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 3691da177e4SLinus Torvalds driver for this chip in your kernel. 3701da177e4SLinus Torvalds To compile this driver as a module, choose M here. 3711da177e4SLinus Torvalds 3721da177e4SLinus Torvaldsconfig BVME6000_NET 3731da177e4SLinus Torvalds tristate "BVME6000 Ethernet support" 374d1c0a65fSJan Engelhardt depends on BVME6000 3751da177e4SLinus Torvalds help 3761da177e4SLinus Torvalds This is the driver for the Ethernet interface on BVME4000 and 3771da177e4SLinus Torvalds BVME6000 VME boards. Say Y here to include the driver for this chip 3781da177e4SLinus Torvalds in your kernel. 3791da177e4SLinus Torvalds To compile this driver as a module, choose M here. 3801da177e4SLinus Torvalds 3811da177e4SLinus Torvaldsconfig ATARILANCE 3821da177e4SLinus Torvalds tristate "Atari Lance support" 383d1c0a65fSJan Engelhardt depends on ATARI 3841da177e4SLinus Torvalds help 3851da177e4SLinus Torvalds Say Y to include support for several Atari Ethernet adapters based 3861da177e4SLinus Torvalds on the AMD Lance chipset: RieblCard (with or without battery), or 3871da177e4SLinus Torvalds PAMCard VME (also the version by Rhotron, with different addresses). 3881da177e4SLinus Torvalds 3891da177e4SLinus Torvaldsconfig ATARI_BIONET 3901da177e4SLinus Torvalds tristate "BioNet-100 support" 391d1c0a65fSJan Engelhardt depends on ATARI && ATARI_ACSI && BROKEN 3921da177e4SLinus Torvalds help 3931da177e4SLinus Torvalds Say Y to include support for BioData's BioNet-100 Ethernet adapter 3941da177e4SLinus Torvalds for the ACSI port. The driver works (has to work...) with a polled 3951da177e4SLinus Torvalds I/O scheme, so it's rather slow :-( 3961da177e4SLinus Torvalds 3971da177e4SLinus Torvaldsconfig ATARI_PAMSNET 3981da177e4SLinus Torvalds tristate "PAMsNet support" 399d1c0a65fSJan Engelhardt depends on ATARI && ATARI_ACSI && BROKEN 4001da177e4SLinus Torvalds help 4011da177e4SLinus Torvalds Say Y to include support for the PAMsNet Ethernet adapter for the 4021da177e4SLinus Torvalds ACSI port ("ACSI node"). The driver works (has to work...) with a 4031da177e4SLinus Torvalds polled I/O scheme, so it's rather slow :-( 4041da177e4SLinus Torvalds 4051da177e4SLinus Torvaldsconfig SUN3LANCE 4061da177e4SLinus Torvalds tristate "Sun3/Sun3x on-board LANCE support" 407d1c0a65fSJan Engelhardt depends on SUN3 || SUN3X 4081da177e4SLinus Torvalds help 4091da177e4SLinus Torvalds Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80) 4101da177e4SLinus Torvalds featured an AMD Lance 10Mbit Ethernet controller on board; say Y 4111da177e4SLinus Torvalds here to compile in the Linux driver for this and enable Ethernet. 4121da177e4SLinus Torvalds General Linux information on the Sun 3 and 3x series (now 4131da177e4SLinus Torvalds discontinued) is at 4141da177e4SLinus Torvalds <http://www.angelfire.com/ca2/tech68k/sun3.html>. 4151da177e4SLinus Torvalds 4161da177e4SLinus Torvalds If you're not building a kernel for a Sun 3, say N. 4171da177e4SLinus Torvalds 4181da177e4SLinus Torvaldsconfig SUN3_82586 4199a482206SAl Viro bool "Sun3 on-board Intel 82586 support" 420d1c0a65fSJan Engelhardt depends on SUN3 4211da177e4SLinus Torvalds help 4221da177e4SLinus Torvalds This driver enables support for the on-board Intel 82586 based 4231da177e4SLinus Torvalds Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 4241da177e4SLinus Torvalds that this driver does not support 82586-based adapters on additional 4251da177e4SLinus Torvalds VME boards. 4261da177e4SLinus Torvalds 4271da177e4SLinus Torvaldsconfig HPLANCE 4281da177e4SLinus Torvalds bool "HP on-board LANCE support" 429d1c0a65fSJan Engelhardt depends on DIO 4301da177e4SLinus Torvalds select CRC32 4311da177e4SLinus Torvalds help 4321da177e4SLinus Torvalds If you want to use the builtin "LANCE" Ethernet controller on an 4331da177e4SLinus Torvalds HP300 machine, say Y here. 4341da177e4SLinus Torvalds 4351da177e4SLinus Torvaldsconfig LASI_82596 4361da177e4SLinus Torvalds tristate "Lasi ethernet" 437d1c0a65fSJan Engelhardt depends on GSC 4381da177e4SLinus Torvalds help 4396de187eeSMatthew Wilcox Say Y here to support the builtin Intel 82596 ethernet controller 4406de187eeSMatthew Wilcox found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 4411da177e4SLinus Torvalds 442f2ec8030SThomas Bogendoerferconfig SNI_82596 443f2ec8030SThomas Bogendoerfer tristate "SNI RM ethernet" 444f2ec8030SThomas Bogendoerfer depends on NET_ETHERNET && SNI_RM 445f2ec8030SThomas Bogendoerfer help 446f2ec8030SThomas Bogendoerfer Say Y here to support the on-board Intel 82596 ethernet controller 447f2ec8030SThomas Bogendoerfer built into SNI RM machines. 448f2ec8030SThomas Bogendoerfer 4491da177e4SLinus Torvaldsconfig MIPS_JAZZ_SONIC 4501da177e4SLinus Torvalds tristate "MIPS JAZZ onboard SONIC Ethernet support" 451d1c0a65fSJan Engelhardt depends on MACH_JAZZ 4521da177e4SLinus Torvalds help 4531da177e4SLinus Torvalds This is the driver for the onboard card of MIPS Magnum 4000, 4541da177e4SLinus Torvalds Acer PICA, Olivetti M700-10 and a few other identical OEM systems. 4551da177e4SLinus Torvalds 4561da177e4SLinus Torvaldsconfig MIPS_AU1X00_ENET 4571da177e4SLinus Torvalds bool "MIPS AU1000 Ethernet support" 458d1c0a65fSJan Engelhardt depends on SOC_AU1X00 4590638dec0SHerbert Valerio Riedel select PHYLIB 4601da177e4SLinus Torvalds select CRC32 4611da177e4SLinus Torvalds help 4621da177e4SLinus Torvalds If you have an Alchemy Semi AU1X00 based system 4631da177e4SLinus Torvalds say Y. Otherwise, say N. 4641da177e4SLinus Torvalds 4651da177e4SLinus Torvaldsconfig NET_SB1250_MAC 4661da177e4SLinus Torvalds tristate "SB1250 Ethernet support" 467d1c0a65fSJan Engelhardt depends on SIBYTE_SB1xxx_SOC 4681da177e4SLinus Torvalds 4691da177e4SLinus Torvaldsconfig SGI_IOC3_ETH 4701da177e4SLinus Torvalds bool "SGI IOC3 Ethernet" 471d1c0a65fSJan Engelhardt depends on PCI && SGI_IP27 4721da177e4SLinus Torvalds select CRC32 4731da177e4SLinus Torvalds select MII 4741da177e4SLinus Torvalds help 4751da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 4761da177e4SLinus Torvalds the Ethernet-HOWTO, available from 4771da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 4781da177e4SLinus Torvalds 4791da177e4SLinus Torvaldsconfig SGI_IOC3_ETH_HW_RX_CSUM 4801da177e4SLinus Torvalds bool "Receive hardware checksums" 4811da177e4SLinus Torvalds depends on SGI_IOC3_ETH && INET 4821da177e4SLinus Torvalds default y 4831da177e4SLinus Torvalds help 4841da177e4SLinus Torvalds The SGI IOC3 network adapter supports TCP and UDP checksums in 4851da177e4SLinus Torvalds hardware to offload processing of these checksums from the CPU. At 4861da177e4SLinus Torvalds the moment only acceleration of IPv4 is supported. This option 4871da177e4SLinus Torvalds enables offloading for checksums on receive. If unsure, say Y. 4881da177e4SLinus Torvalds 4891da177e4SLinus Torvaldsconfig SGI_IOC3_ETH_HW_TX_CSUM 4901da177e4SLinus Torvalds bool "Transmit hardware checksums" 4911da177e4SLinus Torvalds depends on SGI_IOC3_ETH && INET 4921da177e4SLinus Torvalds default y 4931da177e4SLinus Torvalds help 4941da177e4SLinus Torvalds The SGI IOC3 network adapter supports TCP and UDP checksums in 4951da177e4SLinus Torvalds hardware to offload processing of these checksums from the CPU. At 4961da177e4SLinus Torvalds the moment only acceleration of IPv4 is supported. This option 4971da177e4SLinus Torvalds enables offloading for checksums on transmit. If unsure, say Y. 4981da177e4SLinus Torvalds 499dcbf8477SRalf Baechleconfig MIPS_SIM_NET 5001e2b980fSRalf Baechle tristate "MIPS simulator Network device" 501d1c0a65fSJan Engelhardt depends on MIPS_SIM 502dcbf8477SRalf Baechle help 503dcbf8477SRalf Baechle The MIPSNET device is a simple Ethernet network device which is 504dcbf8477SRalf Baechle emulated by the MIPS Simulator. 505dcbf8477SRalf Baechle If you are not using a MIPSsim or are unsure, say N. 506dcbf8477SRalf Baechle 5071da177e4SLinus Torvaldsconfig SGI_O2MACE_ETH 5081da177e4SLinus Torvalds tristate "SGI O2 MACE Fast Ethernet support" 509d1c0a65fSJan Engelhardt depends on SGI_IP32=y 5101da177e4SLinus Torvalds 5111da177e4SLinus Torvaldsconfig STNIC 5121da177e4SLinus Torvalds tristate "National DP83902AV support" 513d1c0a65fSJan Engelhardt depends on SUPERH 5141da177e4SLinus Torvalds select CRC32 5151da177e4SLinus Torvalds help 5161da177e4SLinus Torvalds Support for cards based on the National Semiconductor DP83902AV 5171da177e4SLinus Torvalds ST-NIC Serial Network Interface Controller for Twisted Pair. This 5181da177e4SLinus Torvalds is a 10Mbit/sec Ethernet controller. Product overview and specs at 5191da177e4SLinus Torvalds <http://www.national.com/pf/DP/DP83902A.html>. 5201da177e4SLinus Torvalds 5211da177e4SLinus Torvalds If unsure, say N. 5221da177e4SLinus Torvalds 5231da177e4SLinus Torvaldsconfig SUNLANCE 5241da177e4SLinus Torvalds tristate "Sun LANCE support" 525d1c0a65fSJan Engelhardt depends on SBUS 5261da177e4SLinus Torvalds select CRC32 5271da177e4SLinus Torvalds help 5281da177e4SLinus Torvalds This driver supports the "le" interface present on all 32-bit Sparc 5291da177e4SLinus Torvalds systems, on some older Ultra systems and as an Sbus option. These 5301da177e4SLinus Torvalds cards are based on the AMD Lance chipset, which is better known 5311da177e4SLinus Torvalds via the NE2100 cards. 5321da177e4SLinus Torvalds 5331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5341da177e4SLinus Torvalds will be called sunlance. 5351da177e4SLinus Torvalds 5361da177e4SLinus Torvaldsconfig HAPPYMEAL 5371da177e4SLinus Torvalds tristate "Sun Happy Meal 10/100baseT support" 538d1c0a65fSJan Engelhardt depends on SBUS || PCI 5391da177e4SLinus Torvalds select CRC32 5401da177e4SLinus Torvalds help 5411da177e4SLinus Torvalds This driver supports the "hme" interface present on most Ultra 5421da177e4SLinus Torvalds systems and as an option on older Sbus systems. This driver supports 5431da177e4SLinus Torvalds both PCI and Sbus devices. This driver also supports the "qfe" quad 5441da177e4SLinus Torvalds 100baseT device available in both PCI and Sbus configurations. 5451da177e4SLinus Torvalds 5461da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5471da177e4SLinus Torvalds will be called sunhme. 5481da177e4SLinus Torvalds 5491da177e4SLinus Torvaldsconfig SUNBMAC 5501da177e4SLinus Torvalds tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)" 551d1c0a65fSJan Engelhardt depends on SBUS && EXPERIMENTAL 5521da177e4SLinus Torvalds select CRC32 5531da177e4SLinus Torvalds help 5541da177e4SLinus Torvalds This driver supports the "be" interface available as an Sbus option. 5551da177e4SLinus Torvalds This is Sun's older 100baseT Ethernet device. 5561da177e4SLinus Torvalds 5571da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5581da177e4SLinus Torvalds will be called sunbmac. 5591da177e4SLinus Torvalds 5601da177e4SLinus Torvaldsconfig SUNQE 5611da177e4SLinus Torvalds tristate "Sun QuadEthernet support" 562d1c0a65fSJan Engelhardt depends on SBUS 5631da177e4SLinus Torvalds select CRC32 5641da177e4SLinus Torvalds help 5651da177e4SLinus Torvalds This driver supports the "qe" 10baseT Ethernet device, available as 5661da177e4SLinus Torvalds an Sbus option. Note that this is not the same as Quad FastEthernet 5671da177e4SLinus Torvalds "qfe" which is supported by the Happy Meal driver instead. 5681da177e4SLinus Torvalds 5691da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5701da177e4SLinus Torvalds will be called sunqe. 5711da177e4SLinus Torvalds 5721da177e4SLinus Torvaldsconfig SUNGEM 5731da177e4SLinus Torvalds tristate "Sun GEM support" 574d1c0a65fSJan Engelhardt depends on PCI 5751da177e4SLinus Torvalds select CRC32 5761da177e4SLinus Torvalds help 5771da177e4SLinus Torvalds Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also 5781da177e4SLinus Torvalds <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. 5791da177e4SLinus Torvalds 5801f26dac3SDavid S. Millerconfig CASSINI 5811f26dac3SDavid S. Miller tristate "Sun Cassini support" 582d1c0a65fSJan Engelhardt depends on PCI 5831f26dac3SDavid S. Miller select CRC32 5841f26dac3SDavid S. Miller help 5851f26dac3SDavid S. Miller Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also 5861f26dac3SDavid S. Miller <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> 5871f26dac3SDavid S. Miller 5881da177e4SLinus Torvaldsconfig NET_VENDOR_3COM 5891da177e4SLinus Torvalds bool "3COM cards" 590d1c0a65fSJan Engelhardt depends on ISA || EISA || MCA || PCI 5911da177e4SLinus Torvalds help 5921da177e4SLinus Torvalds If you have a network (Ethernet) card belonging to this class, say Y 5931da177e4SLinus Torvalds and read the Ethernet-HOWTO, available from 5941da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 5951da177e4SLinus Torvalds 5961da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 5971da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 5981da177e4SLinus Torvalds the questions about 3COM cards. If you say Y, you will be asked for 5991da177e4SLinus Torvalds your specific card in the following questions. 6001da177e4SLinus Torvalds 6011da177e4SLinus Torvaldsconfig EL1 6021da177e4SLinus Torvalds tristate "3c501 \"EtherLink\" support" 6031da177e4SLinus Torvalds depends on NET_VENDOR_3COM && ISA 6041da177e4SLinus Torvalds ---help--- 6051da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 6061da177e4SLinus Torvalds the Ethernet-HOWTO, available from 6071da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Also, consider buying a 6081da177e4SLinus Torvalds new card, since the 3c501 is slow, broken, and obsolete: you will 6091da177e4SLinus Torvalds have problems. Some people suggest to ping ("man ping") a nearby 6101da177e4SLinus Torvalds machine every minute ("man cron") when using this card. 6111da177e4SLinus Torvalds 6121da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6131da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6141da177e4SLinus Torvalds will be called 3c501. 6151da177e4SLinus Torvalds 6161da177e4SLinus Torvaldsconfig EL2 6171da177e4SLinus Torvalds tristate "3c503 \"EtherLink II\" support" 6181da177e4SLinus Torvalds depends on NET_VENDOR_3COM && ISA 6191da177e4SLinus Torvalds select CRC32 6201da177e4SLinus Torvalds help 6211da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 6221da177e4SLinus Torvalds the Ethernet-HOWTO, available from 6231da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 6241da177e4SLinus Torvalds 6251da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6261da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6271da177e4SLinus Torvalds will be called 3c503. 6281da177e4SLinus Torvalds 6291da177e4SLinus Torvaldsconfig ELPLUS 6301da177e4SLinus Torvalds tristate "3c505 \"EtherLink Plus\" support" 631a5532606SAl Viro depends on NET_VENDOR_3COM && ISA && ISA_DMA_API 6321da177e4SLinus Torvalds ---help--- 6331da177e4SLinus Torvalds Information about this network (Ethernet) card can be found in 6341da177e4SLinus Torvalds <file:Documentation/networking/3c505.txt>. If you have a card of 6351da177e4SLinus Torvalds this type, say Y and read the Ethernet-HOWTO, available from 6361da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 6371da177e4SLinus Torvalds 6381da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6391da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6401da177e4SLinus Torvalds will be called 3c505. 6411da177e4SLinus Torvalds 6421da177e4SLinus Torvaldsconfig EL16 6431da177e4SLinus Torvalds tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)" 6441da177e4SLinus Torvalds depends on NET_VENDOR_3COM && ISA && EXPERIMENTAL 6451da177e4SLinus Torvalds help 6461da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 6471da177e4SLinus Torvalds the Ethernet-HOWTO, available from 6481da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 6491da177e4SLinus Torvalds 6501da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6511da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6521da177e4SLinus Torvalds will be called 3c507. 6531da177e4SLinus Torvalds 6541da177e4SLinus Torvaldsconfig EL3 6551da177e4SLinus Torvalds tristate "3c509/3c529 (MCA)/3c579 \"EtherLink III\" support" 6561da177e4SLinus Torvalds depends on NET_VENDOR_3COM && (ISA || EISA || MCA) 6571da177e4SLinus Torvalds ---help--- 6581da177e4SLinus Torvalds If you have a network (Ethernet) card belonging to the 3Com 6591da177e4SLinus Torvalds EtherLinkIII series, say Y and read the Ethernet-HOWTO, available 6601da177e4SLinus Torvalds from <http://www.tldp.org/docs.html#howto>. 6611da177e4SLinus Torvalds 6621da177e4SLinus Torvalds If your card is not working you may need to use the DOS 6631da177e4SLinus Torvalds setup disk to disable Plug & Play mode, and to select the default 6641da177e4SLinus Torvalds media type. 6651da177e4SLinus Torvalds 6661da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6671da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6681da177e4SLinus Torvalds will be called 3c509. 6691da177e4SLinus Torvalds 6701da177e4SLinus Torvaldsconfig 3C515 6711da177e4SLinus Torvalds tristate "3c515 ISA \"Fast EtherLink\"" 672a5532606SAl Viro depends on NET_VENDOR_3COM && (ISA || EISA) && ISA_DMA_API 6731da177e4SLinus Torvalds help 6741da177e4SLinus Torvalds If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet 6751da177e4SLinus Torvalds network card, say Y and read the Ethernet-HOWTO, available from 6761da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 6771da177e4SLinus Torvalds 6781da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6791da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6801da177e4SLinus Torvalds will be called 3c515. 6811da177e4SLinus Torvalds 6821da177e4SLinus Torvaldsconfig ELMC 6831da177e4SLinus Torvalds tristate "3c523 \"EtherLink/MC\" support" 6841da177e4SLinus Torvalds depends on NET_VENDOR_3COM && MCA_LEGACY 6851da177e4SLinus Torvalds help 6861da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 6871da177e4SLinus Torvalds the Ethernet-HOWTO, available from 6881da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 6891da177e4SLinus Torvalds 6901da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 6911da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 6921da177e4SLinus Torvalds will be called 3c523. 6931da177e4SLinus Torvalds 6941da177e4SLinus Torvaldsconfig ELMC_II 6951da177e4SLinus Torvalds tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)" 6961da177e4SLinus Torvalds depends on NET_VENDOR_3COM && MCA && MCA_LEGACY 6971da177e4SLinus Torvalds help 6981da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 6991da177e4SLinus Torvalds the Ethernet-HOWTO, available from 7001da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 7011da177e4SLinus Torvalds 7021da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 7031da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 7041da177e4SLinus Torvalds will be called 3c527. 7051da177e4SLinus Torvalds 7061da177e4SLinus Torvaldsconfig VORTEX 7071da177e4SLinus Torvalds tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support" 7081da177e4SLinus Torvalds depends on NET_VENDOR_3COM && (PCI || EISA) 7091da177e4SLinus Torvalds select MII 7101da177e4SLinus Torvalds ---help--- 71147c51431SJon Mason This option enables driver support for a large number of 10Mbps and 71247c51431SJon Mason 10/100Mbps EISA, PCI and PCMCIA 3Com network cards: 7131da177e4SLinus Torvalds 7141da177e4SLinus Torvalds "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI 7151da177e4SLinus Torvalds "Boomerang" (EtherLink XL 3c900 or 3c905) PCI 7161da177e4SLinus Torvalds "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus 7171da177e4SLinus Torvalds "Tornado" (3c905) PCI 7181da177e4SLinus Torvalds "Hurricane" (3c555/3cSOHO) PCI 7191da177e4SLinus Torvalds 7201da177e4SLinus Torvalds If you have such a card, say Y and read the Ethernet-HOWTO, 7211da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. More 7221da177e4SLinus Torvalds specific information is in 7231da177e4SLinus Torvalds <file:Documentation/networking/vortex.txt> and in the comments at 7241da177e4SLinus Torvalds the beginning of <file:drivers/net/3c59x.c>. 7251da177e4SLinus Torvalds 7261da177e4SLinus Torvalds To compile this support as a module, choose M here and read 7271da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. 7281da177e4SLinus Torvalds 7291da177e4SLinus Torvaldsconfig TYPHOON 7301da177e4SLinus Torvalds tristate "3cr990 series \"Typhoon\" support" 7311da177e4SLinus Torvalds depends on NET_VENDOR_3COM && PCI 7321da177e4SLinus Torvalds select CRC32 7331da177e4SLinus Torvalds ---help--- 7341da177e4SLinus Torvalds This option enables driver support for the 3cr990 series of cards: 7351da177e4SLinus Torvalds 7361da177e4SLinus Torvalds 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, 7371da177e4SLinus Torvalds 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server, 7381da177e4SLinus Torvalds 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR 7391da177e4SLinus Torvalds 7401da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 7411da177e4SLinus Torvalds the Ethernet-HOWTO, available from 7421da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 7431da177e4SLinus Torvalds 7441da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 7451da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 7461da177e4SLinus Torvalds will be called typhoon. 7471da177e4SLinus Torvalds 7481da177e4SLinus Torvaldsconfig LANCE 7491da177e4SLinus Torvalds tristate "AMD LANCE and PCnet (AT1500 and NE2100) support" 750d1c0a65fSJan Engelhardt depends on ISA && ISA_DMA_API 7511da177e4SLinus Torvalds help 7521da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 7531da177e4SLinus Torvalds the Ethernet-HOWTO, available from 7541da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Some LinkSys cards are 7551da177e4SLinus Torvalds of this type. 7561da177e4SLinus Torvalds 7571da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7581da177e4SLinus Torvalds will be called lance. This is recommended. 7591da177e4SLinus Torvalds 7601da177e4SLinus Torvaldsconfig NET_VENDOR_SMC 7611da177e4SLinus Torvalds bool "Western Digital/SMC cards" 762d1c0a65fSJan Engelhardt depends on ISA || MCA || EISA || MAC 7631da177e4SLinus Torvalds help 7641da177e4SLinus Torvalds If you have a network (Ethernet) card belonging to this class, say Y 7651da177e4SLinus Torvalds and read the Ethernet-HOWTO, available from 7661da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 7671da177e4SLinus Torvalds 7681da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 7691da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 7701da177e4SLinus Torvalds the questions about Western Digital cards. If you say Y, you will be 7711da177e4SLinus Torvalds asked for your specific card in the following questions. 7721da177e4SLinus Torvalds 7731da177e4SLinus Torvaldsconfig WD80x3 7741da177e4SLinus Torvalds tristate "WD80*3 support" 7751da177e4SLinus Torvalds depends on NET_VENDOR_SMC && ISA 7761da177e4SLinus Torvalds select CRC32 7771da177e4SLinus Torvalds help 7781da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 7791da177e4SLinus Torvalds the Ethernet-HOWTO, available from 7801da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 7811da177e4SLinus Torvalds 7821da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 7831da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 7841da177e4SLinus Torvalds will be called wd. 7851da177e4SLinus Torvalds 7861da177e4SLinus Torvaldsconfig ULTRAMCA 7871da177e4SLinus Torvalds tristate "SMC Ultra MCA support" 7881da177e4SLinus Torvalds depends on NET_VENDOR_SMC && MCA 7891da177e4SLinus Torvalds select CRC32 7901da177e4SLinus Torvalds help 7911da177e4SLinus Torvalds If you have a network (Ethernet) card of this type and are running 7921da177e4SLinus Torvalds an MCA based system (PS/2), say Y and read the Ethernet-HOWTO, 7931da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 7941da177e4SLinus Torvalds 7951da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 7961da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 7971da177e4SLinus Torvalds will be called smc-mca. 7981da177e4SLinus Torvalds 7991da177e4SLinus Torvaldsconfig ULTRA 8001da177e4SLinus Torvalds tristate "SMC Ultra support" 8011da177e4SLinus Torvalds depends on NET_VENDOR_SMC && ISA 8021da177e4SLinus Torvalds select CRC32 8031da177e4SLinus Torvalds ---help--- 8041da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 8051da177e4SLinus Torvalds the Ethernet-HOWTO, available from 8061da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 8071da177e4SLinus Torvalds 8081da177e4SLinus Torvalds Important: There have been many reports that, with some motherboards 8091da177e4SLinus Torvalds mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible, 8101da177e4SLinus Torvalds such as some BusLogic models) causes corruption problems with many 8111da177e4SLinus Torvalds operating systems. The Linux smc-ultra driver has a work-around for 8121da177e4SLinus Torvalds this but keep it in mind if you have such a SCSI card and have 8131da177e4SLinus Torvalds problems. 8141da177e4SLinus Torvalds 8151da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 8161da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 8171da177e4SLinus Torvalds will be called smc-ultra. 8181da177e4SLinus Torvalds 8191da177e4SLinus Torvaldsconfig ULTRA32 8201da177e4SLinus Torvalds tristate "SMC Ultra32 EISA support" 8211da177e4SLinus Torvalds depends on NET_VENDOR_SMC && EISA 8221da177e4SLinus Torvalds select CRC32 8231da177e4SLinus Torvalds help 8241da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 8251da177e4SLinus Torvalds the Ethernet-HOWTO, available from 8261da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 8271da177e4SLinus Torvalds 8281da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 8291da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 8301da177e4SLinus Torvalds will be called smc-ultra32. 8311da177e4SLinus Torvalds 8321da177e4SLinus Torvaldsconfig SMC9194 8331da177e4SLinus Torvalds tristate "SMC 9194 support" 8341da177e4SLinus Torvalds depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN) 8351da177e4SLinus Torvalds select CRC32 8361da177e4SLinus Torvalds ---help--- 8371da177e4SLinus Torvalds This is support for the SMC9xxx based Ethernet cards. Choose this 8381da177e4SLinus Torvalds option if you have a DELL laptop with the docking station, or 8391da177e4SLinus Torvalds another SMC9192/9194 based chipset. Say Y if you want it compiled 8401da177e4SLinus Torvalds into the kernel, and read the file 8411da177e4SLinus Torvalds <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, 8421da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 8431da177e4SLinus Torvalds 8441da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 8451da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 8461da177e4SLinus Torvalds will be called smc9194. 8471da177e4SLinus Torvalds 848d1c0a65fSJan Engelhardtconfig SMC91X 849d1c0a65fSJan Engelhardt tristate "SMC 91C9x/91C1xxx support" 850d1c0a65fSJan Engelhardt select CRC32 851d1c0a65fSJan Engelhardt select MII 852d1c0a65fSJan Engelhardt depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || SOC_AU1X00 || BFIN 853d1c0a65fSJan Engelhardt help 854d1c0a65fSJan Engelhardt This is a driver for SMC's 91x series of Ethernet chipsets, 855d1c0a65fSJan Engelhardt including the SMC91C94 and the SMC91C111. Say Y if you want it 856d1c0a65fSJan Engelhardt compiled into the kernel, and read the file 857d1c0a65fSJan Engelhardt <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, 858d1c0a65fSJan Engelhardt available from <http://www.linuxdoc.org/docs.html#howto>. 859d1c0a65fSJan Engelhardt 860d1c0a65fSJan Engelhardt This driver is also available as a module ( = code which can be 861d1c0a65fSJan Engelhardt inserted in and removed from the running kernel whenever you want). 862d1c0a65fSJan Engelhardt The module will be called smc91x. If you want to compile it as a 863d1c0a65fSJan Engelhardt module, say M here and read <file:Documentation/kbuild/modules.txt> 864d1c0a65fSJan Engelhardt as well as <file:Documentation/networking/net-modules.txt>. 865d1c0a65fSJan Engelhardt 86692aa674dSSascha Hauerconfig NET_NETX 86792aa674dSSascha Hauer tristate "NetX Ethernet support" 86892aa674dSSascha Hauer select MII 869d1c0a65fSJan Engelhardt depends on ARCH_NETX 87092aa674dSSascha Hauer help 87192aa674dSSascha Hauer This is support for the Hilscher netX builtin Ethernet ports 87292aa674dSSascha Hauer 87392aa674dSSascha Hauer To compile this driver as a module, choose M here and read 87492aa674dSSascha Hauer <file:Documentation/networking/net-modules.txt>. The module 87592aa674dSSascha Hauer will be called netx-eth. 87692aa674dSSascha Hauer 877a1365275SSascha Hauerconfig DM9000 878a1365275SSascha Hauer tristate "DM9000 support" 879d1c0a65fSJan Engelhardt depends on ARM || MIPS 880a1365275SSascha Hauer select CRC32 881a1365275SSascha Hauer select MII 882a1365275SSascha Hauer ---help--- 883a1365275SSascha Hauer Support for DM9000 chipset. 884a1365275SSascha Hauer 885a1365275SSascha Hauer To compile this driver as a module, choose M here and read 886a1365275SSascha Hauer <file:Documentation/networking/net-modules.txt>. The module will be 887a1365275SSascha Hauer called dm9000. 888a1365275SSascha Hauer 8890a0c72c9SDustin McIntireconfig SMC911X 8900a0c72c9SDustin McIntire tristate "SMSC LAN911[5678] support" 8910a0c72c9SDustin McIntire select CRC32 8920a0c72c9SDustin McIntire select MII 893d1c0a65fSJan Engelhardt depends on ARCH_PXA 8940a0c72c9SDustin McIntire help 8950a0c72c9SDustin McIntire This is a driver for SMSC's LAN911x series of Ethernet chipsets 8960a0c72c9SDustin McIntire including the new LAN9115, LAN9116, LAN9117, and LAN9118. 8970a0c72c9SDustin McIntire Say Y if you want it compiled into the kernel, 8980a0c72c9SDustin McIntire and read the Ethernet-HOWTO, available from 8990a0c72c9SDustin McIntire <http://www.linuxdoc.org/docs.html#howto>. 9000a0c72c9SDustin McIntire 9010a0c72c9SDustin McIntire This driver is also available as a module. The module will be 9020a0c72c9SDustin McIntire called smc911x. If you want to compile it as a module, say M 90339f5fb30SAlexander E. Patrakov here and read <file:Documentation/kbuild/modules.txt> 9040a0c72c9SDustin McIntire 9051da177e4SLinus Torvaldsconfig NET_VENDOR_RACAL 9061da177e4SLinus Torvalds bool "Racal-Interlan (Micom) NI cards" 907d1c0a65fSJan Engelhardt depends on ISA 9081da177e4SLinus Torvalds help 9091da177e4SLinus Torvalds If you have a network (Ethernet) card belonging to this class, such 9101da177e4SLinus Torvalds as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO, 9111da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 9121da177e4SLinus Torvalds 9131da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 9141da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 9151da177e4SLinus Torvalds the questions about NI cards. If you say Y, you will be asked for 9161da177e4SLinus Torvalds your specific card in the following questions. 9171da177e4SLinus Torvalds 9181da177e4SLinus Torvaldsconfig NI5010 9191da177e4SLinus Torvalds tristate "NI5010 support (EXPERIMENTAL)" 9201da177e4SLinus Torvalds depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP 9211da177e4SLinus Torvalds ---help--- 9221da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9231da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9241da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Note that this is still 9251da177e4SLinus Torvalds experimental code. 9261da177e4SLinus Torvalds 9271da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9281da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9291da177e4SLinus Torvalds will be called ni5010. 9301da177e4SLinus Torvalds 9311da177e4SLinus Torvaldsconfig NI52 9321da177e4SLinus Torvalds tristate "NI5210 support" 9331da177e4SLinus Torvalds depends on NET_VENDOR_RACAL && ISA 9341da177e4SLinus Torvalds help 9351da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9361da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9371da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 9381da177e4SLinus Torvalds 9391da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9401da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9411da177e4SLinus Torvalds will be called ni52. 9421da177e4SLinus Torvalds 9431da177e4SLinus Torvaldsconfig NI65 9441da177e4SLinus Torvalds tristate "NI6510 support" 945a5532606SAl Viro depends on NET_VENDOR_RACAL && ISA && ISA_DMA_API 9461da177e4SLinus Torvalds help 9471da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9481da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9491da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 9501da177e4SLinus Torvalds 9511da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9521da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9531da177e4SLinus Torvalds will be called ni65. 9541da177e4SLinus Torvalds 9551da177e4SLinus Torvaldssource "drivers/net/tulip/Kconfig" 9561da177e4SLinus Torvalds 9571da177e4SLinus Torvaldsconfig AT1700 9581da177e4SLinus Torvalds tristate "AT1700/1720 support (EXPERIMENTAL)" 959d1c0a65fSJan Engelhardt depends on (ISA || MCA_LEGACY) && EXPERIMENTAL 9601da177e4SLinus Torvalds select CRC32 9611da177e4SLinus Torvalds ---help--- 9621da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9631da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9641da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 9651da177e4SLinus Torvalds 9661da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9671da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9681da177e4SLinus Torvalds will be called at1700. 9691da177e4SLinus Torvalds 9701da177e4SLinus Torvaldsconfig DEPCA 9711da177e4SLinus Torvalds tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support" 972d1c0a65fSJan Engelhardt depends on ISA || EISA || MCA 9731da177e4SLinus Torvalds select CRC32 9741da177e4SLinus Torvalds ---help--- 9751da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9761da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9771da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto> as well as 9781da177e4SLinus Torvalds <file:drivers/net/depca.c>. 9791da177e4SLinus Torvalds 9801da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9811da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9821da177e4SLinus Torvalds will be called depca. 9831da177e4SLinus Torvalds 9841da177e4SLinus Torvaldsconfig HP100 9851da177e4SLinus Torvalds tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support" 986d1c0a65fSJan Engelhardt depends on ISA || EISA || PCI 9871da177e4SLinus Torvalds help 9881da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 9891da177e4SLinus Torvalds the Ethernet-HOWTO, available from 9901da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 9911da177e4SLinus Torvalds 9921da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 9931da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 9941da177e4SLinus Torvalds will be called hp100. 9951da177e4SLinus Torvalds 9961da177e4SLinus Torvaldsconfig NET_ISA 9971da177e4SLinus Torvalds bool "Other ISA cards" 998d1c0a65fSJan Engelhardt depends on ISA 9991da177e4SLinus Torvalds ---help--- 10001da177e4SLinus Torvalds If your network (Ethernet) card hasn't been mentioned yet and its 10011da177e4SLinus Torvalds bus system (that's the way the cards talks to the other components 10021da177e4SLinus Torvalds of your computer) is ISA (as opposed to EISA, VLB or PCI), say Y. 10031da177e4SLinus Torvalds Make sure you know the name of your card. Read the Ethernet-HOWTO, 10041da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 10051da177e4SLinus Torvalds 10061da177e4SLinus Torvalds If unsure, say Y. 10071da177e4SLinus Torvalds 10081da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 10091da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 10101da177e4SLinus Torvalds the remaining ISA network card questions. If you say Y, you will be 10111da177e4SLinus Torvalds asked for your specific card in the following questions. 10121da177e4SLinus Torvalds 10131da177e4SLinus Torvaldsconfig E2100 10141da177e4SLinus Torvalds tristate "Cabletron E21xx support" 10151da177e4SLinus Torvalds depends on NET_ISA 10161da177e4SLinus Torvalds select CRC32 10171da177e4SLinus Torvalds help 10181da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 10191da177e4SLinus Torvalds the Ethernet-HOWTO, available from 10201da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 10211da177e4SLinus Torvalds 10221da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10231da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10241da177e4SLinus Torvalds will be called e2100. 10251da177e4SLinus Torvalds 10261da177e4SLinus Torvaldsconfig EWRK3 10271da177e4SLinus Torvalds tristate "EtherWORKS 3 (DE203, DE204, DE205) support" 10281da177e4SLinus Torvalds depends on NET_ISA 10291da177e4SLinus Torvalds select CRC32 10301da177e4SLinus Torvalds ---help--- 10311da177e4SLinus Torvalds This driver supports the DE203, DE204 and DE205 network (Ethernet) 10321da177e4SLinus Torvalds cards. If this is for you, say Y and read 10331da177e4SLinus Torvalds <file:Documentation/networking/ewrk3.txt> in the kernel source as 10341da177e4SLinus Torvalds well as the Ethernet-HOWTO, available from 10351da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 10361da177e4SLinus Torvalds 10371da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10381da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10391da177e4SLinus Torvalds will be called ewrk3. 10401da177e4SLinus Torvalds 10411da177e4SLinus Torvaldsconfig EEXPRESS 10421da177e4SLinus Torvalds tristate "EtherExpress 16 support" 10431da177e4SLinus Torvalds depends on NET_ISA 10441da177e4SLinus Torvalds ---help--- 10451da177e4SLinus Torvalds If you have an EtherExpress16 network (Ethernet) card, say Y and 10461da177e4SLinus Torvalds read the Ethernet-HOWTO, available from 10471da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Note that the Intel 10481da177e4SLinus Torvalds EtherExpress16 card used to be regarded as a very poor choice 10491da177e4SLinus Torvalds because the driver was very unreliable. We now have a new driver 10501da177e4SLinus Torvalds that should do better. 10511da177e4SLinus Torvalds 10521da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10531da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10541da177e4SLinus Torvalds will be called eexpress. 10551da177e4SLinus Torvalds 10561da177e4SLinus Torvaldsconfig EEXPRESS_PRO 10571da177e4SLinus Torvalds tristate "EtherExpressPro support/EtherExpress 10 (i82595) support" 10581da177e4SLinus Torvalds depends on NET_ISA 10591da177e4SLinus Torvalds ---help--- 10601da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y. This 106147c51431SJon Mason driver supports Intel i82595{FX,TX} based boards. Note however 10621da177e4SLinus Torvalds that the EtherExpress PRO/100 Ethernet card has its own separate 10631da177e4SLinus Torvalds driver. Please read the Ethernet-HOWTO, available from 10641da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 10651da177e4SLinus Torvalds 10661da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10671da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10681da177e4SLinus Torvalds will be called eepro. 10691da177e4SLinus Torvalds 10701da177e4SLinus Torvaldsconfig HPLAN_PLUS 10711da177e4SLinus Torvalds tristate "HP PCLAN+ (27247B and 27252A) support" 10721da177e4SLinus Torvalds depends on NET_ISA 10731da177e4SLinus Torvalds select CRC32 10741da177e4SLinus Torvalds help 10751da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 10761da177e4SLinus Torvalds the Ethernet-HOWTO, available from 10771da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 10781da177e4SLinus Torvalds 10791da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10801da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10811da177e4SLinus Torvalds will be called hp-plus. 10821da177e4SLinus Torvalds 10831da177e4SLinus Torvaldsconfig HPLAN 10841da177e4SLinus Torvalds tristate "HP PCLAN (27245 and other 27xxx series) support" 10851da177e4SLinus Torvalds depends on NET_ISA 10861da177e4SLinus Torvalds select CRC32 10871da177e4SLinus Torvalds help 10881da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 10891da177e4SLinus Torvalds the Ethernet-HOWTO, available from 10901da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 10911da177e4SLinus Torvalds 10921da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 10931da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 10941da177e4SLinus Torvalds will be called hp. 10951da177e4SLinus Torvalds 10961da177e4SLinus Torvaldsconfig LP486E 10971da177e4SLinus Torvalds tristate "LP486E on board Ethernet" 10981da177e4SLinus Torvalds depends on NET_ISA 10991da177e4SLinus Torvalds help 11001da177e4SLinus Torvalds Say Y here to support the 82596-based on-board Ethernet controller 11011da177e4SLinus Torvalds for the Panther motherboard, which is one of the two shipped in the 11021da177e4SLinus Torvalds Intel Professional Workstation. 11031da177e4SLinus Torvalds 11041da177e4SLinus Torvaldsconfig ETH16I 11051da177e4SLinus Torvalds tristate "ICL EtherTeam 16i/32 support" 11061da177e4SLinus Torvalds depends on NET_ISA 11071da177e4SLinus Torvalds help 11081da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 11091da177e4SLinus Torvalds the Ethernet-HOWTO, available from 11101da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 11111da177e4SLinus Torvalds 11121da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11131da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 11141da177e4SLinus Torvalds will be called eth16i. 11151da177e4SLinus Torvalds 11161da177e4SLinus Torvaldsconfig NE2000 11171da177e4SLinus Torvalds tristate "NE2000/NE1000 support" 111857e386ceSAtsushi Nemoto depends on NET_ISA || (Q40 && m) || M32R || TOSHIBA_RBTX4927 || TOSHIBA_RBTX4938 11191da177e4SLinus Torvalds select CRC32 11201da177e4SLinus Torvalds ---help--- 11211da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 11221da177e4SLinus Torvalds the Ethernet-HOWTO, available from 11231da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Many Ethernet cards 11241da177e4SLinus Torvalds without a specific driver are compatible with NE2000. 11251da177e4SLinus Torvalds 11261da177e4SLinus Torvalds If you have a PCI NE2000 card however, say N here and Y to "PCI 112728beaf65SJesper Juhl NE2000 and clone support" under "EISA, VLB, PCI and on board 112828beaf65SJesper Juhl controllers" below. If you have a NE2000 card and are running on 11291da177e4SLinus Torvalds an MCA system (a bus system used on some IBM PS/2 computers and 11301da177e4SLinus Torvalds laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", 11311da177e4SLinus Torvalds below. 11321da177e4SLinus Torvalds 11331da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11341da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 11351da177e4SLinus Torvalds will be called ne. 11361da177e4SLinus Torvalds 11371da177e4SLinus Torvaldsconfig ZNET 11381da177e4SLinus Torvalds tristate "Zenith Z-Note support (EXPERIMENTAL)" 1139a5532606SAl Viro depends on NET_ISA && EXPERIMENTAL && ISA_DMA_API 11401da177e4SLinus Torvalds help 11411da177e4SLinus Torvalds The Zenith Z-Note notebook computer has a built-in network 11421da177e4SLinus Torvalds (Ethernet) card, and this is the Linux driver for it. Note that the 11431da177e4SLinus Torvalds IBM Thinkpad 300 is compatible with the Z-Note and is also supported 11441da177e4SLinus Torvalds by this driver. Read the Ethernet-HOWTO, available from 11451da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 11461da177e4SLinus Torvalds 11471da177e4SLinus Torvaldsconfig SEEQ8005 11481da177e4SLinus Torvalds tristate "SEEQ8005 support (EXPERIMENTAL)" 11491da177e4SLinus Torvalds depends on NET_ISA && EXPERIMENTAL 11501da177e4SLinus Torvalds help 11511da177e4SLinus Torvalds This is a driver for the SEEQ 8005 network (Ethernet) card. If this 11521da177e4SLinus Torvalds is for you, read the Ethernet-HOWTO, available from 11531da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 11541da177e4SLinus Torvalds 11551da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11561da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 11571da177e4SLinus Torvalds will be called seeq8005. 11581da177e4SLinus Torvalds 11591da177e4SLinus Torvaldsconfig NE2_MCA 11601da177e4SLinus Torvalds tristate "NE/2 (ne2000 MCA version) support" 1161d1c0a65fSJan Engelhardt depends on MCA_LEGACY 11621da177e4SLinus Torvalds select CRC32 11631da177e4SLinus Torvalds help 11641da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 11651da177e4SLinus Torvalds the Ethernet-HOWTO, available from 11661da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 11671da177e4SLinus Torvalds 11681da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11691da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 11701da177e4SLinus Torvalds will be called ne2. 11711da177e4SLinus Torvalds 11721da177e4SLinus Torvaldsconfig IBMLANA 11731da177e4SLinus Torvalds tristate "IBM LAN Adapter/A support" 1174d1c0a65fSJan Engelhardt depends on MCA && MCA_LEGACY 11751da177e4SLinus Torvalds ---help--- 11761da177e4SLinus Torvalds This is a Micro Channel Ethernet adapter. You need to set 11771da177e4SLinus Torvalds CONFIG_MCA to use this driver. It is both available as an in-kernel 11781da177e4SLinus Torvalds driver and as a module. 11791da177e4SLinus Torvalds 11801da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11811da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The only 11821da177e4SLinus Torvalds currently supported card is the IBM LAN Adapter/A for Ethernet. It 11831da177e4SLinus Torvalds will both support 16K and 32K memory windows, however a 32K window 11841da177e4SLinus Torvalds gives a better security against packet losses. Usage of multiple 11851da177e4SLinus Torvalds boards with this driver should be possible, but has not been tested 11861da177e4SLinus Torvalds up to now due to lack of hardware. 11871da177e4SLinus Torvalds 11881da177e4SLinus Torvaldsconfig IBMVETH 11891da177e4SLinus Torvalds tristate "IBM LAN Virtual Ethernet support" 1190d1c0a65fSJan Engelhardt depends on PPC_PSERIES 11911da177e4SLinus Torvalds ---help--- 11921da177e4SLinus Torvalds This driver supports virtual ethernet adapters on newer IBM iSeries 11931da177e4SLinus Torvalds and pSeries systems. 11941da177e4SLinus Torvalds 11951da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 11961da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will 11971da177e4SLinus Torvalds be called ibmveth. 11981da177e4SLinus Torvalds 11991da177e4SLinus Torvaldsconfig IBM_EMAC 120037448f7dSEugene Surovegin tristate "PowerPC 4xx on-chip Ethernet support" 120186affd5aSDavid Gibson depends on 4xx && !PPC_MERGE 120237448f7dSEugene Surovegin help 120337448f7dSEugene Surovegin This driver supports the PowerPC 4xx EMAC family of on-chip 12041da177e4SLinus Torvalds Ethernet controllers. 12051da177e4SLinus Torvalds 12061da177e4SLinus Torvaldsconfig IBM_EMAC_RXB 12071da177e4SLinus Torvalds int "Number of receive buffers" 12081da177e4SLinus Torvalds depends on IBM_EMAC 120937448f7dSEugene Surovegin default "128" 12101da177e4SLinus Torvalds 12111da177e4SLinus Torvaldsconfig IBM_EMAC_TXB 12121da177e4SLinus Torvalds int "Number of transmit buffers" 12131da177e4SLinus Torvalds depends on IBM_EMAC 121437448f7dSEugene Surovegin default "64" 12151da177e4SLinus Torvalds 121637448f7dSEugene Suroveginconfig IBM_EMAC_POLL_WEIGHT 121737448f7dSEugene Surovegin int "MAL NAPI polling weight" 12181da177e4SLinus Torvalds depends on IBM_EMAC 121937448f7dSEugene Surovegin default "32" 12201da177e4SLinus Torvalds 122137448f7dSEugene Suroveginconfig IBM_EMAC_RX_COPY_THRESHOLD 122237448f7dSEugene Surovegin int "RX skb copy threshold (bytes)" 122337448f7dSEugene Surovegin depends on IBM_EMAC 122437448f7dSEugene Surovegin default "256" 122537448f7dSEugene Surovegin 122637448f7dSEugene Suroveginconfig IBM_EMAC_RX_SKB_HEADROOM 122737448f7dSEugene Surovegin int "Additional RX skb headroom (bytes)" 12281da177e4SLinus Torvalds depends on IBM_EMAC 12291da177e4SLinus Torvalds default "0" 123037448f7dSEugene Surovegin help 123137448f7dSEugene Surovegin Additional receive skb headroom. Note, that driver 123237448f7dSEugene Surovegin will always reserve at least 2 bytes to make IP header 123347c51431SJon Mason aligned, so usually there is no need to add any additional 123437448f7dSEugene Surovegin headroom. 123537448f7dSEugene Surovegin 123637448f7dSEugene Surovegin If unsure, set to 0. 123737448f7dSEugene Surovegin 123837448f7dSEugene Suroveginconfig IBM_EMAC_PHY_RX_CLK_FIX 123937448f7dSEugene Surovegin bool "PHY Rx clock workaround" 12401b195916SEugene Surovegin depends on IBM_EMAC && (405EP || 440GX || 440EP || 440GR) 124137448f7dSEugene Surovegin help 124237448f7dSEugene Surovegin Enable this if EMAC attached to a PHY which doesn't generate 124337448f7dSEugene Surovegin RX clock if there is no link, if this is the case, you will 124437448f7dSEugene Surovegin see "TX disable timeout" or "RX disable timeout" in the system 124537448f7dSEugene Surovegin log. 124637448f7dSEugene Surovegin 124737448f7dSEugene Surovegin If unsure, say N. 124837448f7dSEugene Surovegin 124937448f7dSEugene Suroveginconfig IBM_EMAC_DEBUG 125037448f7dSEugene Surovegin bool "Debugging" 125137448f7dSEugene Surovegin depends on IBM_EMAC 125237448f7dSEugene Surovegin default n 125337448f7dSEugene Surovegin 125437448f7dSEugene Suroveginconfig IBM_EMAC_ZMII 125537448f7dSEugene Surovegin bool 125637448f7dSEugene Surovegin depends on IBM_EMAC && (NP405H || NP405L || 44x) 125737448f7dSEugene Surovegin default y 125837448f7dSEugene Surovegin 125937448f7dSEugene Suroveginconfig IBM_EMAC_RGMII 126037448f7dSEugene Surovegin bool 126137448f7dSEugene Surovegin depends on IBM_EMAC && 440GX 126237448f7dSEugene Surovegin default y 126337448f7dSEugene Surovegin 126437448f7dSEugene Suroveginconfig IBM_EMAC_TAH 126537448f7dSEugene Surovegin bool 126637448f7dSEugene Surovegin depends on IBM_EMAC && 440GX 126737448f7dSEugene Surovegin default y 12681da177e4SLinus Torvalds 12691da177e4SLinus Torvaldsconfig NET_PCI 12701da177e4SLinus Torvalds bool "EISA, VLB, PCI and on board controllers" 1271d1c0a65fSJan Engelhardt depends on ISA || EISA || PCI 12721da177e4SLinus Torvalds help 12731da177e4SLinus Torvalds This is another class of network cards which attach directly to the 12741da177e4SLinus Torvalds bus. If you have one of those, say Y and read the Ethernet-HOWTO, 12751da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 12761da177e4SLinus Torvalds 12771da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 12781da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 12791da177e4SLinus Torvalds the questions about this class of network cards. If you say Y, you 12801da177e4SLinus Torvalds will be asked for your specific card in the following questions. If 12811da177e4SLinus Torvalds you are unsure, say Y. 12821da177e4SLinus Torvalds 12831da177e4SLinus Torvaldsconfig PCNET32 12841da177e4SLinus Torvalds tristate "AMD PCnet32 PCI support" 12851da177e4SLinus Torvalds depends on NET_PCI && PCI 12861da177e4SLinus Torvalds select CRC32 12871da177e4SLinus Torvalds select MII 12881da177e4SLinus Torvalds help 12891da177e4SLinus Torvalds If you have a PCnet32 or PCnetPCI based network (Ethernet) card, 12901da177e4SLinus Torvalds answer Y here and read the Ethernet-HOWTO, available from 12911da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 12921da177e4SLinus Torvalds 12931da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 12941da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 12951da177e4SLinus Torvalds will be called pcnet32. 12961da177e4SLinus Torvalds 12977de745e5SDon Fryconfig PCNET32_NAPI 1298659dd835Spcnet32@verizon.net bool "Use RX polling (NAPI)" 1299659dd835Spcnet32@verizon.net depends on PCNET32 13007de745e5SDon Fry help 13017de745e5SDon Fry NAPI is a new driver API designed to reduce CPU and interrupt load 13027de745e5SDon Fry when the driver is receiving lots of packets from the card. It is 13037de745e5SDon Fry still somewhat experimental and thus not yet enabled by default. 13047de745e5SDon Fry 13057de745e5SDon Fry If your estimated Rx load is 10kpps or more, or if the card will be 13067de745e5SDon Fry deployed on potentially unfriendly networks (e.g. in a firewall), 13077de745e5SDon Fry then say Y here. 13087de745e5SDon Fry 13097de745e5SDon Fry See <file:Documentation/networking/NAPI_HOWTO.txt> for more 13107de745e5SDon Fry information. 13117de745e5SDon Fry 13127de745e5SDon Fry If in doubt, say N. 13137de745e5SDon Fry 13141da177e4SLinus Torvaldsconfig AMD8111_ETH 13151da177e4SLinus Torvalds tristate "AMD 8111 (new PCI lance) support" 13161da177e4SLinus Torvalds depends on NET_PCI && PCI 13171da177e4SLinus Torvalds select CRC32 13181da177e4SLinus Torvalds select MII 13191da177e4SLinus Torvalds help 13201da177e4SLinus Torvalds If you have an AMD 8111-based PCI lance ethernet card, 13211da177e4SLinus Torvalds answer Y here and read the Ethernet-HOWTO, available from 13221da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 13231da177e4SLinus Torvalds 13241da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 13251da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 13261da177e4SLinus Torvalds will be called amd8111e. 1327d1c0a65fSJan Engelhardt 13281da177e4SLinus Torvaldsconfig AMD8111E_NAPI 13291da177e4SLinus Torvalds bool "Enable NAPI support" 13301da177e4SLinus Torvalds depends on AMD8111_ETH 13311da177e4SLinus Torvalds help 13321da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 13331da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 13341da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 13351da177e4SLinus Torvalds 13361da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 13371da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 13381da177e4SLinus Torvalds then say Y here. 13391da177e4SLinus Torvalds 13401da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 13411da177e4SLinus Torvalds information. 13421da177e4SLinus Torvalds 13431da177e4SLinus Torvalds If in doubt, say N. 13441da177e4SLinus Torvalds 13451da177e4SLinus Torvaldsconfig ADAPTEC_STARFIRE 13461da177e4SLinus Torvalds tristate "Adaptec Starfire/DuraLAN support" 13471da177e4SLinus Torvalds depends on NET_PCI && PCI 13481da177e4SLinus Torvalds select CRC32 13491da177e4SLinus Torvalds select MII 13501da177e4SLinus Torvalds help 13511da177e4SLinus Torvalds Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network 13521da177e4SLinus Torvalds adapter. The DuraLAN chip is used on the 64 bit PCI boards from 13531da177e4SLinus Torvalds Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip 13541da177e4SLinus Torvalds driver. 13551da177e4SLinus Torvalds 13561da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 13571da177e4SLinus Torvalds will be called starfire. This is recommended. 13581da177e4SLinus Torvalds 13591da177e4SLinus Torvaldsconfig ADAPTEC_STARFIRE_NAPI 13601da177e4SLinus Torvalds bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" 13611da177e4SLinus Torvalds depends on ADAPTEC_STARFIRE && EXPERIMENTAL 13621da177e4SLinus Torvalds help 13631da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 13641da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 13651da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 13661da177e4SLinus Torvalds 13671da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 13681da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 13691da177e4SLinus Torvalds then say Y here. 13701da177e4SLinus Torvalds 13711da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 13721da177e4SLinus Torvalds information. 13731da177e4SLinus Torvalds 13741da177e4SLinus Torvalds If in doubt, say N. 13751da177e4SLinus Torvalds 13761da177e4SLinus Torvaldsconfig AC3200 13771da177e4SLinus Torvalds tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" 13781da177e4SLinus Torvalds depends on NET_PCI && (ISA || EISA) && EXPERIMENTAL 13791da177e4SLinus Torvalds select CRC32 13801da177e4SLinus Torvalds help 13811da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 13821da177e4SLinus Torvalds the Ethernet-HOWTO, available from 13831da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 13841da177e4SLinus Torvalds 13851da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 13861da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 13871da177e4SLinus Torvalds will be called ac3200. 13881da177e4SLinus Torvalds 13891da177e4SLinus Torvaldsconfig APRICOT 13901da177e4SLinus Torvalds tristate "Apricot Xen-II on board Ethernet" 13911da177e4SLinus Torvalds depends on NET_PCI && ISA 13921da177e4SLinus Torvalds help 13931da177e4SLinus Torvalds If you have a network (Ethernet) controller of this type, say Y and 13941da177e4SLinus Torvalds read the Ethernet-HOWTO, available from 13951da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 13961da177e4SLinus Torvalds 13971da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 13981da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 13991da177e4SLinus Torvalds called apricot. 14001da177e4SLinus Torvalds 14011da177e4SLinus Torvaldsconfig B44 1402fc13dcaeSGary Zambrano tristate "Broadcom 4400 ethernet support" 1403fc13dcaeSGary Zambrano depends on NET_PCI && PCI 14041da177e4SLinus Torvalds select MII 14051da177e4SLinus Torvalds help 14061da177e4SLinus Torvalds If you have a network (Ethernet) controller of this type, say Y and 14071da177e4SLinus Torvalds read the Ethernet-HOWTO, available from 14081da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 14091da177e4SLinus Torvalds 14101da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 14111da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 14121da177e4SLinus Torvalds called b44. 14131da177e4SLinus Torvalds 14141da177e4SLinus Torvaldsconfig FORCEDETH 141582770086SAdrian Bunk tristate "nForce Ethernet support" 141682770086SAdrian Bunk depends on NET_PCI && PCI 14171da177e4SLinus Torvalds help 14181da177e4SLinus Torvalds If you have a network (Ethernet) controller of this type, say Y and 14191da177e4SLinus Torvalds read the Ethernet-HOWTO, available from 14201da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 14211da177e4SLinus Torvalds 14221da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 14231da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 14241da177e4SLinus Torvalds called forcedeth. 14251da177e4SLinus Torvalds 1426e27cdba5SStephen Hemmingerconfig FORCEDETH_NAPI 1427e27cdba5SStephen Hemminger bool "Use Rx and Tx Polling (NAPI) (EXPERIMENTAL)" 1428e27cdba5SStephen Hemminger depends on FORCEDETH && EXPERIMENTAL 1429e27cdba5SStephen Hemminger help 1430e27cdba5SStephen Hemminger NAPI is a new driver API designed to reduce CPU and interrupt load 1431e27cdba5SStephen Hemminger when the driver is receiving lots of packets from the card. It is 1432e27cdba5SStephen Hemminger still somewhat experimental and thus not yet enabled by default. 1433e27cdba5SStephen Hemminger 1434e27cdba5SStephen Hemminger If your estimated Rx load is 10kpps or more, or if the card will be 1435e27cdba5SStephen Hemminger deployed on potentially unfriendly networks (e.g. in a firewall), 1436e27cdba5SStephen Hemminger then say Y here. 1437e27cdba5SStephen Hemminger 1438e27cdba5SStephen Hemminger See <file:Documentation/networking/NAPI_HOWTO.txt> for more 1439e27cdba5SStephen Hemminger information. 1440e27cdba5SStephen Hemminger 1441e27cdba5SStephen Hemminger If in doubt, say N. 14421da177e4SLinus Torvalds 14431da177e4SLinus Torvaldsconfig CS89x0 14441da177e4SLinus Torvalds tristate "CS89x0 support" 14459c878967SDeepak Saxena depends on NET_PCI && (ISA || MACH_IXDP2351 || ARCH_IXDP2X01 || ARCH_PNX010X) 14461da177e4SLinus Torvalds ---help--- 14471da177e4SLinus Torvalds Support for CS89x0 chipset based Ethernet cards. If you have a 14481da177e4SLinus Torvalds network (Ethernet) card of this type, say Y and read the 14491da177e4SLinus Torvalds Ethernet-HOWTO, available from 14501da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto> as well as 14511da177e4SLinus Torvalds <file:Documentation/networking/cs89x0.txt>. 14521da177e4SLinus Torvalds 14531da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 14541da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 1455fd85d765SJean Delvare called cs89x0. 14561da177e4SLinus Torvalds 14571da177e4SLinus Torvaldsconfig TC35815 14581da177e4SLinus Torvalds tristate "TOSHIBA TC35815 Ethernet support" 1459eea221ceSAtsushi Nemoto depends on NET_PCI && PCI && MIPS 1460eea221ceSAtsushi Nemoto select MII 14611da177e4SLinus Torvalds 14621da177e4SLinus Torvaldsconfig DGRS 14631da177e4SLinus Torvalds tristate "Digi Intl. RightSwitch SE-X support" 14641da177e4SLinus Torvalds depends on NET_PCI && (PCI || EISA) 14651da177e4SLinus Torvalds ---help--- 14661da177e4SLinus Torvalds This is support for the Digi International RightSwitch series of 14671da177e4SLinus Torvalds PCI/EISA Ethernet switch cards. These include the SE-4 and the SE-6 14681da177e4SLinus Torvalds models. If you have a network card of this type, say Y and read the 14691da177e4SLinus Torvalds Ethernet-HOWTO, available from 14701da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. More specific 14711da177e4SLinus Torvalds information is contained in <file:Documentation/networking/dgrs.txt>. 14721da177e4SLinus Torvalds 14731da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 14741da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 14751da177e4SLinus Torvalds will be called dgrs. 14761da177e4SLinus Torvalds 14771da177e4SLinus Torvaldsconfig EEPRO100 14781da177e4SLinus Torvalds tristate "EtherExpressPro/100 support (eepro100, original Becker driver)" 14791da177e4SLinus Torvalds depends on NET_PCI && PCI 14801da177e4SLinus Torvalds select MII 14811da177e4SLinus Torvalds help 14821da177e4SLinus Torvalds If you have an Intel EtherExpress PRO/100 PCI network (Ethernet) 14831da177e4SLinus Torvalds card, say Y and read the Ethernet-HOWTO, available from 14841da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 14851da177e4SLinus Torvalds 14861da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 14871da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 14881da177e4SLinus Torvalds will be called eepro100. 14891da177e4SLinus Torvalds 14901da177e4SLinus Torvalds 14911da177e4SLinus Torvaldsconfig E100 14921da177e4SLinus Torvalds tristate "Intel(R) PRO/100+ support" 14931da177e4SLinus Torvalds depends on NET_PCI && PCI 14941da177e4SLinus Torvalds select MII 14951da177e4SLinus Torvalds ---help--- 14961da177e4SLinus Torvalds This driver supports Intel(R) PRO/100 family of adapters. 14971da177e4SLinus Torvalds To verify that your adapter is supported, find the board ID number 14981da177e4SLinus Torvalds on the adapter. Look for a label that has a barcode and a number 14991da177e4SLinus Torvalds in the format 123456-001 (six digits hyphen three digits). 15001da177e4SLinus Torvalds 15011da177e4SLinus Torvalds Use the above information and the Adapter & Driver ID Guide at: 15021da177e4SLinus Torvalds 15031da177e4SLinus Torvalds <http://support.intel.com/support/network/adapter/pro100/21397.htm> 15041da177e4SLinus Torvalds 15051da177e4SLinus Torvalds to identify the adapter. 15061da177e4SLinus Torvalds 15071da177e4SLinus Torvalds For the latest Intel PRO/100 network driver for Linux, see: 15081da177e4SLinus Torvalds 15091da177e4SLinus Torvalds <http://appsr.intel.com/scripts-df/support_intel.asp> 15101da177e4SLinus Torvalds 15111da177e4SLinus Torvalds More specific information on configuring the driver is in 15121da177e4SLinus Torvalds <file:Documentation/networking/e100.txt>. 15131da177e4SLinus Torvalds 15141da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 15151da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 15161da177e4SLinus Torvalds will be called e100. 15171da177e4SLinus Torvalds 15181da177e4SLinus Torvaldsconfig LNE390 15191da177e4SLinus Torvalds tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)" 15201da177e4SLinus Torvalds depends on NET_PCI && EISA && EXPERIMENTAL 15211da177e4SLinus Torvalds select CRC32 15221da177e4SLinus Torvalds help 15231da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 15241da177e4SLinus Torvalds the Ethernet-HOWTO, available from 15251da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 15261da177e4SLinus Torvalds 15271da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 15281da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 15291da177e4SLinus Torvalds will be called lne390. 15301da177e4SLinus Torvalds 15311da177e4SLinus Torvaldsconfig FEALNX 15321da177e4SLinus Torvalds tristate "Myson MTD-8xx PCI Ethernet support" 15331da177e4SLinus Torvalds depends on NET_PCI && PCI 15341da177e4SLinus Torvalds select CRC32 15351da177e4SLinus Torvalds select MII 15361da177e4SLinus Torvalds help 15371da177e4SLinus Torvalds Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet 15381da177e4SLinus Torvalds cards. Specifications and data at 15391da177e4SLinus Torvalds <http://www.myson.com.hk/mtd/datasheet/>. 15401da177e4SLinus Torvalds 15411da177e4SLinus Torvaldsconfig NATSEMI 15421da177e4SLinus Torvalds tristate "National Semiconductor DP8381x series PCI Ethernet support" 15431da177e4SLinus Torvalds depends on NET_PCI && PCI 15441da177e4SLinus Torvalds select CRC32 15451da177e4SLinus Torvalds help 15461da177e4SLinus Torvalds This driver is for the National Semiconductor DP83810 series, 15471da177e4SLinus Torvalds which is used in cards from PureData, NetGear, Linksys 15481da177e4SLinus Torvalds and others, including the 83815 chip. 15491da177e4SLinus Torvalds More specific information and updates are available from 15501da177e4SLinus Torvalds <http://www.scyld.com/network/natsemi.html>. 15511da177e4SLinus Torvalds 15521da177e4SLinus Torvaldsconfig NE2K_PCI 15531da177e4SLinus Torvalds tristate "PCI NE2000 and clones support (see help)" 15541da177e4SLinus Torvalds depends on NET_PCI && PCI 15551da177e4SLinus Torvalds select CRC32 15561da177e4SLinus Torvalds ---help--- 15571da177e4SLinus Torvalds This driver is for NE2000 compatible PCI cards. It will not work 15581da177e4SLinus Torvalds with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 15591da177e4SLinus Torvalds support" below). If you have a PCI NE2000 network (Ethernet) card, 15601da177e4SLinus Torvalds say Y and read the Ethernet-HOWTO, available from 15611da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 15621da177e4SLinus Torvalds 15631da177e4SLinus Torvalds This driver also works for the following NE2000 clone cards: 15641da177e4SLinus Torvalds RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 15651da177e4SLinus Torvalds NetVin NV5000SC Via 86C926 SureCom NE34 Winbond 15661da177e4SLinus Torvalds Holtek HT80232 Holtek HT80229 15671da177e4SLinus Torvalds 15681da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 15691da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 15701da177e4SLinus Torvalds will be called ne2k-pci. 15711da177e4SLinus Torvalds 15721da177e4SLinus Torvaldsconfig NE3210 15731da177e4SLinus Torvalds tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)" 15741da177e4SLinus Torvalds depends on NET_PCI && EISA && EXPERIMENTAL 15751da177e4SLinus Torvalds select CRC32 15761da177e4SLinus Torvalds ---help--- 15771da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 15781da177e4SLinus Torvalds the Ethernet-HOWTO, available from 15791da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Note that this driver 15801da177e4SLinus Torvalds will NOT WORK for NE3200 cards as they are completely different. 15811da177e4SLinus Torvalds 15821da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 15831da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 15841da177e4SLinus Torvalds will be called ne3210. 15851da177e4SLinus Torvalds 15861da177e4SLinus Torvaldsconfig ES3210 15871da177e4SLinus Torvalds tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)" 15881da177e4SLinus Torvalds depends on NET_PCI && EISA && EXPERIMENTAL 15891da177e4SLinus Torvalds select CRC32 15901da177e4SLinus Torvalds help 15911da177e4SLinus Torvalds If you have a network (Ethernet) card of this type, say Y and read 15921da177e4SLinus Torvalds the Ethernet-HOWTO, available from 15931da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 15941da177e4SLinus Torvalds 15951da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 15961da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 15971da177e4SLinus Torvalds will be called es3210. 15981da177e4SLinus Torvalds 15991da177e4SLinus Torvaldsconfig 8139CP 16001da177e4SLinus Torvalds tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)" 16011da177e4SLinus Torvalds depends on NET_PCI && PCI && EXPERIMENTAL 16021da177e4SLinus Torvalds select CRC32 16031da177e4SLinus Torvalds select MII 16041da177e4SLinus Torvalds help 16051da177e4SLinus Torvalds This is a driver for the Fast Ethernet PCI network cards based on 16061da177e4SLinus Torvalds the RTL8139C+ chips. If you have one of those, say Y and read 16071da177e4SLinus Torvalds the Ethernet-HOWTO, available from 16081da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 16091da177e4SLinus Torvalds 16101da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 16111da177e4SLinus Torvalds will be called 8139cp. This is recommended. 16121da177e4SLinus Torvalds 16131da177e4SLinus Torvaldsconfig 8139TOO 1614f04e3f09SAdrian Bunk tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 16151da177e4SLinus Torvalds depends on NET_PCI && PCI 16161da177e4SLinus Torvalds select CRC32 16171da177e4SLinus Torvalds select MII 16181da177e4SLinus Torvalds ---help--- 16191da177e4SLinus Torvalds This is a driver for the Fast Ethernet PCI network cards based on 1620f04e3f09SAdrian Bunk the RTL 8129/8130/8139 chips. If you have one of those, say Y and 1621f04e3f09SAdrian Bunk read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>. 16221da177e4SLinus Torvalds 16231da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 16241da177e4SLinus Torvalds will be called 8139too. This is recommended. 16251da177e4SLinus Torvalds 16261da177e4SLinus Torvaldsconfig 8139TOO_PIO 16271da177e4SLinus Torvalds bool "Use PIO instead of MMIO" 16281da177e4SLinus Torvalds default y 16291da177e4SLinus Torvalds depends on 8139TOO 16301da177e4SLinus Torvalds help 16311da177e4SLinus Torvalds This instructs the driver to use programmed I/O ports (PIO) instead 16321da177e4SLinus Torvalds of PCI shared memory (MMIO). This can possibly solve some problems 16331da177e4SLinus Torvalds in case your mainboard has memory consistency issues. If unsure, 16341da177e4SLinus Torvalds say N. 16351da177e4SLinus Torvalds 16361da177e4SLinus Torvaldsconfig 8139TOO_TUNE_TWISTER 16371da177e4SLinus Torvalds bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 16381da177e4SLinus Torvalds depends on 8139TOO 16391da177e4SLinus Torvalds help 16401da177e4SLinus Torvalds This implements a function which might come in handy in case you 16411da177e4SLinus Torvalds are using low quality on long cabling. It is required for RealTek 16421da177e4SLinus Torvalds RTL-8139 revision K boards, and totally unused otherwise. It tries 16431da177e4SLinus Torvalds to match the transceiver to the cable characteristics. This is 16441da177e4SLinus Torvalds experimental since hardly documented by the manufacturer. 16451da177e4SLinus Torvalds If unsure, say Y. 16461da177e4SLinus Torvalds 16471da177e4SLinus Torvaldsconfig 8139TOO_8129 16481da177e4SLinus Torvalds bool "Support for older RTL-8129/8130 boards" 16491da177e4SLinus Torvalds depends on 8139TOO 16501da177e4SLinus Torvalds help 16511da177e4SLinus Torvalds This enables support for the older and uncommon RTL-8129 and 16521da177e4SLinus Torvalds RTL-8130 chips, which support MII via an external transceiver, 16531da177e4SLinus Torvalds instead of an internal one. Disabling this option will save some 16541da177e4SLinus Torvalds memory by making the code size smaller. If unsure, say Y. 16551da177e4SLinus Torvalds 16561da177e4SLinus Torvaldsconfig 8139_OLD_RX_RESET 16571da177e4SLinus Torvalds bool "Use older RX-reset method" 16581da177e4SLinus Torvalds depends on 8139TOO 16591da177e4SLinus Torvalds help 16601da177e4SLinus Torvalds The 8139too driver was recently updated to contain a more rapid 16611da177e4SLinus Torvalds reset sequence, in the face of severe receive errors. This "new" 16621da177e4SLinus Torvalds RX-reset method should be adequate for all boards. But if you 16631da177e4SLinus Torvalds experience problems, you can enable this option to restore the 16641da177e4SLinus Torvalds old RX-reset behavior. If unsure, say N. 16651da177e4SLinus Torvalds 16661da177e4SLinus Torvaldsconfig SIS900 16671da177e4SLinus Torvalds tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" 16681da177e4SLinus Torvalds depends on NET_PCI && PCI 16691da177e4SLinus Torvalds select CRC32 16706da0f685SAdrian Bunk select MII 16711da177e4SLinus Torvalds ---help--- 16721da177e4SLinus Torvalds This is a driver for the Fast Ethernet PCI network cards based on 16731da177e4SLinus Torvalds the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in 1674c3cf560eSAdrian Bunk SiS 630 and SiS 540 chipsets. 16751da177e4SLinus Torvalds 16761da177e4SLinus Torvalds This driver also supports AMD 79C901 HomePNA so that you can use 16771da177e4SLinus Torvalds your phone line as a network cable. 16781da177e4SLinus Torvalds 16791da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 16801da177e4SLinus Torvalds will be called sis900. This is recommended. 16811da177e4SLinus Torvalds 16821da177e4SLinus Torvaldsconfig EPIC100 16831da177e4SLinus Torvalds tristate "SMC EtherPower II" 16841da177e4SLinus Torvalds depends on NET_PCI && PCI 16851da177e4SLinus Torvalds select CRC32 16861da177e4SLinus Torvalds select MII 16871da177e4SLinus Torvalds help 16881da177e4SLinus Torvalds This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC, 16891da177e4SLinus Torvalds which is based on the SMC83c17x (EPIC/100). 16901da177e4SLinus Torvalds More specific information and updates are available from 16911da177e4SLinus Torvalds <http://www.scyld.com/network/epic100.html>. 16921da177e4SLinus Torvalds 16931da177e4SLinus Torvaldsconfig SUNDANCE 16941da177e4SLinus Torvalds tristate "Sundance Alta support" 16951da177e4SLinus Torvalds depends on NET_PCI && PCI 16961da177e4SLinus Torvalds select CRC32 16971da177e4SLinus Torvalds select MII 16981da177e4SLinus Torvalds help 16991da177e4SLinus Torvalds This driver is for the Sundance "Alta" chip. 17001da177e4SLinus Torvalds More specific information and updates are available from 17011da177e4SLinus Torvalds <http://www.scyld.com/network/sundance.html>. 17021da177e4SLinus Torvalds 17031da177e4SLinus Torvaldsconfig SUNDANCE_MMIO 17041da177e4SLinus Torvalds bool "Use MMIO instead of PIO" 17051da177e4SLinus Torvalds depends on SUNDANCE 17061da177e4SLinus Torvalds help 17071da177e4SLinus Torvalds Enable memory-mapped I/O for interaction with Sundance NIC registers. 17081da177e4SLinus Torvalds Do NOT enable this by default, PIO (enabled when MMIO is disabled) 17091da177e4SLinus Torvalds is known to solve bugs on certain chips. 17101da177e4SLinus Torvalds 17111da177e4SLinus Torvalds If unsure, say N. 17121da177e4SLinus Torvalds 17131da177e4SLinus Torvaldsconfig TLAN 17141da177e4SLinus Torvalds tristate "TI ThunderLAN support" 17151da177e4SLinus Torvalds depends on NET_PCI && (PCI || EISA) && !64BIT 17161da177e4SLinus Torvalds ---help--- 17171da177e4SLinus Torvalds If you have a PCI Ethernet network card based on the ThunderLAN chip 17181da177e4SLinus Torvalds which is supported by this driver, say Y and read the 17191da177e4SLinus Torvalds Ethernet-HOWTO, available from 17201da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 17211da177e4SLinus Torvalds 17221da177e4SLinus Torvalds Devices currently supported by this driver are Compaq Netelligent, 17231da177e4SLinus Torvalds Compaq NetFlex and Olicom cards. Please read the file 17241da177e4SLinus Torvalds <file:Documentation/networking/tlan.txt> for more details. 17251da177e4SLinus Torvalds 17261da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 17271da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 17281da177e4SLinus Torvalds will be called tlan. 17291da177e4SLinus Torvalds 17301da177e4SLinus Torvalds Please email feedback to <torben.mathiasen@compaq.com>. 17311da177e4SLinus Torvalds 17321da177e4SLinus Torvaldsconfig VIA_RHINE 17331da177e4SLinus Torvalds tristate "VIA Rhine support" 17341da177e4SLinus Torvalds depends on NET_PCI && PCI 17351da177e4SLinus Torvalds select CRC32 17361da177e4SLinus Torvalds select MII 17371da177e4SLinus Torvalds help 17381da177e4SLinus Torvalds If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A), 17391da177e4SLinus Torvalds Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type 17401da177e4SLinus Torvalds Ethernet functions can also be found integrated on South Bridges 17411da177e4SLinus Torvalds (e.g. VT8235). 17421da177e4SLinus Torvalds 17431da177e4SLinus Torvalds To compile this driver as a module, choose M here. The module 17441da177e4SLinus Torvalds will be called via-rhine. 17451da177e4SLinus Torvalds 17461da177e4SLinus Torvaldsconfig VIA_RHINE_MMIO 17471da177e4SLinus Torvalds bool "Use MMIO instead of PIO" 17481da177e4SLinus Torvalds depends on VIA_RHINE 17491da177e4SLinus Torvalds help 17501da177e4SLinus Torvalds This instructs the driver to use PCI shared memory (MMIO) instead of 17511da177e4SLinus Torvalds programmed I/O ports (PIO). Enabling this gives an improvement in 17521da177e4SLinus Torvalds processing time in parts of the driver. 17531da177e4SLinus Torvalds 17541da177e4SLinus Torvalds If unsure, say Y. 17551da177e4SLinus Torvalds 1756633949a1SRoger Luethiconfig VIA_RHINE_NAPI 1757633949a1SRoger Luethi bool "Use Rx Polling (NAPI)" 1758633949a1SRoger Luethi depends on VIA_RHINE 1759633949a1SRoger Luethi help 1760633949a1SRoger Luethi NAPI is a new driver API designed to reduce CPU and interrupt load 1761633949a1SRoger Luethi when the driver is receiving lots of packets from the card. 1762633949a1SRoger Luethi 1763633949a1SRoger Luethi If your estimated Rx load is 10kpps or more, or if the card will be 1764633949a1SRoger Luethi deployed on potentially unfriendly networks (e.g. in a firewall), 1765633949a1SRoger Luethi then say Y here. 1766633949a1SRoger Luethi 1767633949a1SRoger Luethi See <file:Documentation/networking/NAPI_HOWTO.txt> for more 1768633949a1SRoger Luethi information. 1769633949a1SRoger Luethi 17701da177e4SLinus Torvaldsconfig LAN_SAA9730 1771f2b67c79SRalf Baechle bool "Philips SAA9730 Ethernet support" 1772f2b67c79SRalf Baechle depends on NET_PCI && PCI && MIPS_ATLAS 17731da177e4SLinus Torvalds help 17741da177e4SLinus Torvalds The SAA9730 is a combined multimedia and peripheral controller used 17751da177e4SLinus Torvalds in thin clients, Internet access terminals, and diskless 17761da177e4SLinus Torvalds workstations. 17771da177e4SLinus Torvalds See <http://www.semiconductors.philips.com/pip/SAA9730_flyer_1>. 17781da177e4SLinus Torvalds 1779bf345707SCesar Eduardo Barrosconfig SC92031 1780bf345707SCesar Eduardo Barros tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)" 1781bf345707SCesar Eduardo Barros depends on NET_PCI && PCI && EXPERIMENTAL 1782bf345707SCesar Eduardo Barros select CRC32 1783bf345707SCesar Eduardo Barros ---help--- 1784bf345707SCesar Eduardo Barros This is a driver for the Fast Ethernet PCI network cards based on 1785bf345707SCesar Eduardo Barros the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you 1786bf345707SCesar Eduardo Barros have one of these, say Y here. 1787bf345707SCesar Eduardo Barros 1788bf345707SCesar Eduardo Barros To compile this driver as a module, choose M here: the module 1789bf345707SCesar Eduardo Barros will be called sc92031. This is recommended. 1790bf345707SCesar Eduardo Barros 17911da177e4SLinus Torvaldsconfig NET_POCKET 17921da177e4SLinus Torvalds bool "Pocket and portable adapters" 1793d1c0a65fSJan Engelhardt depends on PARPORT 17941da177e4SLinus Torvalds ---help--- 17951da177e4SLinus Torvalds Cute little network (Ethernet) devices which attach to the parallel 17961da177e4SLinus Torvalds port ("pocket adapters"), commonly used with laptops. If you have 17971da177e4SLinus Torvalds one of those, say Y and read the Ethernet-HOWTO, available from 17981da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 17991da177e4SLinus Torvalds 18001da177e4SLinus Torvalds If you want to plug a network (or some other) card into the PCMCIA 18011da177e4SLinus Torvalds (or PC-card) slot of your laptop instead (PCMCIA is the standard for 18021da177e4SLinus Torvalds credit card size extension cards used by all modern laptops), you 18031da177e4SLinus Torvalds need the pcmcia-cs package (location contained in the file 18041da177e4SLinus Torvalds <file:Documentation/Changes>) and you can say N here. 18051da177e4SLinus Torvalds 18061da177e4SLinus Torvalds Laptop users should read the Linux Laptop home page at 18071da177e4SLinus Torvalds <http://www.linux-on-laptops.com/> or 18081da177e4SLinus Torvalds Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>. 18091da177e4SLinus Torvalds 18101da177e4SLinus Torvalds Note that the answer to this question doesn't directly affect the 18111da177e4SLinus Torvalds kernel: saying N will just cause the configurator to skip all 18121da177e4SLinus Torvalds the questions about this class of network devices. If you say Y, you 18131da177e4SLinus Torvalds will be asked for your specific device in the following questions. 18141da177e4SLinus Torvalds 18151da177e4SLinus Torvaldsconfig ATP 18161da177e4SLinus Torvalds tristate "AT-LAN-TEC/RealTek pocket adapter support" 181732fa2bfcSGrant Coady depends on NET_POCKET && PARPORT && X86 18181da177e4SLinus Torvalds select CRC32 18191da177e4SLinus Torvalds ---help--- 18201da177e4SLinus Torvalds This is a network (Ethernet) device which attaches to your parallel 18211da177e4SLinus Torvalds port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO, 18221da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>, if you 18231da177e4SLinus Torvalds want to use this. If you intend to use this driver, you should have 18241da177e4SLinus Torvalds said N to the "Parallel printer support", because the two drivers 18251da177e4SLinus Torvalds don't like each other. 18261da177e4SLinus Torvalds 18271da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 18281da177e4SLinus Torvalds will be called atp. 18291da177e4SLinus Torvalds 18301da177e4SLinus Torvaldsconfig DE600 18311da177e4SLinus Torvalds tristate "D-Link DE600 pocket adapter support" 183232fa2bfcSGrant Coady depends on NET_POCKET && PARPORT 18331da177e4SLinus Torvalds ---help--- 18341da177e4SLinus Torvalds This is a network (Ethernet) device which attaches to your parallel 18351da177e4SLinus Torvalds port. Read <file:Documentation/networking/DLINK.txt> as well as the 18361da177e4SLinus Torvalds Ethernet-HOWTO, available from 18371da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>, if you want to use 18381da177e4SLinus Torvalds this. It is possible to have several devices share a single parallel 18391da177e4SLinus Torvalds port and it is safe to compile the corresponding drivers into the 18401da177e4SLinus Torvalds kernel. 18411da177e4SLinus Torvalds 18421da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 18431da177e4SLinus Torvalds will be called de600. 18441da177e4SLinus Torvalds 18451da177e4SLinus Torvaldsconfig DE620 18461da177e4SLinus Torvalds tristate "D-Link DE620 pocket adapter support" 184732fa2bfcSGrant Coady depends on NET_POCKET && PARPORT 18481da177e4SLinus Torvalds ---help--- 18491da177e4SLinus Torvalds This is a network (Ethernet) device which attaches to your parallel 18501da177e4SLinus Torvalds port. Read <file:Documentation/networking/DLINK.txt> as well as the 18511da177e4SLinus Torvalds Ethernet-HOWTO, available from 18521da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>, if you want to use 18531da177e4SLinus Torvalds this. It is possible to have several devices share a single parallel 18541da177e4SLinus Torvalds port and it is safe to compile the corresponding drivers into the 18551da177e4SLinus Torvalds kernel. 18561da177e4SLinus Torvalds 18571da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 18581da177e4SLinus Torvalds will be called de620. 18591da177e4SLinus Torvalds 18601da177e4SLinus Torvaldsconfig SGISEEQ 18611da177e4SLinus Torvalds tristate "SGI Seeq ethernet controller support" 1862d1c0a65fSJan Engelhardt depends on SGI_IP22 18631da177e4SLinus Torvalds help 18641da177e4SLinus Torvalds Say Y here if you have an Seeq based Ethernet network card. This is 18651da177e4SLinus Torvalds used in many Silicon Graphics machines. 18661da177e4SLinus Torvalds 18671da177e4SLinus Torvaldsconfig DECLANCE 18681da177e4SLinus Torvalds tristate "DEC LANCE ethernet controller support" 1869d1c0a65fSJan Engelhardt depends on MACH_DECSTATION 18701da177e4SLinus Torvalds select CRC32 18711da177e4SLinus Torvalds help 18721da177e4SLinus Torvalds This driver is for the series of Ethernet controllers produced by 18731da177e4SLinus Torvalds DEC (now Compaq) based on the AMD Lance chipset, including the 18741da177e4SLinus Torvalds DEPCA series. (This chipset is better known via the NE2100 cards.) 18751da177e4SLinus Torvalds 18761da177e4SLinus Torvaldsconfig 68360_ENET 18771da177e4SLinus Torvalds bool "Motorola 68360 ethernet controller" 18781da177e4SLinus Torvalds depends on M68360 18791da177e4SLinus Torvalds help 18801da177e4SLinus Torvalds Say Y here if you want to use the built-in ethernet controller of 18811da177e4SLinus Torvalds the Motorola 68360 processor. 18821da177e4SLinus Torvalds 18831da177e4SLinus Torvaldsconfig FEC 18842af6921fSGreg Ungerer bool "FEC ethernet controller (of ColdFire CPUs)" 1885892b6252SGreg Ungerer depends on M523x || M527x || M5272 || M528x || M520x 18861da177e4SLinus Torvalds help 18871da177e4SLinus Torvalds Say Y here if you want to use the built-in 10/100 Fast ethernet 18882af6921fSGreg Ungerer controller on some Motorola ColdFire processors. 18892af6921fSGreg Ungerer 18902af6921fSGreg Ungererconfig FEC2 18912af6921fSGreg Ungerer bool "Second FEC ethernet controller (on some ColdFire CPUs)" 18922af6921fSGreg Ungerer depends on FEC 18932af6921fSGreg Ungerer help 18942af6921fSGreg Ungerer Say Y here if you want to use the second built-in 10/100 Fast 18952af6921fSGreg Ungerer ethernet controller on some Motorola ColdFire processors. 18961da177e4SLinus Torvalds 18971da177e4SLinus Torvaldsconfig NE_H8300 18981da177e4SLinus Torvalds tristate "NE2000 compatible support for H8/300" 1899d1c0a65fSJan Engelhardt depends on H8300 19001da177e4SLinus Torvalds help 19011da177e4SLinus Torvalds Say Y here if you want to use the NE2000 compatible 19021da177e4SLinus Torvalds controller on the Renesas H8/300 processor. 19031da177e4SLinus Torvalds 19041da177e4SLinus Torvaldssource "drivers/net/fec_8xx/Kconfig" 190548257c4fSPantelis Antoniousource "drivers/net/fs_enet/Kconfig" 19061da177e4SLinus Torvalds 1907d1c0a65fSJan Engelhardtendif # NET_ETHERNET 19081da177e4SLinus Torvalds 19091da177e4SLinus Torvalds# 19101da177e4SLinus Torvalds# Gigabit Ethernet 19111da177e4SLinus Torvalds# 19121da177e4SLinus Torvalds 1913f30486d5SJan Engelhardtmenuconfig NETDEV_1000 1914f30486d5SJan Engelhardt bool "Ethernet (1000 Mbit)" 1915cbcd2a4cSRandy Dunlap depends on !UML 1916f30486d5SJan Engelhardt default y 1917f30486d5SJan Engelhardt 1918f30486d5SJan Engelhardtif NETDEV_1000 19191da177e4SLinus Torvalds 19201da177e4SLinus Torvaldsconfig ACENIC 19211da177e4SLinus Torvalds tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support" 19221da177e4SLinus Torvalds depends on PCI 19231da177e4SLinus Torvalds ---help--- 19241da177e4SLinus Torvalds Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear 19251da177e4SLinus Torvalds GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet 19261da177e4SLinus Torvalds adapter. The driver allows for using the Jumbo Frame option (9000 19271da177e4SLinus Torvalds bytes/frame) however it requires that your switches can handle this 19281da177e4SLinus Torvalds as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig 19291da177e4SLinus Torvalds line. 19301da177e4SLinus Torvalds 19311da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 19321da177e4SLinus Torvalds module will be called acenic. 19331da177e4SLinus Torvalds 19341da177e4SLinus Torvaldsconfig ACENIC_OMIT_TIGON_I 19351da177e4SLinus Torvalds bool "Omit support for old Tigon I based AceNICs" 19361da177e4SLinus Torvalds depends on ACENIC 19371da177e4SLinus Torvalds help 19381da177e4SLinus Torvalds Say Y here if you only have Tigon II based AceNICs and want to leave 19391da177e4SLinus Torvalds out support for the older Tigon I based cards which are no longer 19401da177e4SLinus Torvalds being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B 19411da177e4SLinus Torvalds version)). This will reduce the size of the driver object by 19421da177e4SLinus Torvalds app. 100KB. If you are not sure whether your card is a Tigon I or a 19431da177e4SLinus Torvalds Tigon II, say N here. 19441da177e4SLinus Torvalds 19451da177e4SLinus Torvalds The safe and default value for this is N. 19461da177e4SLinus Torvalds 19471da177e4SLinus Torvaldsconfig DL2K 19481da177e4SLinus Torvalds tristate "D-Link DL2000-based Gigabit Ethernet support" 19491da177e4SLinus Torvalds depends on PCI 19501da177e4SLinus Torvalds select CRC32 19511da177e4SLinus Torvalds help 19521da177e4SLinus Torvalds This driver supports D-Link 2000-based gigabit ethernet cards, which 19531da177e4SLinus Torvalds includes 19541da177e4SLinus Torvalds D-Link DGE-550T Gigabit Ethernet Adapter. 19551da177e4SLinus Torvalds D-Link DL2000-based Gigabit Ethernet Adapter. 19561da177e4SLinus Torvalds 19571da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 19581da177e4SLinus Torvalds module will be called dl2k. 19591da177e4SLinus Torvalds 19601da177e4SLinus Torvaldsconfig E1000 19611da177e4SLinus Torvalds tristate "Intel(R) PRO/1000 Gigabit Ethernet support" 19621da177e4SLinus Torvalds depends on PCI 19631da177e4SLinus Torvalds ---help--- 19641da177e4SLinus Torvalds This driver supports Intel(R) PRO/1000 gigabit ethernet family of 19651da177e4SLinus Torvalds adapters. For more information on how to identify your adapter, go 19661da177e4SLinus Torvalds to the Adapter & Driver ID Guide at: 19671da177e4SLinus Torvalds 19681da177e4SLinus Torvalds <http://support.intel.com/support/network/adapter/pro100/21397.htm> 19691da177e4SLinus Torvalds 19701da177e4SLinus Torvalds For general information and support, go to the Intel support 19711da177e4SLinus Torvalds website at: 19721da177e4SLinus Torvalds 19731da177e4SLinus Torvalds <http://support.intel.com> 19741da177e4SLinus Torvalds 19751da177e4SLinus Torvalds More specific information on configuring the driver is in 19761da177e4SLinus Torvalds <file:Documentation/networking/e1000.txt>. 19771da177e4SLinus Torvalds 19781da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 19791da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 19801da177e4SLinus Torvalds will be called e1000. 19811da177e4SLinus Torvalds 19821da177e4SLinus Torvaldsconfig E1000_NAPI 19831da177e4SLinus Torvalds bool "Use Rx Polling (NAPI)" 19841da177e4SLinus Torvalds depends on E1000 19851da177e4SLinus Torvalds help 19861da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 19871da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 19881da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 19891da177e4SLinus Torvalds 19901da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 19911da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 19921da177e4SLinus Torvalds then say Y here. 19931da177e4SLinus Torvalds 19941da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 19951da177e4SLinus Torvalds information. 19961da177e4SLinus Torvalds 19971da177e4SLinus Torvalds If in doubt, say N. 19981da177e4SLinus Torvalds 199935ec56bbSJesse Brandeburgconfig E1000_DISABLE_PACKET_SPLIT 200035ec56bbSJesse Brandeburg bool "Disable Packet Split for PCI express adapters" 200135ec56bbSJesse Brandeburg depends on E1000 200235ec56bbSJesse Brandeburg help 200335ec56bbSJesse Brandeburg Say Y here if you want to use the legacy receive path for PCI express 20049e6b4873SJames Ring hardware. 200535ec56bbSJesse Brandeburg 200635ec56bbSJesse Brandeburg If in doubt, say N. 200735ec56bbSJesse Brandeburg 200815d014d1SLennert Buytenheksource "drivers/net/ixp2000/Kconfig" 200915d014d1SLennert Buytenhek 20101da177e4SLinus Torvaldsconfig MYRI_SBUS 20111da177e4SLinus Torvalds tristate "MyriCOM Gigabit Ethernet support" 20121da177e4SLinus Torvalds depends on SBUS 20131da177e4SLinus Torvalds help 20141da177e4SLinus Torvalds This driver supports MyriCOM Sbus gigabit Ethernet cards. 20151da177e4SLinus Torvalds 20161da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 20171da177e4SLinus Torvalds will be called myri_sbus. This is recommended. 20181da177e4SLinus Torvalds 20191da177e4SLinus Torvaldsconfig NS83820 202047c51431SJon Mason tristate "National Semiconductor DP83820 support" 20211da177e4SLinus Torvalds depends on PCI 20221da177e4SLinus Torvalds help 20231da177e4SLinus Torvalds This is a driver for the National Semiconductor DP83820 series 20241da177e4SLinus Torvalds of gigabit ethernet MACs. Cards using this chipset include 20251da177e4SLinus Torvalds the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX, 20261da177e4SLinus Torvalds SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of 20271da177e4SLinus Torvalds zero copy. 20281da177e4SLinus Torvalds 20291da177e4SLinus Torvaldsconfig HAMACHI 20301da177e4SLinus Torvalds tristate "Packet Engines Hamachi GNIC-II support" 20311da177e4SLinus Torvalds depends on PCI 20321da177e4SLinus Torvalds select MII 20331da177e4SLinus Torvalds help 20341da177e4SLinus Torvalds If you have a Gigabit Ethernet card of this type, say Y and read 20351da177e4SLinus Torvalds the Ethernet-HOWTO, available from 20361da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. 20371da177e4SLinus Torvalds 20381da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 20391da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 20401da177e4SLinus Torvalds called hamachi. 20411da177e4SLinus Torvalds 20421da177e4SLinus Torvaldsconfig YELLOWFIN 20431da177e4SLinus Torvalds tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)" 20441da177e4SLinus Torvalds depends on PCI && EXPERIMENTAL 20451da177e4SLinus Torvalds select CRC32 20461da177e4SLinus Torvalds ---help--- 20471da177e4SLinus Torvalds Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet 20481da177e4SLinus Torvalds adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is 20491da177e4SLinus Torvalds used by the Beowulf Linux cluster project. See 20501da177e4SLinus Torvalds <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more 20511da177e4SLinus Torvalds information about this driver in particular and Beowulf in general. 20521da177e4SLinus Torvalds 20531da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 20541da177e4SLinus Torvalds will be called yellowfin. This is recommended. 20551da177e4SLinus Torvalds 20561da177e4SLinus Torvaldsconfig R8169 20571da177e4SLinus Torvalds tristate "Realtek 8169 gigabit ethernet support" 20581da177e4SLinus Torvalds depends on PCI 20591da177e4SLinus Torvalds select CRC32 20601da177e4SLinus Torvalds ---help--- 20611da177e4SLinus Torvalds Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. 20621da177e4SLinus Torvalds 20631da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 20641da177e4SLinus Torvalds will be called r8169. This is recommended. 20651da177e4SLinus Torvalds 20661da177e4SLinus Torvaldsconfig R8169_NAPI 20671da177e4SLinus Torvalds bool "Use Rx and Tx Polling (NAPI) (EXPERIMENTAL)" 20681da177e4SLinus Torvalds depends on R8169 && EXPERIMENTAL 20691da177e4SLinus Torvalds help 20701da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 20711da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 20721da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 20731da177e4SLinus Torvalds 20741da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 20751da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 20761da177e4SLinus Torvalds then say Y here. 20771da177e4SLinus Torvalds 20781da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 20791da177e4SLinus Torvalds information. 20801da177e4SLinus Torvalds 20811da177e4SLinus Torvalds If in doubt, say N. 20821da177e4SLinus Torvalds 20831da177e4SLinus Torvaldsconfig R8169_VLAN 20841da177e4SLinus Torvalds bool "VLAN support" 20851da177e4SLinus Torvalds depends on R8169 && VLAN_8021Q 20861da177e4SLinus Torvalds ---help--- 20871da177e4SLinus Torvalds Say Y here for the r8169 driver to support the functions required 20881da177e4SLinus Torvalds by the kernel 802.1Q code. 20891da177e4SLinus Torvalds 20901da177e4SLinus Torvalds If in doubt, say Y. 20911da177e4SLinus Torvalds 2092890e8d0aSFrancois Romieuconfig SIS190 2093e797637fSFrancois Romieu tristate "SiS190/SiS191 gigabit ethernet support" 2094890e8d0aSFrancois Romieu depends on PCI 2095890e8d0aSFrancois Romieu select CRC32 2096e9985d53SAdrian Bunk select MII 2097890e8d0aSFrancois Romieu ---help--- 2098e797637fSFrancois Romieu Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or 2099e797637fSFrancois Romieu a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to 2100e797637fSFrancois Romieu appear in lan on motherboard designs which are based on SiS 965 2101e797637fSFrancois Romieu and SiS 966 south bridge. 2102890e8d0aSFrancois Romieu 2103890e8d0aSFrancois Romieu To compile this driver as a module, choose M here: the module 2104890e8d0aSFrancois Romieu will be called sis190. This is recommended. 2105890e8d0aSFrancois Romieu 2106baef58b1SStephen Hemmingerconfig SKGE 21077a160c73SStephen Hemminger tristate "New SysKonnect GigaEthernet support" 21087a160c73SStephen Hemminger depends on PCI 2109baef58b1SStephen Hemminger select CRC32 2110baef58b1SStephen Hemminger ---help--- 2111baef58b1SStephen Hemminger This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx 2112baef58b1SStephen Hemminger and related Gigabit Ethernet adapters. It is a new smaller driver 211346a60f2dSStephen Hemminger with better performance and more complete ethtool support. 2114baef58b1SStephen Hemminger 2115baef58b1SStephen Hemminger It does not support the link failover and network management 2116*e1abecc4SJeff Garzik features available in the hardware. 2117baef58b1SStephen Hemminger 2118c6f0d75aSDaniel Drake This driver supports adapters based on the original Yukon chipset: 2119c6f0d75aSDaniel Drake Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T, 2120c6f0d75aSDaniel Drake Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872. 2121c6f0d75aSDaniel Drake 2122c6f0d75aSDaniel Drake It does not support the newer Yukon2 chipset: a separate driver, 2123c6f0d75aSDaniel Drake sky2, is provided for Yukon2-based adapters. 2124c6f0d75aSDaniel Drake 2125c6f0d75aSDaniel Drake To compile this driver as a module, choose M here: the module 2126c6f0d75aSDaniel Drake will be called skge. This is recommended. 2127cd28ab6aSStephen Hemminger 2128cd28ab6aSStephen Hemmingerconfig SKY2 21298a3e3bfdSStephen Hemminger tristate "SysKonnect Yukon2 support" 2130f479b322SStephen Hemminger depends on PCI 2131cd28ab6aSStephen Hemminger select CRC32 2132cd28ab6aSStephen Hemminger ---help--- 2133cab00891SMatt LaPlante This driver supports Gigabit Ethernet adapters based on the 2134c6f0d75aSDaniel Drake Marvell Yukon 2 chipset: 2135c6f0d75aSDaniel Drake Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 2136c6f0d75aSDaniel Drake 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21 2137c6f0d75aSDaniel Drake 2138f479b322SStephen Hemminger There is companion driver for the older Marvell Yukon and 2139f479b322SStephen Hemminger Genesis based adapters: skge. 2140cd28ab6aSStephen Hemminger 2141cd28ab6aSStephen Hemminger To compile this driver as a module, choose M here: the module 2142cd28ab6aSStephen Hemminger will be called sky2. This is recommended. 2143cd28ab6aSStephen Hemminger 21443cf26753SStephen Hemmingerconfig SKY2_DEBUG 21453cf26753SStephen Hemminger bool "Debugging interface" 21463cf26753SStephen Hemminger depends on SKY2 && DEBUG_FS 21473cf26753SStephen Hemminger help 21483cf26753SStephen Hemminger This option adds the ability to dump driver state for debugging. 21493cf26753SStephen Hemminger The file debugfs/sky2/ethX displays the state of the internal 21503cf26753SStephen Hemminger transmit and receive rings. 21513cf26753SStephen Hemminger 21523cf26753SStephen Hemminger If unsure, say N. 21533cf26753SStephen Hemminger 21541da177e4SLinus Torvaldsconfig VIA_VELOCITY 21551da177e4SLinus Torvalds tristate "VIA Velocity support" 215673815538SYoichi Yuasa depends on PCI 21571da177e4SLinus Torvalds select CRC32 21581da177e4SLinus Torvalds select CRC_CCITT 21591da177e4SLinus Torvalds select MII 21601da177e4SLinus Torvalds help 21611da177e4SLinus Torvalds If you have a VIA "Velocity" based network card say Y here. 21621da177e4SLinus Torvalds 21631da177e4SLinus Torvalds To compile this driver as a module, choose M here. The module 21641da177e4SLinus Torvalds will be called via-velocity. 21651da177e4SLinus Torvalds 21661da177e4SLinus Torvaldsconfig TIGON3 21671da177e4SLinus Torvalds tristate "Broadcom Tigon3 support" 21681da177e4SLinus Torvalds depends on PCI 21691da177e4SLinus Torvalds help 21701da177e4SLinus Torvalds This driver supports Broadcom Tigon3 based gigabit Ethernet cards. 21711da177e4SLinus Torvalds 21721da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 21731da177e4SLinus Torvalds will be called tg3. This is recommended. 21741da177e4SLinus Torvalds 2175b6016b76SMichael Chanconfig BNX2 2176b6016b76SMichael Chan tristate "Broadcom NetXtremeII support" 2177b6016b76SMichael Chan depends on PCI 2178fba9fe91SMichael Chan select CRC32 2179fba9fe91SMichael Chan select ZLIB_INFLATE 2180b6016b76SMichael Chan help 2181b6016b76SMichael Chan This driver supports Broadcom NetXtremeII gigabit Ethernet cards. 2182b6016b76SMichael Chan 2183b6016b76SMichael Chan To compile this driver as a module, choose M here: the module 2184b6016b76SMichael Chan will be called bnx2. This is recommended. 2185b6016b76SMichael Chan 2186aaec0fabSJens Osterkampconfig SPIDER_NET 2187aaec0fabSJens Osterkamp tristate "Spider Gigabit Ethernet driver" 21883342cf0eSKou Ishizaki depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) 21899b15879aSChristoph Hellwig select FW_LOADER 2190aaec0fabSJens Osterkamp help 2191aaec0fabSJens Osterkamp This driver supports the Gigabit Ethernet chips present on the 2192aaec0fabSJens Osterkamp Cell Processor-Based Blades from IBM. 2193aaec0fabSJens Osterkamp 21945e123b84SZang Roy-r61911config TSI108_ETH 21955e123b84SZang Roy-r61911 tristate "Tundra TSI108 gigabit Ethernet support" 21965e123b84SZang Roy-r61911 depends on TSI108_BRIDGE 21975e123b84SZang Roy-r61911 help 21985e123b84SZang Roy-r61911 This driver supports Tundra TSI108 gigabit Ethernet ports. 21995e123b84SZang Roy-r61911 To compile this driver as a module, choose M here: the module 22005e123b84SZang Roy-r61911 will be called tsi108_eth. 22015e123b84SZang Roy-r61911 22021da177e4SLinus Torvaldsconfig GIANFAR 22031da177e4SLinus Torvalds tristate "Gianfar Ethernet" 2204ef82a306SJon Loeliger depends on 85xx || 83xx || PPC_86xx 2205bb40dcbbSAndy Fleming select PHYLIB 2206bf41a7c5SDave Jiang select CRC32 22071da177e4SLinus Torvalds help 2208ef82a306SJon Loeliger This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, 2209ef82a306SJon Loeliger and MPC86xx family of chips, and the FEC on the 8540. 22101da177e4SLinus Torvalds 22111da177e4SLinus Torvaldsconfig GFAR_NAPI 22121da177e4SLinus Torvalds bool "NAPI Support" 22131da177e4SLinus Torvalds depends on GIANFAR 22141da177e4SLinus Torvalds 2215ce973b14SLi Yangconfig UCC_GETH 22167d776cb5STimur Tabi tristate "Freescale QE Gigabit Ethernet" 22177d776cb5STimur Tabi depends on QUICC_ENGINE 2218296baae2SJan Altenberg select PHYLIB 2219ce973b14SLi Yang help 22207d776cb5STimur Tabi This driver supports the Gigabit Ethernet mode of the QUICC Engine, 22217d776cb5STimur Tabi which is available on some Freescale SOCs. 2222ce973b14SLi Yang 2223ce973b14SLi Yangconfig UGETH_NAPI 2224ce973b14SLi Yang bool "NAPI Support" 2225ce973b14SLi Yang depends on UCC_GETH 2226ce973b14SLi Yang 2227ce973b14SLi Yangconfig UGETH_MAGIC_PACKET 2228ce973b14SLi Yang bool "Magic Packet detection support" 2229ce973b14SLi Yang depends on UCC_GETH 2230ce973b14SLi Yang 2231ce973b14SLi Yangconfig UGETH_FILTERING 2232ce973b14SLi Yang bool "Mac address filtering support" 2233ce973b14SLi Yang depends on UCC_GETH 2234ce973b14SLi Yang 2235d5b9049dSMichael Reissconfig UGETH_TX_ON_DEMAND 2236d5b9049dSMichael Reiss bool "Transmit on Demand support" 2237ce973b14SLi Yang depends on UCC_GETH 2238ce973b14SLi Yang 22391da177e4SLinus Torvaldsconfig MV643XX_ETH 22401da177e4SLinus Torvalds tristate "MV-643XX Ethernet support" 2241649c8e02SDale Farnsworth depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MV64X60 || MOMENCO_OCELOT_3 || (PPC_MULTIPLATFORM && PPC32) 2242cd6478c8SDale Farnsworth select MII 22431da177e4SLinus Torvalds help 22441da177e4SLinus Torvalds This driver supports the gigabit Ethernet on the Marvell MV643XX 22451da177e4SLinus Torvalds chipset which is used in the Momenco Ocelot C and Jaguar ATX and 22461da177e4SLinus Torvalds Pegasos II, amongst other PPC and MIPS boards. 22471da177e4SLinus Torvalds 22485a4faa87SRon Mercerconfig QLA3XXX 22495a4faa87SRon Mercer tristate "QLogic QLA3XXX Network Driver Support" 22505a4faa87SRon Mercer depends on PCI 22515a4faa87SRon Mercer help 22525a4faa87SRon Mercer This driver supports QLogic ISP3XXX gigabit Ethernet cards. 22535a4faa87SRon Mercer 22545a4faa87SRon Mercer To compile this driver as a module, choose M here: the module 22555a4faa87SRon Mercer will be called qla3xxx. 22565a4faa87SRon Mercer 2257f3cc28c7SJay Cliburnconfig ATL1 2258f3cc28c7SJay Cliburn tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)" 2259a1ca14b1SJay Cliburn depends on PCI && EXPERIMENTAL 2260f3cc28c7SJay Cliburn select CRC32 2261f3cc28c7SJay Cliburn select MII 2262f3cc28c7SJay Cliburn help 2263f3cc28c7SJay Cliburn This driver supports the Attansic L1 gigabit ethernet adapter. 2264f3cc28c7SJay Cliburn 2265f3cc28c7SJay Cliburn To compile this driver as a module, choose M here. The module 2266f3cc28c7SJay Cliburn will be called atl1. 2267f3cc28c7SJay Cliburn 2268f30486d5SJan Engelhardtendif # NETDEV_1000 22691da177e4SLinus Torvalds 22701da177e4SLinus Torvalds# 22711da177e4SLinus Torvalds# 10 Gigabit Ethernet 22721da177e4SLinus Torvalds# 22731da177e4SLinus Torvalds 2274f30486d5SJan Engelhardtmenuconfig NETDEV_10000 2275f30486d5SJan Engelhardt bool "Ethernet (10000 Mbit)" 2276cbcd2a4cSRandy Dunlap depends on !UML 2277f30486d5SJan Engelhardt default y 2278f30486d5SJan Engelhardt 2279f30486d5SJan Engelhardtif NETDEV_10000 22801da177e4SLinus Torvalds 22818199d3a7SChristoph Lameterconfig CHELSIO_T1 22828199d3a7SChristoph Lameter tristate "Chelsio 10Gb Ethernet support" 22838199d3a7SChristoph Lameter depends on PCI 228457834ca1SStephen Hemminger select CRC32 22858199d3a7SChristoph Lameter help 2286f1d3d38aSStephen Hemminger This driver supports Chelsio gigabit and 10-gigabit 2287f1d3d38aSStephen Hemminger Ethernet cards. More information about adapter features and 2288f1d3d38aSStephen Hemminger performance tuning is in <file:Documentation/networking/cxgb.txt>. 22898199d3a7SChristoph Lameter 22908199d3a7SChristoph Lameter For general information about Chelsio and our products, visit 22918199d3a7SChristoph Lameter our website at <http://www.chelsio.com>. 22928199d3a7SChristoph Lameter 22938199d3a7SChristoph Lameter For customer support, please visit our customer support page at 22948199d3a7SChristoph Lameter <http://www.chelsio.com/support.htm>. 22958199d3a7SChristoph Lameter 22968199d3a7SChristoph Lameter Please send feedback to <linux-bugs@chelsio.com>. 22978199d3a7SChristoph Lameter 22988199d3a7SChristoph Lameter To compile this driver as a module, choose M here: the module 22998199d3a7SChristoph Lameter will be called cxgb. 23008199d3a7SChristoph Lameter 2301352c417dSStephen Hemmingerconfig CHELSIO_T1_1G 2302352c417dSStephen Hemminger bool "Chelsio gigabit Ethernet support" 2303352c417dSStephen Hemminger depends on CHELSIO_T1 2304352c417dSStephen Hemminger help 2305352c417dSStephen Hemminger Enables support for Chelsio's gigabit Ethernet PCI cards. If you 2306352c417dSStephen Hemminger are using only 10G cards say 'N' here. 2307352c417dSStephen Hemminger 23087fe26a60SStephen Hemmingerconfig CHELSIO_T1_NAPI 23097fe26a60SStephen Hemminger bool "Use Rx Polling (NAPI)" 23107fe26a60SStephen Hemminger depends on CHELSIO_T1 23117fe26a60SStephen Hemminger default y 23127fe26a60SStephen Hemminger help 23137fe26a60SStephen Hemminger NAPI is a driver API designed to reduce CPU and interrupt load 23147fe26a60SStephen Hemminger when the driver is receiving lots of packets from the card. 23157fe26a60SStephen Hemminger 23164d22de3eSDivy Le Rayconfig CHELSIO_T3 23174d22de3eSDivy Le Ray tristate "Chelsio Communications T3 10Gb Ethernet support" 23184d22de3eSDivy Le Ray depends on PCI 23192e283962SDivy Le Ray select FW_LOADER 23204d22de3eSDivy Le Ray help 23214d22de3eSDivy Le Ray This driver supports Chelsio T3-based gigabit and 10Gb Ethernet 23224d22de3eSDivy Le Ray adapters. 23234d22de3eSDivy Le Ray 23244d22de3eSDivy Le Ray For general information about Chelsio and our products, visit 23254d22de3eSDivy Le Ray our website at <http://www.chelsio.com>. 23264d22de3eSDivy Le Ray 23274d22de3eSDivy Le Ray For customer support, please visit our customer support page at 23284d22de3eSDivy Le Ray <http://www.chelsio.com/support.htm>. 23294d22de3eSDivy Le Ray 23304d22de3eSDivy Le Ray Please send feedback to <linux-bugs@chelsio.com>. 23314d22de3eSDivy Le Ray 23324d22de3eSDivy Le Ray To compile this driver as a module, choose M here: the module 23334d22de3eSDivy Le Ray will be called cxgb3. 23344d22de3eSDivy Le Ray 23357a291083SJan-Bernd Themannconfig EHEA 23367a291083SJan-Bernd Themann tristate "eHEA Ethernet support" 23377a291083SJan-Bernd Themann depends on IBMEBUS 23387a291083SJan-Bernd Themann ---help--- 23397a291083SJan-Bernd Themann This driver supports the IBM pSeries eHEA ethernet adapter. 23407a291083SJan-Bernd Themann 23417a291083SJan-Bernd Themann To compile the driver as a module, choose M here. The module 23427a291083SJan-Bernd Themann will be called ehea. 23437a291083SJan-Bernd Themann 23441da177e4SLinus Torvaldsconfig IXGB 23451da177e4SLinus Torvalds tristate "Intel(R) PRO/10GbE support" 23461da177e4SLinus Torvalds depends on PCI 23471da177e4SLinus Torvalds ---help--- 23481da177e4SLinus Torvalds This driver supports Intel(R) PRO/10GbE family of 23491da177e4SLinus Torvalds adapters. For more information on how to identify your adapter, go 23501da177e4SLinus Torvalds to the Adapter & Driver ID Guide at: 23511da177e4SLinus Torvalds 23521da177e4SLinus Torvalds <http://support.intel.com/support/network/adapter/pro100/21397.htm> 23531da177e4SLinus Torvalds 23541da177e4SLinus Torvalds For general information and support, go to the Intel support 23551da177e4SLinus Torvalds website at: 23561da177e4SLinus Torvalds 23571da177e4SLinus Torvalds <http://support.intel.com> 23581da177e4SLinus Torvalds 23591da177e4SLinus Torvalds More specific information on configuring the driver is in 23601da177e4SLinus Torvalds <file:Documentation/networking/ixgb.txt>. 23611da177e4SLinus Torvalds 23621da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 23631da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module 23641da177e4SLinus Torvalds will be called ixgb. 23651da177e4SLinus Torvalds 23661da177e4SLinus Torvaldsconfig IXGB_NAPI 23671da177e4SLinus Torvalds bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" 23681da177e4SLinus Torvalds depends on IXGB && EXPERIMENTAL 23691da177e4SLinus Torvalds help 23701da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 23711da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 23721da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 23731da177e4SLinus Torvalds 23741da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 23751da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 23761da177e4SLinus Torvalds then say Y here. 23771da177e4SLinus Torvalds 23781da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 23791da177e4SLinus Torvalds information. 23801da177e4SLinus Torvalds 23811da177e4SLinus Torvalds If in doubt, say N. 23821da177e4SLinus Torvalds 23831da177e4SLinus Torvaldsconfig S2IO 23841da177e4SLinus Torvalds tristate "S2IO 10Gbe XFrame NIC" 23851da177e4SLinus Torvalds depends on PCI 23861da177e4SLinus Torvalds ---help--- 23871da177e4SLinus Torvalds This driver supports the 10Gbe XFrame NIC of S2IO. 23889eb343aeSAkinobu Mita More specific information on configuring the driver is in 23899eb343aeSAkinobu Mita <file:Documentation/networking/s2io.txt>. 23901da177e4SLinus Torvalds 23911da177e4SLinus Torvaldsconfig S2IO_NAPI 23921da177e4SLinus Torvalds bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" 23931da177e4SLinus Torvalds depends on S2IO && EXPERIMENTAL 23941da177e4SLinus Torvalds help 23951da177e4SLinus Torvalds NAPI is a new driver API designed to reduce CPU and interrupt load 23961da177e4SLinus Torvalds when the driver is receiving lots of packets from the card. It is 23971da177e4SLinus Torvalds still somewhat experimental and thus not yet enabled by default. 23981da177e4SLinus Torvalds 23991da177e4SLinus Torvalds If your estimated Rx load is 10kpps or more, or if the card will be 24001da177e4SLinus Torvalds deployed on potentially unfriendly networks (e.g. in a firewall), 24011da177e4SLinus Torvalds then say Y here. 24021da177e4SLinus Torvalds 24031da177e4SLinus Torvalds See <file:Documentation/networking/NAPI_HOWTO.txt> for more 24041da177e4SLinus Torvalds information. 24051da177e4SLinus Torvalds 24061da177e4SLinus Torvalds If in doubt, say N. 24071da177e4SLinus Torvalds 24080da34b6dSBrice Goglinconfig MYRI10GE 24090da34b6dSBrice Goglin tristate "Myricom Myri-10G Ethernet support" 24100da34b6dSBrice Goglin depends on PCI 24110da34b6dSBrice Goglin select FW_LOADER 24120da34b6dSBrice Goglin select CRC32 24130da34b6dSBrice Goglin ---help--- 24140da34b6dSBrice Goglin This driver supports Myricom Myri-10G Dual Protocol interface in 24150da34b6dSBrice Goglin Ethernet mode. If the eeprom on your board is not recent enough, 24160da34b6dSBrice Goglin you will need a newer firmware image. 24170da34b6dSBrice Goglin You may get this image or more information, at: 24180da34b6dSBrice Goglin 2419d2794905SBrice Goglin <http://www.myri.com/scs/download-Myri10GE.html> 24200da34b6dSBrice Goglin 24210da34b6dSBrice Goglin To compile this driver as a module, choose M here and read 24220da34b6dSBrice Goglin <file:Documentation/networking/net-modules.txt>. The module 24230da34b6dSBrice Goglin will be called myri10ge. 24240da34b6dSBrice Goglin 24253d396eb1SAmit S. Kaleconfig NETXEN_NIC 24263d396eb1SAmit S. Kale tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" 24275ac36615SRandy Dunlap depends on PCI 24283d396eb1SAmit S. Kale help 24293d396eb1SAmit S. Kale This enables the support for NetXen's Gigabit Ethernet card. 24303d396eb1SAmit S. Kale 2431f5cd7872SOlof Johanssonconfig PASEMI_MAC 2432f5cd7872SOlof Johansson tristate "PA Semi 1/10Gbit MAC" 2433f5cd7872SOlof Johansson depends on PPC64 && PCI 2434bb6e9590SOlof Johansson select PHYLIB 2435f5cd7872SOlof Johansson help 2436f5cd7872SOlof Johansson This driver supports the on-chip 1/10Gbit Ethernet controller on 2437f5cd7872SOlof Johansson PA Semi's PWRficient line of chips. 2438f5cd7872SOlof Johansson 2439225c7b1fSRoland Dreierconfig MLX4_CORE 2440225c7b1fSRoland Dreier tristate 2441225c7b1fSRoland Dreier depends on PCI 2442225c7b1fSRoland Dreier default n 2443225c7b1fSRoland Dreier 2444225c7b1fSRoland Dreierconfig MLX4_DEBUG 2445225c7b1fSRoland Dreier bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED) 2446f550d94cSPaul Mundt depends on MLX4_CORE 2447225c7b1fSRoland Dreier default y 2448225c7b1fSRoland Dreier ---help--- 2449225c7b1fSRoland Dreier This option causes debugging code to be compiled into the 2450225c7b1fSRoland Dreier mlx4_core driver. The output can be turned on via the 2451225c7b1fSRoland Dreier debug_level module parameter (which can also be set after 2452225c7b1fSRoland Dreier the driver is loaded through sysfs). 2453225c7b1fSRoland Dreier 2454f30486d5SJan Engelhardtendif # NETDEV_10000 24551da177e4SLinus Torvalds 24561da177e4SLinus Torvaldssource "drivers/net/tokenring/Kconfig" 24571da177e4SLinus Torvalds 24581da177e4SLinus Torvaldssource "drivers/net/wireless/Kconfig" 24591da177e4SLinus Torvalds 24605b2fc499SJeff Garziksource "drivers/net/usb/Kconfig" 24615b2fc499SJeff Garzik 24621da177e4SLinus Torvaldssource "drivers/net/pcmcia/Kconfig" 24631da177e4SLinus Torvalds 24641da177e4SLinus Torvaldssource "drivers/net/wan/Kconfig" 24651da177e4SLinus Torvalds 24661da177e4SLinus Torvaldssource "drivers/atm/Kconfig" 24671da177e4SLinus Torvalds 24681da177e4SLinus Torvaldssource "drivers/s390/net/Kconfig" 24691da177e4SLinus Torvalds 24701da177e4SLinus Torvaldsconfig ISERIES_VETH 24711da177e4SLinus Torvalds tristate "iSeries Virtual Ethernet driver support" 2472cbcd2a4cSRandy Dunlap depends on PPC_ISERIES 24731da177e4SLinus Torvalds 2474f89efd52SMatt Porterconfig RIONET 2475f89efd52SMatt Porter tristate "RapidIO Ethernet over messaging driver support" 2476a81c52a8SRandy Dunlap depends on RAPIDIO 2477f89efd52SMatt Porter 2478f89efd52SMatt Porterconfig RIONET_TX_SIZE 2479f89efd52SMatt Porter int "Number of outbound queue entries" 2480f89efd52SMatt Porter depends on RIONET 2481f89efd52SMatt Porter default "128" 2482f89efd52SMatt Porter 2483f89efd52SMatt Porterconfig RIONET_RX_SIZE 2484f89efd52SMatt Porter int "Number of inbound queue entries" 2485f89efd52SMatt Porter depends on RIONET 2486f89efd52SMatt Porter default "128" 2487f89efd52SMatt Porter 24881da177e4SLinus Torvaldsconfig FDDI 24891da177e4SLinus Torvalds bool "FDDI driver support" 2490e89a2cfbSMaciej W. Rozycki depends on (PCI || EISA || TC) 24911da177e4SLinus Torvalds help 24921da177e4SLinus Torvalds Fiber Distributed Data Interface is a high speed local area network 24931da177e4SLinus Torvalds design; essentially a replacement for high speed Ethernet. FDDI can 24941da177e4SLinus Torvalds run over copper or fiber. If you are connected to such a network and 24951da177e4SLinus Torvalds want a driver for the FDDI card in your computer, say Y here (and 24961da177e4SLinus Torvalds then also Y to the driver for your FDDI card, below). Most people 24971da177e4SLinus Torvalds will say N. 24981da177e4SLinus Torvalds 24991da177e4SLinus Torvaldsconfig DEFXX 2500e89a2cfbSMaciej W. Rozycki tristate "Digital DEFTA/DEFEA/DEFPA adapter support" 2501e89a2cfbSMaciej W. Rozycki depends on FDDI && (PCI || EISA || TC) 2502e89a2cfbSMaciej W. Rozycki ---help--- 2503e89a2cfbSMaciej W. Rozycki This is support for the DIGITAL series of TURBOchannel (DEFTA), 2504e89a2cfbSMaciej W. Rozycki EISA (DEFEA) and PCI (DEFPA) controllers which can connect you 2505e89a2cfbSMaciej W. Rozycki to a local FDDI network. 2506e89a2cfbSMaciej W. Rozycki 2507e89a2cfbSMaciej W. Rozycki To compile this driver as a module, choose M here: the module 2508e89a2cfbSMaciej W. Rozycki will be called defxx. If unsure, say N. 2509e89a2cfbSMaciej W. Rozycki 2510e89a2cfbSMaciej W. Rozyckiconfig DEFXX_MMIO 2511e89a2cfbSMaciej W. Rozycki bool 2512e89a2cfbSMaciej W. Rozycki prompt "Use MMIO instead of PIO" if PCI || EISA 2513e89a2cfbSMaciej W. Rozycki depends on DEFXX 2514e89a2cfbSMaciej W. Rozycki default n if PCI || EISA 2515e89a2cfbSMaciej W. Rozycki default y 2516e89a2cfbSMaciej W. Rozycki ---help--- 2517e89a2cfbSMaciej W. Rozycki This instructs the driver to use EISA or PCI memory-mapped I/O 2518e89a2cfbSMaciej W. Rozycki (MMIO) as appropriate instead of programmed I/O ports (PIO). 2519e89a2cfbSMaciej W. Rozycki Enabling this gives an improvement in processing time in parts 2520e89a2cfbSMaciej W. Rozycki of the driver, but it may cause problems with EISA (DEFEA) 2521e89a2cfbSMaciej W. Rozycki adapters. TURBOchannel does not have the concept of I/O ports, 2522e89a2cfbSMaciej W. Rozycki so MMIO is always used for these (DEFTA) adapters. 2523e89a2cfbSMaciej W. Rozycki 2524e89a2cfbSMaciej W. Rozycki If unsure, say N. 25251da177e4SLinus Torvalds 25261da177e4SLinus Torvaldsconfig SKFP 25271da177e4SLinus Torvalds tristate "SysKonnect FDDI PCI support" 25281da177e4SLinus Torvalds depends on FDDI && PCI 2529bc63eb9cSAkinobu Mita select BITREVERSE 25301da177e4SLinus Torvalds ---help--- 25311da177e4SLinus Torvalds Say Y here if you have a SysKonnect FDDI PCI adapter. 25321da177e4SLinus Torvalds The following adapters are supported by this driver: 25331da177e4SLinus Torvalds - SK-5521 (SK-NET FDDI-UP) 25341da177e4SLinus Torvalds - SK-5522 (SK-NET FDDI-UP DAS) 25351da177e4SLinus Torvalds - SK-5541 (SK-NET FDDI-FP) 25361da177e4SLinus Torvalds - SK-5543 (SK-NET FDDI-LP) 25371da177e4SLinus Torvalds - SK-5544 (SK-NET FDDI-LP DAS) 25381da177e4SLinus Torvalds - SK-5821 (SK-NET FDDI-UP64) 25391da177e4SLinus Torvalds - SK-5822 (SK-NET FDDI-UP64 DAS) 25401da177e4SLinus Torvalds - SK-5841 (SK-NET FDDI-FP64) 25411da177e4SLinus Torvalds - SK-5843 (SK-NET FDDI-LP64) 25421da177e4SLinus Torvalds - SK-5844 (SK-NET FDDI-LP64 DAS) 25431da177e4SLinus Torvalds - Netelligent 100 FDDI DAS Fibre SC 25441da177e4SLinus Torvalds - Netelligent 100 FDDI SAS Fibre SC 25451da177e4SLinus Torvalds - Netelligent 100 FDDI DAS UTP 25461da177e4SLinus Torvalds - Netelligent 100 FDDI SAS UTP 25471da177e4SLinus Torvalds - Netelligent 100 FDDI SAS Fibre MIC 25481da177e4SLinus Torvalds 25491da177e4SLinus Torvalds Read <file:Documentation/networking/skfp.txt> for information about 25501da177e4SLinus Torvalds the driver. 25511da177e4SLinus Torvalds 25521da177e4SLinus Torvalds Questions concerning this driver can be addressed to: 25531da177e4SLinus Torvalds <linux@syskonnect.de> 25541da177e4SLinus Torvalds 25551da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 25561da177e4SLinus Torvalds will be called skfp. This is recommended. 25571da177e4SLinus Torvalds 25581da177e4SLinus Torvaldsconfig HIPPI 25591da177e4SLinus Torvalds bool "HIPPI driver support (EXPERIMENTAL)" 2560cbcd2a4cSRandy Dunlap depends on EXPERIMENTAL && INET && PCI 25611da177e4SLinus Torvalds help 25621da177e4SLinus Torvalds HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and 25631da177e4SLinus Torvalds 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI 25641da177e4SLinus Torvalds can run over copper (25m) or fiber (300m on multi-mode or 10km on 25651da177e4SLinus Torvalds single-mode). HIPPI networks are commonly used for clusters and to 25661da177e4SLinus Torvalds connect to super computers. If you are connected to a HIPPI network 25671da177e4SLinus Torvalds and have a HIPPI network card in your computer that you want to use 25681da177e4SLinus Torvalds under Linux, say Y here (you must also remember to enable the driver 25691da177e4SLinus Torvalds for your HIPPI card below). Most people will say N here. 25701da177e4SLinus Torvalds 25711da177e4SLinus Torvaldsconfig ROADRUNNER 25721da177e4SLinus Torvalds tristate "Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL)" 25731da177e4SLinus Torvalds depends on HIPPI && PCI 25741da177e4SLinus Torvalds help 25751da177e4SLinus Torvalds Say Y here if this is your PCI HIPPI network card. 25761da177e4SLinus Torvalds 25771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 25781da177e4SLinus Torvalds will be called rrunner. If unsure, say N. 25791da177e4SLinus Torvalds 25801da177e4SLinus Torvaldsconfig ROADRUNNER_LARGE_RINGS 25811da177e4SLinus Torvalds bool "Use large TX/RX rings (EXPERIMENTAL)" 25821da177e4SLinus Torvalds depends on ROADRUNNER 25831da177e4SLinus Torvalds help 25841da177e4SLinus Torvalds If you say Y here, the RoadRunner driver will preallocate up to 2 MB 25851da177e4SLinus Torvalds of additional memory to allow for fastest operation, both for 25861da177e4SLinus Torvalds transmitting and receiving. This memory cannot be used by any other 25871da177e4SLinus Torvalds kernel code or by user space programs. Say Y here only if you have 25881da177e4SLinus Torvalds the memory. 25891da177e4SLinus Torvalds 25901da177e4SLinus Torvaldsconfig PLIP 25911da177e4SLinus Torvalds tristate "PLIP (parallel port) support" 2592cbcd2a4cSRandy Dunlap depends on PARPORT 25931da177e4SLinus Torvalds ---help--- 25941da177e4SLinus Torvalds PLIP (Parallel Line Internet Protocol) is used to create a 25951da177e4SLinus Torvalds reasonably fast mini network consisting of two (or, rarely, more) 25961da177e4SLinus Torvalds local machines. A PLIP link from a Linux box is a popular means to 25971da177e4SLinus Torvalds install a Linux distribution on a machine which doesn't have a 25981da177e4SLinus Torvalds CD-ROM drive (a minimal system has to be transferred with floppies 25991da177e4SLinus Torvalds first). The kernels on both machines need to have this PLIP option 26001da177e4SLinus Torvalds enabled for this to work. 26011da177e4SLinus Torvalds 26021da177e4SLinus Torvalds The PLIP driver has two modes, mode 0 and mode 1. The parallel 26031da177e4SLinus Torvalds ports (the connectors at the computers with 25 holes) are connected 26041da177e4SLinus Torvalds with "null printer" or "Turbo Laplink" cables which can transmit 4 26051da177e4SLinus Torvalds bits at a time (mode 0) or with special PLIP cables, to be used on 26061da177e4SLinus Torvalds bidirectional parallel ports only, which can transmit 8 bits at a 26071da177e4SLinus Torvalds time (mode 1); you can find the wiring of these cables in 26081da177e4SLinus Torvalds <file:Documentation/networking/PLIP.txt>. The cables can be up to 26091da177e4SLinus Torvalds 15m long. Mode 0 works also if one of the machines runs DOS/Windows 26101da177e4SLinus Torvalds and has some PLIP software installed, e.g. the Crynwr PLIP packet 26111da177e4SLinus Torvalds driver (<http://oak.oakland.edu/simtel.net/msdos/pktdrvr-pre.html>) 26121da177e4SLinus Torvalds and winsock or NCSA's telnet. 26131da177e4SLinus Torvalds 26141da177e4SLinus Torvalds If you want to use PLIP, say Y and read the PLIP mini-HOWTO as well 26151da177e4SLinus Torvalds as the NET-3-HOWTO, both available from 26161da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Note that the PLIP 26171da177e4SLinus Torvalds protocol has been changed and this PLIP driver won't work together 26181da177e4SLinus Torvalds with the PLIP support in Linux versions 1.0.x. This option enlarges 26191da177e4SLinus Torvalds your kernel by about 8 KB. 26201da177e4SLinus Torvalds 26211da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 26221da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 26231da177e4SLinus Torvalds called plip. If unsure, say Y or M, in case you buy a laptop 26241da177e4SLinus Torvalds later. 26251da177e4SLinus Torvalds 26261da177e4SLinus Torvaldsconfig PPP 26271da177e4SLinus Torvalds tristate "PPP (point-to-point protocol) support" 2628b6e37e55SRalf Baechle select SLHC 26291da177e4SLinus Torvalds ---help--- 26301da177e4SLinus Torvalds PPP (Point to Point Protocol) is a newer and better SLIP. It serves 26311da177e4SLinus Torvalds the same purpose: sending Internet traffic over telephone (and other 26321da177e4SLinus Torvalds serial) lines. Ask your access provider if they support it, because 26331da177e4SLinus Torvalds otherwise you can't use it; most Internet access providers these 26341da177e4SLinus Torvalds days support PPP rather than SLIP. 26351da177e4SLinus Torvalds 26361da177e4SLinus Torvalds To use PPP, you need an additional program called pppd as described 26371da177e4SLinus Torvalds in the PPP-HOWTO, available at 26381da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Make sure that you have 26391da177e4SLinus Torvalds the version of pppd recommended in <file:Documentation/Changes>. 26401da177e4SLinus Torvalds The PPP option enlarges your kernel by about 16 KB. 26411da177e4SLinus Torvalds 26421da177e4SLinus Torvalds There are actually two versions of PPP: the traditional PPP for 26431da177e4SLinus Torvalds asynchronous lines, such as regular analog phone lines, and 26441da177e4SLinus Torvalds synchronous PPP which can be used over digital ISDN lines for 26451da177e4SLinus Torvalds example. If you want to use PPP over phone lines or other 26461da177e4SLinus Torvalds asynchronous serial lines, you need to say Y (or M) here and also to 26471da177e4SLinus Torvalds the next option, "PPP support for async serial ports". For PPP over 26481da177e4SLinus Torvalds synchronous lines, you should say Y (or M) here and to "Support 26491da177e4SLinus Torvalds synchronous PPP", below. 26501da177e4SLinus Torvalds 26511da177e4SLinus Torvalds If you said Y to "Version information on all symbols" above, then 26521da177e4SLinus Torvalds you cannot compile the PPP driver into the kernel; you can then only 26531da177e4SLinus Torvalds compile it as a module. To compile this driver as a module, choose M 26541da177e4SLinus Torvalds here and read <file:Documentation/networking/net-modules.txt>. 26551da177e4SLinus Torvalds The module will be called ppp_generic. 26561da177e4SLinus Torvalds 26571da177e4SLinus Torvaldsconfig PPP_MULTILINK 26581da177e4SLinus Torvalds bool "PPP multilink support (EXPERIMENTAL)" 26591da177e4SLinus Torvalds depends on PPP && EXPERIMENTAL 26601da177e4SLinus Torvalds help 26611da177e4SLinus Torvalds PPP multilink is a protocol (defined in RFC 1990) which allows you 26621da177e4SLinus Torvalds to combine several (logical or physical) lines into one logical PPP 26631da177e4SLinus Torvalds connection, so that you can utilize your full bandwidth. 26641da177e4SLinus Torvalds 26651da177e4SLinus Torvalds This has to be supported at the other end as well and you need a 26661da177e4SLinus Torvalds version of the pppd daemon which understands the multilink protocol. 26671da177e4SLinus Torvalds 26681da177e4SLinus Torvalds If unsure, say N. 26691da177e4SLinus Torvalds 26701da177e4SLinus Torvaldsconfig PPP_FILTER 26711da177e4SLinus Torvalds bool "PPP filtering" 26721da177e4SLinus Torvalds depends on PPP 26731da177e4SLinus Torvalds help 26741da177e4SLinus Torvalds Say Y here if you want to be able to filter the packets passing over 26751da177e4SLinus Torvalds PPP interfaces. This allows you to control which packets count as 26761da177e4SLinus Torvalds activity (i.e. which packets will reset the idle timer or bring up 267747c51431SJon Mason a demand-dialed link) and which packets are to be dropped entirely. 26781da177e4SLinus Torvalds You need to say Y here if you wish to use the pass-filter and 26791da177e4SLinus Torvalds active-filter options to pppd. 26801da177e4SLinus Torvalds 26811da177e4SLinus Torvalds If unsure, say N. 26821da177e4SLinus Torvalds 26831da177e4SLinus Torvaldsconfig PPP_ASYNC 26841da177e4SLinus Torvalds tristate "PPP support for async serial ports" 26851da177e4SLinus Torvalds depends on PPP 26861da177e4SLinus Torvalds select CRC_CCITT 26871da177e4SLinus Torvalds ---help--- 26881da177e4SLinus Torvalds Say Y (or M) here if you want to be able to use PPP over standard 26891da177e4SLinus Torvalds asynchronous serial ports, such as COM1 or COM2 on a PC. If you use 26901da177e4SLinus Torvalds a modem (not a synchronous or ISDN modem) to contact your ISP, you 26911da177e4SLinus Torvalds need this option. 26921da177e4SLinus Torvalds 26931da177e4SLinus Torvalds To compile this driver as a module, choose M here. 26941da177e4SLinus Torvalds 26951da177e4SLinus Torvalds If unsure, say Y. 26961da177e4SLinus Torvalds 26971da177e4SLinus Torvaldsconfig PPP_SYNC_TTY 26981da177e4SLinus Torvalds tristate "PPP support for sync tty ports" 26991da177e4SLinus Torvalds depends on PPP 27001da177e4SLinus Torvalds help 27011da177e4SLinus Torvalds Say Y (or M) here if you want to be able to use PPP over synchronous 27021da177e4SLinus Torvalds (HDLC) tty devices, such as the SyncLink adapter. These devices 27031da177e4SLinus Torvalds are often used for high-speed leased lines like T1/E1. 27041da177e4SLinus Torvalds 27051da177e4SLinus Torvalds To compile this driver as a module, choose M here. 27061da177e4SLinus Torvalds 27071da177e4SLinus Torvaldsconfig PPP_DEFLATE 27081da177e4SLinus Torvalds tristate "PPP Deflate compression" 27091da177e4SLinus Torvalds depends on PPP 27101da177e4SLinus Torvalds select ZLIB_INFLATE 27111da177e4SLinus Torvalds select ZLIB_DEFLATE 27121da177e4SLinus Torvalds ---help--- 27131da177e4SLinus Torvalds Support for the Deflate compression method for PPP, which uses the 27141da177e4SLinus Torvalds Deflate algorithm (the same algorithm that gzip uses) to compress 27151da177e4SLinus Torvalds each PPP packet before it is sent over the wire. The machine at the 27161da177e4SLinus Torvalds other end of the PPP link (usually your ISP) has to support the 27171da177e4SLinus Torvalds Deflate compression method as well for this to be useful. Even if 27181da177e4SLinus Torvalds they don't support it, it is safe to say Y here. 27191da177e4SLinus Torvalds 27201da177e4SLinus Torvalds To compile this driver as a module, choose M here. 27211da177e4SLinus Torvalds 27221da177e4SLinus Torvaldsconfig PPP_BSDCOMP 27231da177e4SLinus Torvalds tristate "PPP BSD-Compress compression" 27241da177e4SLinus Torvalds depends on PPP 27251da177e4SLinus Torvalds ---help--- 27261da177e4SLinus Torvalds Support for the BSD-Compress compression method for PPP, which uses 27271da177e4SLinus Torvalds the LZW compression method to compress each PPP packet before it is 27281da177e4SLinus Torvalds sent over the wire. The machine at the other end of the PPP link 27291da177e4SLinus Torvalds (usually your ISP) has to support the BSD-Compress compression 27301da177e4SLinus Torvalds method as well for this to be useful. Even if they don't support it, 27311da177e4SLinus Torvalds it is safe to say Y here. 27321da177e4SLinus Torvalds 27331da177e4SLinus Torvalds The PPP Deflate compression method ("PPP Deflate compression", 27341da177e4SLinus Torvalds above) is preferable to BSD-Compress, because it compresses better 27351da177e4SLinus Torvalds and is patent-free. 27361da177e4SLinus Torvalds 27371da177e4SLinus Torvalds Note that the BSD compression code will always be compiled as a 27381da177e4SLinus Torvalds module; it is called bsd_comp and will show up in the directory 27391da177e4SLinus Torvalds modules once you have said "make modules". If unsure, say N. 27401da177e4SLinus Torvalds 2741b3f9b92aSMatt Domschconfig PPP_MPPE 2742b3f9b92aSMatt Domsch tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)" 2743b3f9b92aSMatt Domsch depends on PPP && EXPERIMENTAL 2744b3f9b92aSMatt Domsch select CRYPTO 2745b3f9b92aSMatt Domsch select CRYPTO_SHA1 2746b3f9b92aSMatt Domsch select CRYPTO_ARC4 2747bcbaecbbSPatrick McHardy select CRYPTO_ECB 2748b3f9b92aSMatt Domsch ---help--- 2749b3f9b92aSMatt Domsch Support for the MPPE Encryption protocol, as employed by the 2750b3f9b92aSMatt Domsch Microsoft Point-to-Point Tunneling Protocol. 2751b3f9b92aSMatt Domsch 2752b3f9b92aSMatt Domsch See http://pptpclient.sourceforge.net/ for information on 2753b3f9b92aSMatt Domsch configuring PPTP clients and servers to utilize this method. 2754b3f9b92aSMatt Domsch 27551da177e4SLinus Torvaldsconfig PPPOE 27561da177e4SLinus Torvalds tristate "PPP over Ethernet (EXPERIMENTAL)" 27571da177e4SLinus Torvalds depends on EXPERIMENTAL && PPP 27581da177e4SLinus Torvalds help 27591da177e4SLinus Torvalds Support for PPP over Ethernet. 27601da177e4SLinus Torvalds 27611da177e4SLinus Torvalds This driver requires the latest version of pppd from the CVS 27621da177e4SLinus Torvalds repository at cvs.samba.org. Alternatively, see the 27631da177e4SLinus Torvalds RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>) 27641da177e4SLinus Torvalds which contains instruction on how to use this driver (under 27651da177e4SLinus Torvalds the heading "Kernel mode PPPoE"). 27661da177e4SLinus Torvalds 27671da177e4SLinus Torvaldsconfig PPPOATM 27681da177e4SLinus Torvalds tristate "PPP over ATM" 27691da177e4SLinus Torvalds depends on ATM && PPP 27701da177e4SLinus Torvalds help 27711da177e4SLinus Torvalds Support PPP (Point to Point Protocol) encapsulated in ATM frames. 27721da177e4SLinus Torvalds This implementation does not yet comply with section 8 of RFC2364, 27731da177e4SLinus Torvalds which can lead to bad results if the ATM peer loses state and 27741da177e4SLinus Torvalds changes its encapsulation unilaterally. 27751da177e4SLinus Torvalds 27761da177e4SLinus Torvaldsconfig SLIP 27771da177e4SLinus Torvalds tristate "SLIP (serial line) support" 27781da177e4SLinus Torvalds ---help--- 27791da177e4SLinus Torvalds Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to 27801da177e4SLinus Torvalds connect to your Internet service provider or to connect to some 27811da177e4SLinus Torvalds other local Unix box or if you want to configure your Linux box as a 27821da177e4SLinus Torvalds Slip/CSlip server for other people to dial in. SLIP (Serial Line 27831da177e4SLinus Torvalds Internet Protocol) is a protocol used to send Internet traffic over 27841da177e4SLinus Torvalds serial connections such as telephone lines or null modem cables; 27851da177e4SLinus Torvalds nowadays, the protocol PPP is more commonly used for this same 27861da177e4SLinus Torvalds purpose. 27871da177e4SLinus Torvalds 27881da177e4SLinus Torvalds Normally, your access provider has to support SLIP in order for you 27891da177e4SLinus Torvalds to be able to use it, but there is now a SLIP emulator called SLiRP 27901da177e4SLinus Torvalds around (available from 27911da177e4SLinus Torvalds <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which 27921da177e4SLinus Torvalds allows you to use SLIP over a regular dial up shell connection. If 27931da177e4SLinus Torvalds you plan to use SLiRP, make sure to say Y to CSLIP, below. The 27941da177e4SLinus Torvalds NET-3-HOWTO, available from 27951da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>, explains how to 27961da177e4SLinus Torvalds configure SLIP. Note that you don't need this option if you just 27971da177e4SLinus Torvalds want to run term (term is a program which gives you almost full 27981da177e4SLinus Torvalds Internet connectivity if you have a regular dial up shell account on 27991da177e4SLinus Torvalds some Internet connected Unix computer. Read 28001da177e4SLinus Torvalds <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP 28011da177e4SLinus Torvalds support will enlarge your kernel by about 4 KB. If unsure, say N. 28021da177e4SLinus Torvalds 28031da177e4SLinus Torvalds To compile this driver as a module, choose M here and read 28041da177e4SLinus Torvalds <file:Documentation/networking/net-modules.txt>. The module will be 28051da177e4SLinus Torvalds called slip. 28061da177e4SLinus Torvalds 28071da177e4SLinus Torvaldsconfig SLIP_COMPRESSED 28081da177e4SLinus Torvalds bool "CSLIP compressed headers" 28091da177e4SLinus Torvalds depends on SLIP 2810b6e37e55SRalf Baechle select SLHC 28111da177e4SLinus Torvalds ---help--- 28121da177e4SLinus Torvalds This protocol is faster than SLIP because it uses compression on the 28131da177e4SLinus Torvalds TCP/IP headers (not on the data itself), but it has to be supported 28141da177e4SLinus Torvalds on both ends. Ask your access provider if you are not sure and 28151da177e4SLinus Torvalds answer Y, just in case. You will still be able to use plain SLIP. If 28161da177e4SLinus Torvalds you plan to use SLiRP, the SLIP emulator (available from 28171da177e4SLinus Torvalds <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which 28181da177e4SLinus Torvalds allows you to use SLIP over a regular dial up shell connection, you 28191da177e4SLinus Torvalds definitely want to say Y here. The NET-3-HOWTO, available from 28201da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>, explains how to configure 28211da177e4SLinus Torvalds CSLIP. This won't enlarge your kernel. 28221da177e4SLinus Torvalds 2823b6e37e55SRalf Baechleconfig SLHC 2824b6e37e55SRalf Baechle tristate 2825b6e37e55SRalf Baechle help 2826b6e37e55SRalf Baechle This option enables Van Jacobsen serial line header compression 2827b6e37e55SRalf Baechle routines. 2828b6e37e55SRalf Baechle 28291da177e4SLinus Torvaldsconfig SLIP_SMART 28301da177e4SLinus Torvalds bool "Keepalive and linefill" 28311da177e4SLinus Torvalds depends on SLIP 28321da177e4SLinus Torvalds help 28331da177e4SLinus Torvalds Adds additional capabilities to the SLIP driver to support the 28341da177e4SLinus Torvalds RELCOM line fill and keepalive monitoring. Ideal on poor quality 28351da177e4SLinus Torvalds analogue lines. 28361da177e4SLinus Torvalds 28371da177e4SLinus Torvaldsconfig SLIP_MODE_SLIP6 28381da177e4SLinus Torvalds bool "Six bit SLIP encapsulation" 28391da177e4SLinus Torvalds depends on SLIP 28401da177e4SLinus Torvalds help 28411da177e4SLinus Torvalds Just occasionally you may need to run IP over hostile serial 28421da177e4SLinus Torvalds networks that don't pass all control characters or are only seven 28431da177e4SLinus Torvalds bit. Saying Y here adds an extra mode you can use with SLIP: 28441da177e4SLinus Torvalds "slip6". In this mode, SLIP will only send normal ASCII symbols over 28451da177e4SLinus Torvalds the serial device. Naturally, this has to be supported at the other 28461da177e4SLinus Torvalds end of the link as well. It's good enough, for example, to run IP 28471da177e4SLinus Torvalds over the async ports of a Camtec JNT Pad. If unsure, say N. 28481da177e4SLinus Torvalds 28491da177e4SLinus Torvaldsconfig NET_FC 28501da177e4SLinus Torvalds bool "Fibre Channel driver support" 2851cbcd2a4cSRandy Dunlap depends on SCSI && PCI 28521da177e4SLinus Torvalds help 28531da177e4SLinus Torvalds Fibre Channel is a high speed serial protocol mainly used to connect 28541da177e4SLinus Torvalds large storage devices to the computer; it is compatible with and 28551da177e4SLinus Torvalds intended to replace SCSI. 28561da177e4SLinus Torvalds 28571da177e4SLinus Torvalds If you intend to use Fibre Channel, you need to have a Fibre channel 28581da177e4SLinus Torvalds adaptor card in your computer; say Y here and to the driver for your 28591da177e4SLinus Torvalds adaptor below. You also should have said Y to "SCSI support" and 28601da177e4SLinus Torvalds "SCSI generic support". 28611da177e4SLinus Torvalds 28621da177e4SLinus Torvaldsconfig SHAPER 28633b6a792fSJiri Slaby tristate "Traffic Shaper (OBSOLETE)" 2864cbcd2a4cSRandy Dunlap depends on EXPERIMENTAL 28651da177e4SLinus Torvalds ---help--- 28661da177e4SLinus Torvalds The traffic shaper is a virtual network device that allows you to 28671da177e4SLinus Torvalds limit the rate of outgoing data flow over some other network device. 28681da177e4SLinus Torvalds The traffic that you want to slow down can then be routed through 28691da177e4SLinus Torvalds these virtual devices. See 28701da177e4SLinus Torvalds <file:Documentation/networking/shaper.txt> for more information. 28711da177e4SLinus Torvalds 28723b6a792fSJiri Slaby An alternative to this traffic shaper are traffic schedulers which 28733b6a792fSJiri Slaby you'll get if you say Y to "QoS and/or fair queuing" in 28743b6a792fSJiri Slaby "Networking options". 28751da177e4SLinus Torvalds 28761da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 28771da177e4SLinus Torvalds will be called shaper. If unsure, say N. 28781da177e4SLinus Torvalds 28791da177e4SLinus Torvaldsconfig NETCONSOLE 28801da177e4SLinus Torvalds tristate "Network console logging support (EXPERIMENTAL)" 28815e43db77SMatt Mackall depends on EXPERIMENTAL 28821da177e4SLinus Torvalds ---help--- 28831da177e4SLinus Torvalds If you want to log kernel messages over the network, enable this. 28841da177e4SLinus Torvalds See <file:Documentation/networking/netconsole.txt> for details. 28851da177e4SLinus Torvalds 288654208991SRandy Dunlapconfig NETPOLL 288754208991SRandy Dunlap def_bool NETCONSOLE 288854208991SRandy Dunlap 288954208991SRandy Dunlapconfig NETPOLL_TRAP 289054208991SRandy Dunlap bool "Netpoll traffic trapping" 289154208991SRandy Dunlap default n 289254208991SRandy Dunlap depends on NETPOLL 289354208991SRandy Dunlap 289454208991SRandy Dunlapconfig NET_POLL_CONTROLLER 289554208991SRandy Dunlap def_bool NETPOLL 289654208991SRandy Dunlap 2897d1c0a65fSJan Engelhardtendif # NETDEVICES 2898