]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/net/Kconfig
PHYLIB: fix an interrupt loop potential when halting
[net-next-2.6.git] / drivers / net / Kconfig
CommitLineData
1da177e4
LT
1
2#
3# Network device configuration
4#
5
d1c0a65f 6menuconfig NETDEVICES
ce2d2aed 7 default y if UML
e0009820 8 depends on NET
1da177e4
LT
9 bool "Network device support"
10 ---help---
11 You can say N here if you don't intend to connect your Linux box to
12 any other computer at all.
13
14 You'll have to say Y if your computer contains a network card that
15 you want to use under Linux. If you are going to run SLIP or PPP over
16 telephone line or null modem cable you need say Y here. Connecting
17 two machines with parallel ports using PLIP needs this, as well as
18 AX.25/KISS for sending Internet traffic over amateur radio links.
19
20 See also "The Linux Network Administrator's Guide" by Olaf Kirch and
21 Terry Dawson. Available at <http://www.tldp.org/guides.html>.
22
23 If unsure, say Y.
24
1618cb0c
RD
25# All the following symbols are dependent on NETDEVICES - do not repeat
26# that for each of the symbols.
27if NETDEVICES
cbcd2a4c 28
f25f4e44
PWJ
29config NETDEVICES_MULTIQUEUE
30 bool "Netdevice multiple hardware queue support"
31 ---help---
32 Say Y here if you want to allow the network stack to use multiple
33 hardware TX queues on an ethernet device.
34
35 Most people will say N here.
36
253af423
JHS
37config IFB
38 tristate "Intermediate Functional Block support"
39 depends on NET_CLS_ACT
40 ---help---
3cb2fccc 41 This is an intermediate driver that allows sharing of
253af423
JHS
42 resources.
43 To compile this driver as a module, choose M here: the module
44 will be called ifb. If you want to use more than one ifb
45 device at a time, you need to compile this driver as a module.
46 Instead of 'ifb', the devices will then be called 'ifb0',
47 'ifb1' etc.
48 Look at the iproute2 documentation directory for usage etc
49
1da177e4
LT
50config DUMMY
51 tristate "Dummy net driver support"
1da177e4
LT
52 ---help---
53 This is essentially a bit-bucket device (i.e. traffic you send to
54 this device is consigned into oblivion) with a configurable IP
55 address. It is most commonly used in order to make your currently
56 inactive SLIP address seem like a real address for local programs.
57 If you use SLIP or PPP, you might want to say Y here. Since this
58 thing often comes in handy, the default is Y. It won't enlarge your
59 kernel either. What a deal. Read about it in the Network
60 Administrator's Guide, available from
61 <http://www.tldp.org/docs.html#guide>.
62
63 To compile this driver as a module, choose M here: the module
64 will be called dummy. If you want to use more than one dummy
65 device at a time, you need to compile this driver as a module.
66 Instead of 'dummy', the devices will then be called 'dummy0',
67 'dummy1' etc.
68
69config BONDING
70 tristate "Bonding driver support"
1da177e4
LT
71 depends on INET
72 ---help---
73 Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
74 Channels together. This is called 'Etherchannel' by Cisco,
75 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
76
77 The driver supports multiple bonding modes to allow for both high
47c51431 78 performance and high availability operation.
1da177e4
LT
79
80 Refer to <file:Documentation/networking/bonding.txt> for more
81 information.
82
83 To compile this driver as a module, choose M here: the module
84 will be called bonding.
85
b863ceb7
PM
86config MACVLAN
87 tristate "MAC-VLAN support (EXPERIMENTAL)"
88 depends on EXPERIMENTAL
89 ---help---
90 This allows one to create virtual interfaces that map packets to
91 or from specific MAC addresses to a particular interface.
92
93 To compile this driver as a module, choose M here: the module
94 will be called macvlan.
95
1da177e4
LT
96config EQUALIZER
97 tristate "EQL (serial line load balancing) support"
1da177e4
LT
98 ---help---
99 If you have two serial connections to some other computer (this
100 usually requires two modems and two telephone lines) and you use
101 SLIP (the protocol for sending Internet traffic over telephone
102 lines) or PPP (a better SLIP) on them, you can make them behave like
103 one double speed connection using this driver. Naturally, this has
104 to be supported at the other end as well, either with a similar EQL
105 Linux driver or with a Livingston Portmaster 2e.
106
107 Say Y if you want this and read
108 <file:Documentation/networking/eql.txt>. You may also want to read
109 section 6.2 of the NET-3-HOWTO, available from
110 <http://www.tldp.org/docs.html#howto>.
111
112 To compile this driver as a module, choose M here: the module
113 will be called eql. If unsure, say N.
114
115config TUN
116 tristate "Universal TUN/TAP device driver support"
1da177e4
LT
117 select CRC32
118 ---help---
119 TUN/TAP provides packet reception and transmission for user space
120 programs. It can be viewed as a simple Point-to-Point or Ethernet
121 device, which instead of receiving packets from a physical media,
122 receives them from user space program and instead of sending packets
123 via physical media writes them to the user space program.
124
125 When a program opens /dev/net/tun, driver creates and registers
126 corresponding net device tunX or tapX. After a program closed above
127 devices, driver will automatically delete tunXX or tapXX device and
128 all routes corresponding to it.
129
130 Please read <file:Documentation/networking/tuntap.txt> for more
131 information.
132
133 To compile this driver as a module, choose M here: the module
134 will be called tun.
135
136 If you don't know what to use this for, you don't need it.
137
e314dbdc
PE
138config VETH
139 tristate "Virtual ethernet device"
140 ---help---
141 The device is an ethernet tunnel. Devices are created in pairs. When
142 one end receives the packet it appears on its pair and vice versa.
143
1da177e4
LT
144config NET_SB1000
145 tristate "General Instruments Surfboard 1000"
cbcd2a4c 146 depends on PNP
1da177e4
LT
147 ---help---
148 This is a driver for the General Instrument (also known as
149 NextLevel) SURFboard 1000 internal
150 cable modem. This is an ISA card which is used by a number of cable
151 TV companies to provide cable modem access. It's a one-way
152 downstream-only cable modem, meaning that your upstream net link is
153 provided by your regular phone modem.
154
155 At present this driver only compiles as a module, so say M here if
156 you have this card. The module will be called sb1000. Then read
157 <file:Documentation/networking/README.sb1000> for information on how
158 to use this module, as it needs special ppp scripts for establishing
159 a connection. Further documentation and the necessary scripts can be
160 found at:
161
162 <http://www.jacksonville.net/~fventuri/>
163 <http://home.adelphia.net/~siglercm/sb1000.html>
164 <http://linuxpower.cx/~cable/>
165
166 If you don't have this card, of course say N.
167
1202d6ff
FR
168config IP1000
169 tristate "IP1000 Gigabit Ethernet support"
170 depends on PCI && EXPERIMENTAL
171 ---help---
172 This driver supports IP1000 gigabit Ethernet cards.
173
174 To compile this driver as a module, choose M here: the module
175 will be called ipg. This is recommended.
176
f65fd8fb 177source "drivers/net/arcnet/Kconfig"
1da177e4 178
00db8189
AF
179source "drivers/net/phy/Kconfig"
180
1da177e4
LT
181#
182# Ethernet
183#
184
d1c0a65f 185menuconfig NET_ETHERNET
1da177e4 186 bool "Ethernet (10 or 100Mbit)"
d1c0a65f 187 depends on !UML
1da177e4
LT
188 ---help---
189 Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
190 type of Local Area Network (LAN) in universities and companies.
191
192 Common varieties of Ethernet are: 10BASE-2 or Thinnet (10 Mbps over
193 coaxial cable, linking computers in a chain), 10BASE-T or twisted
194 pair (10 Mbps over twisted pair cable, linking computers to central
195 hubs), 10BASE-F (10 Mbps over optical fiber links, using hubs),
196 100BASE-TX (100 Mbps over two twisted pair cables, using hubs),
197 100BASE-T4 (100 Mbps over 4 standard voice-grade twisted pair
198 cables, using hubs), 100BASE-FX (100 Mbps over optical fiber links)
199 [the 100BASE varieties are also known as Fast Ethernet], and Gigabit
200 Ethernet (1 Gbps over optical fiber or short copper links).
201
202 If your Linux machine will be connected to an Ethernet and you have
203 an Ethernet network interface card (NIC) installed in your computer,
204 say Y here and read the Ethernet-HOWTO, available from
205 <http://www.tldp.org/docs.html#howto>. You will then also have
206 to say Y to the driver for your particular NIC.
207
208 Note that the answer to this question won't directly affect the
209 kernel: saying N will just cause the configurator to skip all
210 the questions about Ethernet network cards. If unsure, say N.
211
d1c0a65f
JE
212if NET_ETHERNET
213
1da177e4
LT
214config MII
215 tristate "Generic Media Independent Interface device support"
1da177e4
LT
216 help
217 Most ethernet controllers have MII transceiver either as an external
218 or internal device. It is safe to say Y or M here even if your
219 ethernet card lack MII.
220
89e5785f
HS
221config MACB
222 tristate "Atmel MACB support"
d1c0a65f 223 depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263
6c36a707 224 select PHYLIB
89e5785f
HS
225 help
226 The Atmel MACB ethernet interface is found on many AT32 and AT91
227 parts. Say Y to include support for the MACB chip.
228
229 To compile this driver as a module, choose M here: the module
230 will be called macb.
231
1da177e4
LT
232source "drivers/net/arm/Kconfig"
233
825a2ff1
BD
234config AX88796
235 tristate "ASIX AX88796 NE2000 clone support"
def47c50 236 depends on ARM || MIPS
825a2ff1
BD
237 select CRC32
238 select MII
239 help
240 AX88796 driver, using platform bus to provide
241 chip detection and resources
242
1da177e4
LT
243config MACE
244 tristate "MACE (Power Mac ethernet) support"
d1c0a65f 245 depends on PPC_PMAC && PPC32
1da177e4
LT
246 select CRC32
247 help
248 Power Macintoshes and clones with Ethernet built-in on the
249 motherboard will usually use a MACE (Medium Access Control for
250 Ethernet) interface. Say Y to include support for the MACE chip.
251
252 To compile this driver as a module, choose M here: the module
253 will be called mace.
254
255config MACE_AAUI_PORT
256 bool "Use AAUI port instead of TP by default"
257 depends on MACE
258 help
259 Some Apple machines (notably the Apple Network Server) which use the
260 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
261 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
262 Y here if you have such a machine. If unsure, say N.
263 The driver will default to AAUI on ANS anyway, and if you use it as
264 a module, you can provide the port_aaui=0|1 to force the driver.
265
266config BMAC
267 tristate "BMAC (G3 ethernet) support"
d1c0a65f 268 depends on PPC_PMAC && PPC32
1da177e4
LT
269 select CRC32
270 help
271 Say Y for support of BMAC Ethernet interfaces. These are used on G3
272 computers.
273
274 To compile this driver as a module, choose M here: the module
275 will be called bmac.
276
1da177e4
LT
277config ARIADNE
278 tristate "Ariadne support"
d1c0a65f 279 depends on ZORRO
1da177e4
LT
280 help
281 If you have a Village Tronic Ariadne Ethernet adapter, say Y.
282 Otherwise, say N.
283
284 To compile this driver as a module, choose M here: the module
285 will be called ariadne.
286
287config A2065
288 tristate "A2065 support"
d1c0a65f 289 depends on ZORRO
1da177e4
LT
290 select CRC32
291 help
292 If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise,
293 say N.
294
295 To compile this driver as a module, choose M here: the module
296 will be called a2065.
297
298config HYDRA
299 tristate "Hydra support"
d1c0a65f 300 depends on ZORRO
1da177e4
LT
301 select CRC32
302 help
303 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
304
305 To compile this driver as a module, choose M here: the module
306 will be called hydra.
307
308config ZORRO8390
309 tristate "Zorro NS8390-based Ethernet support"
d1c0a65f 310 depends on ZORRO
1da177e4
LT
311 select CRC32
312 help
313 This driver is for Zorro Ethernet cards using an NS8390-compatible
314 chipset, like the Village Tronic Ariadne II and the Individual
315 Computers X-Surf Ethernet cards. If you have such a card, say Y.
316 Otherwise, say N.
317
318 To compile this driver as a module, choose M here: the module
319 will be called zorro8390.
320
321config APNE
322 tristate "PCMCIA NE2000 support"
d1c0a65f 323 depends on AMIGA_PCMCIA
1da177e4
LT
324 select CRC32
325 help
326 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
327 say N.
328
329 To compile this driver as a module, choose M here: the module
330 will be called apne.
331
332config APOLLO_ELPLUS
333 tristate "Apollo 3c505 support"
d1c0a65f 334 depends on APOLLO
1da177e4
LT
335 help
336 Say Y or M here if your Apollo has a 3Com 3c505 ISA Ethernet card.
337 If you don't have one made for Apollos, you can use one from a PC,
338 except that your Apollo won't be able to boot from it (because the
339 code in the ROM will be for a PC).
340
341config MAC8390
342 bool "Macintosh NS 8390 based ethernet cards"
d1c0a65f 343 depends on MAC
1da177e4
LT
344 select CRC32
345 help
346 If you want to include a driver to support Nubus or LC-PDS
347 Ethernet cards using an NS8390 chipset or its equivalent, say Y
348 and read the Ethernet-HOWTO, available from
349 <http://www.tldp.org/docs.html#howto>.
350
351config MAC89x0
352 tristate "Macintosh CS89x0 based ethernet cards"
d1c0a65f 353 depends on MAC
1da177e4
LT
354 ---help---
355 Support for CS89x0 chipset based Ethernet cards. If you have a
356 Nubus or LC-PDS network (Ethernet) card of this type, say Y and
357 read the Ethernet-HOWTO, available from
358 <http://www.tldp.org/docs.html#howto>.
359
360 To compile this driver as a module, choose M here and read
361 <file:Documentation/networking/net-modules.txt>. This module will
362 be called mac89x0.
363
364config MACSONIC
365 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
d1c0a65f 366 depends on MAC
1da177e4
LT
367 ---help---
368 Support for NatSemi SONIC based Ethernet devices. This includes
369 the onboard Ethernet in many Quadras as well as some LC-PDS,
370 a few Nubus and all known Comm Slot Ethernet cards. If you have
371 one of these say Y and read the Ethernet-HOWTO, available from
372 <http://www.tldp.org/docs.html#howto>.
373
374 To compile this driver as a module, choose M here and read
375 <file:Documentation/networking/net-modules.txt>. This module will
376 be called macsonic.
377
378config MACMACE
8b6aaab8 379 bool "Macintosh (AV) onboard MACE ethernet"
d1c0a65f 380 depends on MAC
1da177e4
LT
381 select CRC32
382 help
383 Support for the onboard AMD 79C940 MACE Ethernet controller used in
384 the 660AV and 840AV Macintosh. If you have one of these Macintoshes
385 say Y and read the Ethernet-HOWTO, available from
386 <http://www.tldp.org/docs.html#howto>.
387
388config MVME147_NET
389 tristate "MVME147 (Lance) Ethernet support"
d1c0a65f 390 depends on MVME147
1da177e4
LT
391 select CRC32
392 help
393 Support for the on-board Ethernet interface on the Motorola MVME147
394 single-board computer. Say Y here to include the
395 driver for this chip in your kernel.
396 To compile this driver as a module, choose M here.
397
398config MVME16x_NET
399 tristate "MVME16x Ethernet support"
d1c0a65f 400 depends on MVME16x
1da177e4
LT
401 help
402 This is the driver for the Ethernet interface on the Motorola
403 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
404 driver for this chip in your kernel.
405 To compile this driver as a module, choose M here.
406
407config BVME6000_NET
408 tristate "BVME6000 Ethernet support"
d1c0a65f 409 depends on BVME6000
1da177e4
LT
410 help
411 This is the driver for the Ethernet interface on BVME4000 and
412 BVME6000 VME boards. Say Y here to include the driver for this chip
413 in your kernel.
414 To compile this driver as a module, choose M here.
415
416config ATARILANCE
417 tristate "Atari Lance support"
d1c0a65f 418 depends on ATARI
1da177e4
LT
419 help
420 Say Y to include support for several Atari Ethernet adapters based
421 on the AMD Lance chipset: RieblCard (with or without battery), or
422 PAMCard VME (also the version by Rhotron, with different addresses).
423
1da177e4
LT
424config SUN3LANCE
425 tristate "Sun3/Sun3x on-board LANCE support"
d1c0a65f 426 depends on SUN3 || SUN3X
1da177e4
LT
427 help
428 Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
429 featured an AMD Lance 10Mbit Ethernet controller on board; say Y
430 here to compile in the Linux driver for this and enable Ethernet.
431 General Linux information on the Sun 3 and 3x series (now
432 discontinued) is at
433 <http://www.angelfire.com/ca2/tech68k/sun3.html>.
434
435 If you're not building a kernel for a Sun 3, say N.
436
437config SUN3_82586
9a482206 438 bool "Sun3 on-board Intel 82586 support"
d1c0a65f 439 depends on SUN3
1da177e4
LT
440 help
441 This driver enables support for the on-board Intel 82586 based
442 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
443 that this driver does not support 82586-based adapters on additional
444 VME boards.
445
446config HPLANCE
447 bool "HP on-board LANCE support"
d1c0a65f 448 depends on DIO
1da177e4
LT
449 select CRC32
450 help
451 If you want to use the builtin "LANCE" Ethernet controller on an
452 HP300 machine, say Y here.
453
454config LASI_82596
455 tristate "Lasi ethernet"
d1c0a65f 456 depends on GSC
1da177e4 457 help
6de187ee
MW
458 Say Y here to support the builtin Intel 82596 ethernet controller
459 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
1da177e4 460
f2ec8030
TB
461config SNI_82596
462 tristate "SNI RM ethernet"
463 depends on NET_ETHERNET && SNI_RM
464 help
465 Say Y here to support the on-board Intel 82596 ethernet controller
466 built into SNI RM machines.
467
1da177e4
LT
468config MIPS_JAZZ_SONIC
469 tristate "MIPS JAZZ onboard SONIC Ethernet support"
d1c0a65f 470 depends on MACH_JAZZ
1da177e4
LT
471 help
472 This is the driver for the onboard card of MIPS Magnum 4000,
473 Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
474
1da177e4
LT
475config MIPS_AU1X00_ENET
476 bool "MIPS AU1000 Ethernet support"
d1c0a65f 477 depends on SOC_AU1X00
0638dec0 478 select PHYLIB
1da177e4
LT
479 select CRC32
480 help
481 If you have an Alchemy Semi AU1X00 based system
482 say Y. Otherwise, say N.
483
1da177e4
LT
484config SGI_IOC3_ETH
485 bool "SGI IOC3 Ethernet"
d1c0a65f 486 depends on PCI && SGI_IP27
1da177e4
LT
487 select CRC32
488 select MII
489 help
490 If you have a network (Ethernet) card of this type, say Y and read
491 the Ethernet-HOWTO, available from
492 <http://www.tldp.org/docs.html#howto>.
493
dcbf8477 494config MIPS_SIM_NET
1e2b980f 495 tristate "MIPS simulator Network device"
d1c0a65f 496 depends on MIPS_SIM
dcbf8477
RB
497 help
498 The MIPSNET device is a simple Ethernet network device which is
499 emulated by the MIPS Simulator.
500 If you are not using a MIPSsim or are unsure, say N.
501
1da177e4
LT
502config SGI_O2MACE_ETH
503 tristate "SGI O2 MACE Fast Ethernet support"
d1c0a65f 504 depends on SGI_IP32=y
1da177e4
LT
505
506config STNIC
507 tristate "National DP83902AV support"
d1c0a65f 508 depends on SUPERH
1da177e4
LT
509 select CRC32
510 help
511 Support for cards based on the National Semiconductor DP83902AV
512 ST-NIC Serial Network Interface Controller for Twisted Pair. This
513 is a 10Mbit/sec Ethernet controller. Product overview and specs at
514 <http://www.national.com/pf/DP/DP83902A.html>.
515
516 If unsure, say N.
517
518config SUNLANCE
519 tristate "Sun LANCE support"
d1c0a65f 520 depends on SBUS
1da177e4
LT
521 select CRC32
522 help
523 This driver supports the "le" interface present on all 32-bit Sparc
524 systems, on some older Ultra systems and as an Sbus option. These
525 cards are based on the AMD Lance chipset, which is better known
526 via the NE2100 cards.
527
528 To compile this driver as a module, choose M here: the module
529 will be called sunlance.
530
531config HAPPYMEAL
532 tristate "Sun Happy Meal 10/100baseT support"
d1c0a65f 533 depends on SBUS || PCI
1da177e4
LT
534 select CRC32
535 help
536 This driver supports the "hme" interface present on most Ultra
537 systems and as an option on older Sbus systems. This driver supports
538 both PCI and Sbus devices. This driver also supports the "qfe" quad
539 100baseT device available in both PCI and Sbus configurations.
540
541 To compile this driver as a module, choose M here: the module
542 will be called sunhme.
543
544config SUNBMAC
545 tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)"
d1c0a65f 546 depends on SBUS && EXPERIMENTAL
1da177e4
LT
547 select CRC32
548 help
549 This driver supports the "be" interface available as an Sbus option.
550 This is Sun's older 100baseT Ethernet device.
551
552 To compile this driver as a module, choose M here: the module
553 will be called sunbmac.
554
555config SUNQE
556 tristate "Sun QuadEthernet support"
d1c0a65f 557 depends on SBUS
1da177e4
LT
558 select CRC32
559 help
560 This driver supports the "qe" 10baseT Ethernet device, available as
561 an Sbus option. Note that this is not the same as Quad FastEthernet
562 "qfe" which is supported by the Happy Meal driver instead.
563
564 To compile this driver as a module, choose M here: the module
565 will be called sunqe.
566
567config SUNGEM
568 tristate "Sun GEM support"
d1c0a65f 569 depends on PCI
1da177e4
LT
570 select CRC32
571 help
572 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
573 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
574
1f26dac3
DM
575config CASSINI
576 tristate "Sun Cassini support"
d1c0a65f 577 depends on PCI
1f26dac3
DM
578 select CRC32
579 help
580 Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
581 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf>
582
4c521e42
DM
583config SUNVNET
584 tristate "Sun Virtual Network support"
585 depends on SUN_LDOMS
586 help
587 Support for virtual network devices under Sun Logical Domains.
588
1da177e4
LT
589config NET_VENDOR_3COM
590 bool "3COM cards"
d1c0a65f 591 depends on ISA || EISA || MCA || PCI
1da177e4
LT
592 help
593 If you have a network (Ethernet) card belonging to this class, say Y
594 and read the Ethernet-HOWTO, available from
595 <http://www.tldp.org/docs.html#howto>.
596
597 Note that the answer to this question doesn't directly affect the
598 kernel: saying N will just cause the configurator to skip all
599 the questions about 3COM cards. If you say Y, you will be asked for
600 your specific card in the following questions.
601
602config EL1
603 tristate "3c501 \"EtherLink\" support"
604 depends on NET_VENDOR_3COM && ISA
605 ---help---
606 If you have a network (Ethernet) card of this type, say Y and read
607 the Ethernet-HOWTO, available from
608 <http://www.tldp.org/docs.html#howto>. Also, consider buying a
609 new card, since the 3c501 is slow, broken, and obsolete: you will
610 have problems. Some people suggest to ping ("man ping") a nearby
611 machine every minute ("man cron") when using this card.
612
613 To compile this driver as a module, choose M here and read
614 <file:Documentation/networking/net-modules.txt>. The module
615 will be called 3c501.
616
617config EL2
618 tristate "3c503 \"EtherLink II\" support"
619 depends on NET_VENDOR_3COM && ISA
620 select CRC32
621 help
622 If you have a network (Ethernet) card of this type, say Y and read
623 the Ethernet-HOWTO, available from
624 <http://www.tldp.org/docs.html#howto>.
625
626 To compile this driver as a module, choose M here and read
627 <file:Documentation/networking/net-modules.txt>. The module
628 will be called 3c503.
629
630config ELPLUS
631 tristate "3c505 \"EtherLink Plus\" support"
a5532606 632 depends on NET_VENDOR_3COM && ISA && ISA_DMA_API
1da177e4
LT
633 ---help---
634 Information about this network (Ethernet) card can be found in
635 <file:Documentation/networking/3c505.txt>. If you have a card of
636 this type, say Y and read the Ethernet-HOWTO, available from
637 <http://www.tldp.org/docs.html#howto>.
638
639 To compile this driver as a module, choose M here and read
640 <file:Documentation/networking/net-modules.txt>. The module
641 will be called 3c505.
642
643config EL16
644 tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)"
645 depends on NET_VENDOR_3COM && ISA && EXPERIMENTAL
646 help
647 If you have a network (Ethernet) card of this type, say Y and read
648 the Ethernet-HOWTO, available from
649 <http://www.tldp.org/docs.html#howto>.
650
651 To compile this driver as a module, choose M here and read
652 <file:Documentation/networking/net-modules.txt>. The module
653 will be called 3c507.
654
655config EL3
656 tristate "3c509/3c529 (MCA)/3c579 \"EtherLink III\" support"
657 depends on NET_VENDOR_3COM && (ISA || EISA || MCA)
658 ---help---
659 If you have a network (Ethernet) card belonging to the 3Com
660 EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
661 from <http://www.tldp.org/docs.html#howto>.
662
663 If your card is not working you may need to use the DOS
664 setup disk to disable Plug & Play mode, and to select the default
665 media type.
666
667 To compile this driver as a module, choose M here and read
668 <file:Documentation/networking/net-modules.txt>. The module
669 will be called 3c509.
670
671config 3C515
672 tristate "3c515 ISA \"Fast EtherLink\""
a5532606 673 depends on NET_VENDOR_3COM && (ISA || EISA) && ISA_DMA_API
1da177e4
LT
674 help
675 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
676 network card, say Y and read the Ethernet-HOWTO, available from
677 <http://www.tldp.org/docs.html#howto>.
678
679 To compile this driver as a module, choose M here and read
680 <file:Documentation/networking/net-modules.txt>. The module
681 will be called 3c515.
682
683config ELMC
684 tristate "3c523 \"EtherLink/MC\" support"
685 depends on NET_VENDOR_3COM && MCA_LEGACY
686 help
687 If you have a network (Ethernet) card of this type, say Y and read
688 the Ethernet-HOWTO, available from
689 <http://www.tldp.org/docs.html#howto>.
690
691 To compile this driver as a module, choose M here and read
692 <file:Documentation/networking/net-modules.txt>. The module
693 will be called 3c523.
694
695config ELMC_II
696 tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)"
697 depends on NET_VENDOR_3COM && MCA && MCA_LEGACY
698 help
699 If you have a network (Ethernet) card of this type, say Y and read
700 the Ethernet-HOWTO, available from
701 <http://www.tldp.org/docs.html#howto>.
702
703 To compile this driver as a module, choose M here and read
704 <file:Documentation/networking/net-modules.txt>. The module
705 will be called 3c527.
706
707config VORTEX
708 tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
709 depends on NET_VENDOR_3COM && (PCI || EISA)
710 select MII
711 ---help---
47c51431
JM
712 This option enables driver support for a large number of 10Mbps and
713 10/100Mbps EISA, PCI and PCMCIA 3Com network cards:
1da177e4
LT
714
715 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
716 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
717 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
718 "Tornado" (3c905) PCI
719 "Hurricane" (3c555/3cSOHO) PCI
720
721 If you have such a card, say Y and read the Ethernet-HOWTO,
722 available from <http://www.tldp.org/docs.html#howto>. More
723 specific information is in
724 <file:Documentation/networking/vortex.txt> and in the comments at
725 the beginning of <file:drivers/net/3c59x.c>.
726
727 To compile this support as a module, choose M here and read
728 <file:Documentation/networking/net-modules.txt>.
729
730config TYPHOON
731 tristate "3cr990 series \"Typhoon\" support"
732 depends on NET_VENDOR_3COM && PCI
733 select CRC32
734 ---help---
735 This option enables driver support for the 3cr990 series of cards:
736
737 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97,
738 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,
739 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
740
741 If you have a network (Ethernet) card of this type, say Y and read
742 the Ethernet-HOWTO, available from
743 <http://www.tldp.org/docs.html#howto>.
744
745 To compile this driver as a module, choose M here and read
746 <file:Documentation/networking/net-modules.txt>. The module
747 will be called typhoon.
748
749config LANCE
750 tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
d1c0a65f 751 depends on ISA && ISA_DMA_API
1da177e4
LT
752 help
753 If you have a network (Ethernet) card of this type, say Y and read
754 the Ethernet-HOWTO, available from
755 <http://www.tldp.org/docs.html#howto>. Some LinkSys cards are
756 of this type.
757
758 To compile this driver as a module, choose M here: the module
759 will be called lance. This is recommended.
760
761config NET_VENDOR_SMC
762 bool "Western Digital/SMC cards"
d1c0a65f 763 depends on ISA || MCA || EISA || MAC
1da177e4
LT
764 help
765 If you have a network (Ethernet) card belonging to this class, say Y
766 and read the Ethernet-HOWTO, available from
767 <http://www.tldp.org/docs.html#howto>.
768
769 Note that the answer to this question doesn't directly affect the
770 kernel: saying N will just cause the configurator to skip all
771 the questions about Western Digital cards. If you say Y, you will be
772 asked for your specific card in the following questions.
773
774config WD80x3
775 tristate "WD80*3 support"
776 depends on NET_VENDOR_SMC && ISA
777 select CRC32
778 help
779 If you have a network (Ethernet) card of this type, say Y and read
780 the Ethernet-HOWTO, available from
781 <http://www.tldp.org/docs.html#howto>.
782
783 To compile this driver as a module, choose M here and read
784 <file:Documentation/networking/net-modules.txt>. The module
785 will be called wd.
786
787config ULTRAMCA
788 tristate "SMC Ultra MCA support"
789 depends on NET_VENDOR_SMC && MCA
790 select CRC32
791 help
792 If you have a network (Ethernet) card of this type and are running
793 an MCA based system (PS/2), say Y and read the Ethernet-HOWTO,
794 available from <http://www.tldp.org/docs.html#howto>.
795
796 To compile this driver as a module, choose M here and read
797 <file:Documentation/networking/net-modules.txt>. The module
798 will be called smc-mca.
799
800config ULTRA
801 tristate "SMC Ultra support"
802 depends on NET_VENDOR_SMC && ISA
803 select CRC32
804 ---help---
805 If you have a network (Ethernet) card of this type, say Y and read
806 the Ethernet-HOWTO, available from
807 <http://www.tldp.org/docs.html#howto>.
808
809 Important: There have been many reports that, with some motherboards
810 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
811 such as some BusLogic models) causes corruption problems with many
812 operating systems. The Linux smc-ultra driver has a work-around for
813 this but keep it in mind if you have such a SCSI card and have
814 problems.
815
816 To compile this driver as a module, choose M here and read
817 <file:Documentation/networking/net-modules.txt>. The module
818 will be called smc-ultra.
819
820config ULTRA32
821 tristate "SMC Ultra32 EISA support"
822 depends on NET_VENDOR_SMC && EISA
823 select CRC32
824 help
825 If you have a network (Ethernet) card of this type, say Y and read
826 the Ethernet-HOWTO, available from
827 <http://www.tldp.org/docs.html#howto>.
828
829 To compile this driver as a module, choose M here and read
830 <file:Documentation/networking/net-modules.txt>. The module
831 will be called smc-ultra32.
832
e190d6b1
BW
833config BFIN_MAC
834 tristate "Blackfin 536/537 on-chip mac support"
835 depends on NET_ETHERNET && (BF537 || BF536) && (!BF537_PORT_H)
836 select CRC32
eeb70af9
BW
837 select MII
838 select PHYLIB
e190d6b1
BW
839 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
840 help
841 This is the driver for blackfin on-chip mac device. Say Y if you want it
842 compiled into the kernel. This driver is also available as a module
843 ( = code which can be inserted in and removed from the running kernel
844 whenever you want). The module will be called bfin_mac.
845
846config BFIN_MAC_USE_L1
847 bool "Use L1 memory for rx/tx packets"
848 depends on BFIN_MAC && BF537
849 default y
850 help
851 To get maximum network performace, you should use L1 memory as rx/tx buffers.
852 Say N here if you want to reserve L1 memory for other uses.
853
854config BFIN_TX_DESC_NUM
855 int "Number of transmit buffer packets"
856 depends on BFIN_MAC
857 range 6 10 if BFIN_MAC_USE_L1
858 range 10 100
859 default "10"
860 help
861 Set the number of buffer packets used in driver.
862
863config BFIN_RX_DESC_NUM
864 int "Number of receive buffer packets"
865 depends on BFIN_MAC
866 range 20 100 if BFIN_MAC_USE_L1
867 range 20 800
868 default "20"
869 help
870 Set the number of buffer packets used in driver.
871
872config BFIN_MAC_RMII
873 bool "RMII PHY Interface (EXPERIMENTAL)"
874 depends on BFIN_MAC && EXPERIMENTAL
875 default n
876 help
877 Use Reduced PHY MII Interface
878
d1c0a65f
JE
879config SMC9194
880 tristate "SMC 9194 support"
881 depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN)
882 select CRC32
883 ---help---
884 This is support for the SMC9xxx based Ethernet cards. Choose this
885 option if you have a DELL laptop with the docking station, or
886 another SMC9192/9194 based chipset. Say Y if you want it compiled
887 into the kernel, and read the file
888 <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
889 available from <http://www.tldp.org/docs.html#howto>.
890
891 To compile this driver as a module, choose M here and read
892 <file:Documentation/networking/net-modules.txt>. The module
893 will be called smc9194.
894
1da177e4
LT
895config SMC91X
896 tristate "SMC 91C9x/91C1xxx support"
897 select CRC32
898 select MII
d1c0a65f 899 depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || SOC_AU1X00 || BFIN
1da177e4
LT
900 help
901 This is a driver for SMC's 91x series of Ethernet chipsets,
902 including the SMC91C94 and the SMC91C111. Say Y if you want it
903 compiled into the kernel, and read the file
904 <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
905 available from <http://www.linuxdoc.org/docs.html#howto>.
906
907 This driver is also available as a module ( = code which can be
908 inserted in and removed from the running kernel whenever you want).
909 The module will be called smc91x. If you want to compile it as a
39f5fb30
AP
910 module, say M here and read <file:Documentation/kbuild/modules.txt>
911 as well as <file:Documentation/networking/net-modules.txt>.
1da177e4 912
92aa674d
SH
913config NET_NETX
914 tristate "NetX Ethernet support"
915 select MII
d1c0a65f 916 depends on ARCH_NETX
92aa674d
SH
917 help
918 This is support for the Hilscher netX builtin Ethernet ports
919
920 To compile this driver as a module, choose M here and read
921 <file:Documentation/networking/net-modules.txt>. The module
922 will be called netx-eth.
923
a1365275
SH
924config DM9000
925 tristate "DM9000 support"
f40d24d9 926 depends on ARM || BLACKFIN || MIPS
a1365275
SH
927 select CRC32
928 select MII
929 ---help---
930 Support for DM9000 chipset.
931
932 To compile this driver as a module, choose M here and read
933 <file:Documentation/networking/net-modules.txt>. The module will be
934 called dm9000.
935
0a0c72c9
DM
936config SMC911X
937 tristate "SMSC LAN911[5678] support"
938 select CRC32
939 select MII
d1c0a65f 940 depends on ARCH_PXA
0a0c72c9
DM
941 help
942 This is a driver for SMSC's LAN911x series of Ethernet chipsets
943 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
944 Say Y if you want it compiled into the kernel,
945 and read the Ethernet-HOWTO, available from
946 <http://www.linuxdoc.org/docs.html#howto>.
947
948 This driver is also available as a module. The module will be
949 called smc911x. If you want to compile it as a module, say M
39f5fb30 950 here and read <file:Documentation/kbuild/modules.txt>
0a0c72c9 951
1da177e4
LT
952config NET_VENDOR_RACAL
953 bool "Racal-Interlan (Micom) NI cards"
d1c0a65f 954 depends on ISA
1da177e4
LT
955 help
956 If you have a network (Ethernet) card belonging to this class, such
957 as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO,
958 available from <http://www.tldp.org/docs.html#howto>.
959
960 Note that the answer to this question doesn't directly affect the
961 kernel: saying N will just cause the configurator to skip all
962 the questions about NI cards. If you say Y, you will be asked for
963 your specific card in the following questions.
964
965config NI5010
966 tristate "NI5010 support (EXPERIMENTAL)"
967 depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP
968 ---help---
969 If you have a network (Ethernet) card of this type, say Y and read
970 the Ethernet-HOWTO, available from
971 <http://www.tldp.org/docs.html#howto>. Note that this is still
972 experimental code.
973
974 To compile this driver as a module, choose M here and read
975 <file:Documentation/networking/net-modules.txt>. The module
976 will be called ni5010.
977
978config NI52
979 tristate "NI5210 support"
980 depends on NET_VENDOR_RACAL && ISA
981 help
982 If you have a network (Ethernet) card of this type, say Y and read
983 the Ethernet-HOWTO, available from
984 <http://www.tldp.org/docs.html#howto>.
985
986 To compile this driver as a module, choose M here and read
987 <file:Documentation/networking/net-modules.txt>. The module
988 will be called ni52.
989
990config NI65
991 tristate "NI6510 support"
a5532606 992 depends on NET_VENDOR_RACAL && ISA && ISA_DMA_API
1da177e4
LT
993 help
994 If you have a network (Ethernet) card of this type, say Y and read
995 the Ethernet-HOWTO, available from
996 <http://www.tldp.org/docs.html#howto>.
997
998 To compile this driver as a module, choose M here and read
999 <file:Documentation/networking/net-modules.txt>. The module
1000 will be called ni65.
1001
1002source "drivers/net/tulip/Kconfig"
1003
1004config AT1700
1005 tristate "AT1700/1720 support (EXPERIMENTAL)"
d1c0a65f 1006 depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
1da177e4
LT
1007 select CRC32
1008 ---help---
1009 If you have a network (Ethernet) card of this type, say Y and read
1010 the Ethernet-HOWTO, available from
1011 <http://www.tldp.org/docs.html#howto>.
1012
1013 To compile this driver as a module, choose M here and read
1014 <file:Documentation/networking/net-modules.txt>. The module
1015 will be called at1700.
1016
1017config DEPCA
1018 tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support"
d1c0a65f 1019 depends on ISA || EISA || MCA
1da177e4
LT
1020 select CRC32
1021 ---help---
1022 If you have a network (Ethernet) card of this type, say Y and read
1023 the Ethernet-HOWTO, available from
1024 <http://www.tldp.org/docs.html#howto> as well as
1025 <file:drivers/net/depca.c>.
1026
1027 To compile this driver as a module, choose M here and read
1028 <file:Documentation/networking/net-modules.txt>. The module
1029 will be called depca.
1030
1031config HP100
1032 tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"
d1c0a65f 1033 depends on ISA || EISA || PCI
1da177e4
LT
1034 help
1035 If you have a network (Ethernet) card of this type, say Y and read
1036 the Ethernet-HOWTO, available from
1037 <http://www.tldp.org/docs.html#howto>.
1038
1039 To compile this driver as a module, choose M here and read
1040 <file:Documentation/networking/net-modules.txt>. The module
1041 will be called hp100.
1042
1043config NET_ISA
1044 bool "Other ISA cards"
d1c0a65f 1045 depends on ISA
1da177e4
LT
1046 ---help---
1047 If your network (Ethernet) card hasn't been mentioned yet and its
1048 bus system (that's the way the cards talks to the other components
1049 of your computer) is ISA (as opposed to EISA, VLB or PCI), say Y.
1050 Make sure you know the name of your card. Read the Ethernet-HOWTO,
1051 available from <http://www.tldp.org/docs.html#howto>.
1052
1053 If unsure, say Y.
1054
1055 Note that the answer to this question doesn't directly affect the
1056 kernel: saying N will just cause the configurator to skip all
1057 the remaining ISA network card questions. If you say Y, you will be
1058 asked for your specific card in the following questions.
1059
1060config E2100
1061 tristate "Cabletron E21xx support"
1062 depends on NET_ISA
1063 select CRC32
1064 help
1065 If you have a network (Ethernet) card of this type, say Y and read
1066 the Ethernet-HOWTO, available from
1067 <http://www.tldp.org/docs.html#howto>.
1068
1069 To compile this driver as a module, choose M here and read
1070 <file:Documentation/networking/net-modules.txt>. The module
1071 will be called e2100.
1072
1073config EWRK3
1074 tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
1075 depends on NET_ISA
1076 select CRC32
1077 ---help---
1078 This driver supports the DE203, DE204 and DE205 network (Ethernet)
1079 cards. If this is for you, say Y and read
1080 <file:Documentation/networking/ewrk3.txt> in the kernel source as
1081 well as the Ethernet-HOWTO, available from
1082 <http://www.tldp.org/docs.html#howto>.
1083
1084 To compile this driver as a module, choose M here and read
1085 <file:Documentation/networking/net-modules.txt>. The module
1086 will be called ewrk3.
1087
1088config EEXPRESS
1089 tristate "EtherExpress 16 support"
1090 depends on NET_ISA
1091 ---help---
1092 If you have an EtherExpress16 network (Ethernet) card, say Y and
1093 read the Ethernet-HOWTO, available from
1094 <http://www.tldp.org/docs.html#howto>. Note that the Intel
1095 EtherExpress16 card used to be regarded as a very poor choice
1096 because the driver was very unreliable. We now have a new driver
1097 that should do better.
1098
1099 To compile this driver as a module, choose M here and read
1100 <file:Documentation/networking/net-modules.txt>. The module
1101 will be called eexpress.
1102
1103config EEXPRESS_PRO
1104 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
1105 depends on NET_ISA
1106 ---help---
1107 If you have a network (Ethernet) card of this type, say Y. This
47c51431 1108 driver supports Intel i82595{FX,TX} based boards. Note however
1da177e4
LT
1109 that the EtherExpress PRO/100 Ethernet card has its own separate
1110 driver. Please read the Ethernet-HOWTO, available from
1111 <http://www.tldp.org/docs.html#howto>.
1112
1113 To compile this driver as a module, choose M here and read
1114 <file:Documentation/networking/net-modules.txt>. The module
1115 will be called eepro.
1116
1da177e4
LT
1117config HPLAN_PLUS
1118 tristate "HP PCLAN+ (27247B and 27252A) support"
1119 depends on NET_ISA
1120 select CRC32
1121 help
1122 If you have a network (Ethernet) card of this type, say Y and read
1123 the Ethernet-HOWTO, available from
1124 <http://www.tldp.org/docs.html#howto>.
1125
1126 To compile this driver as a module, choose M here and read
1127 <file:Documentation/networking/net-modules.txt>. The module
1128 will be called hp-plus.
1129
1130config HPLAN
1131 tristate "HP PCLAN (27245 and other 27xxx series) support"
1132 depends on NET_ISA
1133 select CRC32
1134 help
1135 If you have a network (Ethernet) card of this type, say Y and read
1136 the Ethernet-HOWTO, available from
1137 <http://www.tldp.org/docs.html#howto>.
1138
1139 To compile this driver as a module, choose M here and read
1140 <file:Documentation/networking/net-modules.txt>. The module
1141 will be called hp.
1142
1143config LP486E
1144 tristate "LP486E on board Ethernet"
1145 depends on NET_ISA
1146 help
1147 Say Y here to support the 82596-based on-board Ethernet controller
1148 for the Panther motherboard, which is one of the two shipped in the
1149 Intel Professional Workstation.
1150
1151config ETH16I
1152 tristate "ICL EtherTeam 16i/32 support"
1153 depends on NET_ISA
1154 help
1155 If you have a network (Ethernet) card of this type, say Y and read
1156 the Ethernet-HOWTO, available from
1157 <http://www.tldp.org/docs.html#howto>.
1158
1159 To compile this driver as a module, choose M here and read
1160 <file:Documentation/networking/net-modules.txt>. The module
1161 will be called eth16i.
1162
1163config NE2000
1164 tristate "NE2000/NE1000 support"
57e386ce 1165 depends on NET_ISA || (Q40 && m) || M32R || TOSHIBA_RBTX4927 || TOSHIBA_RBTX4938
1da177e4
LT
1166 select CRC32
1167 ---help---
1168 If you have a network (Ethernet) card of this type, say Y and read
1169 the Ethernet-HOWTO, available from
1170 <http://www.tldp.org/docs.html#howto>. Many Ethernet cards
1171 without a specific driver are compatible with NE2000.
1172
1173 If you have a PCI NE2000 card however, say N here and Y to "PCI
28beaf65
JJ
1174 NE2000 and clone support" under "EISA, VLB, PCI and on board
1175 controllers" below. If you have a NE2000 card and are running on
1da177e4
LT
1176 an MCA system (a bus system used on some IBM PS/2 computers and
1177 laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
1178 below.
1179
1180 To compile this driver as a module, choose M here and read
1181 <file:Documentation/networking/net-modules.txt>. The module
1182 will be called ne.
1183
1184config ZNET
1185 tristate "Zenith Z-Note support (EXPERIMENTAL)"
a5532606 1186 depends on NET_ISA && EXPERIMENTAL && ISA_DMA_API
1da177e4
LT
1187 help
1188 The Zenith Z-Note notebook computer has a built-in network
1189 (Ethernet) card, and this is the Linux driver for it. Note that the
1190 IBM Thinkpad 300 is compatible with the Z-Note and is also supported
1191 by this driver. Read the Ethernet-HOWTO, available from
1192 <http://www.tldp.org/docs.html#howto>.
1193
1194config SEEQ8005
1195 tristate "SEEQ8005 support (EXPERIMENTAL)"
1196 depends on NET_ISA && EXPERIMENTAL
1197 help
1198 This is a driver for the SEEQ 8005 network (Ethernet) card. If this
1199 is for you, read the Ethernet-HOWTO, available from
1200 <http://www.tldp.org/docs.html#howto>.
1201
1202 To compile this driver as a module, choose M here and read
1203 <file:Documentation/networking/net-modules.txt>. The module
1204 will be called seeq8005.
1205
1da177e4
LT
1206config NE2_MCA
1207 tristate "NE/2 (ne2000 MCA version) support"
d1c0a65f 1208 depends on MCA_LEGACY
1da177e4
LT
1209 select CRC32
1210 help
1211 If you have a network (Ethernet) card of this type, say Y and read
1212 the Ethernet-HOWTO, available from
1213 <http://www.tldp.org/docs.html#howto>.
1214
1215 To compile this driver as a module, choose M here and read
1216 <file:Documentation/networking/net-modules.txt>. The module
1217 will be called ne2.
1218
1219config IBMLANA
1220 tristate "IBM LAN Adapter/A support"
d1c0a65f 1221 depends on MCA && MCA_LEGACY
1da177e4
LT
1222 ---help---
1223 This is a Micro Channel Ethernet adapter. You need to set
1224 CONFIG_MCA to use this driver. It is both available as an in-kernel
1225 driver and as a module.
1226
1227 To compile this driver as a module, choose M here and read
1228 <file:Documentation/networking/net-modules.txt>. The only
1229 currently supported card is the IBM LAN Adapter/A for Ethernet. It
1230 will both support 16K and 32K memory windows, however a 32K window
1231 gives a better security against packet losses. Usage of multiple
1232 boards with this driver should be possible, but has not been tested
1233 up to now due to lack of hardware.
1234
1235config IBMVETH
1236 tristate "IBM LAN Virtual Ethernet support"
d1c0a65f 1237 depends on PPC_PSERIES
1da177e4
LT
1238 ---help---
1239 This driver supports virtual ethernet adapters on newer IBM iSeries
1240 and pSeries systems.
1241
1242 To compile this driver as a module, choose M here and read
1243 <file:Documentation/networking/net-modules.txt>. The module will
1244 be called ibmveth.
1245
1d3bb996
DG
1246source "drivers/net/ibm_emac/Kconfig"
1247source "drivers/net/ibm_newemac/Kconfig"
1da177e4
LT
1248
1249config NET_PCI
1250 bool "EISA, VLB, PCI and on board controllers"
d1c0a65f 1251 depends on ISA || EISA || PCI
1da177e4
LT
1252 help
1253 This is another class of network cards which attach directly to the
1254 bus. If you have one of those, say Y and read the Ethernet-HOWTO,
1255 available from <http://www.tldp.org/docs.html#howto>.
1256
1257 Note that the answer to this question doesn't directly affect the
1258 kernel: saying N will just cause the configurator to skip all
1259 the questions about this class of network cards. If you say Y, you
1260 will be asked for your specific card in the following questions. If
1261 you are unsure, say Y.
1262
1263config PCNET32
1264 tristate "AMD PCnet32 PCI support"
1265 depends on NET_PCI && PCI
1266 select CRC32
1267 select MII
1268 help
1269 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
1270 answer Y here and read the Ethernet-HOWTO, available from
1271 <http://www.tldp.org/docs.html#howto>.
1272
1273 To compile this driver as a module, choose M here and read
1274 <file:Documentation/networking/net-modules.txt>. The module
1275 will be called pcnet32.
1276
7de745e5 1277config PCNET32_NAPI
659dd835 1278 bool "Use RX polling (NAPI)"
1279 depends on PCNET32
7de745e5
DF
1280 help
1281 NAPI is a new driver API designed to reduce CPU and interrupt load
1282 when the driver is receiving lots of packets from the card. It is
1283 still somewhat experimental and thus not yet enabled by default.
1284
1285 If your estimated Rx load is 10kpps or more, or if the card will be
1286 deployed on potentially unfriendly networks (e.g. in a firewall),
1287 then say Y here.
1288
1289 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1290 information.
1291
1292 If in doubt, say N.
1293
1da177e4
LT
1294config AMD8111_ETH
1295 tristate "AMD 8111 (new PCI lance) support"
1296 depends on NET_PCI && PCI
1297 select CRC32
1298 select MII
1299 help
1300 If you have an AMD 8111-based PCI lance ethernet card,
1301 answer Y here and read the Ethernet-HOWTO, available from
1302 <http://www.tldp.org/docs.html#howto>.
1303
1304 To compile this driver as a module, choose M here and read
1305 <file:Documentation/networking/net-modules.txt>. The module
1306 will be called amd8111e.
d1c0a65f 1307
1da177e4
LT
1308config AMD8111E_NAPI
1309 bool "Enable NAPI support"
1310 depends on AMD8111_ETH
1311 help
1312 NAPI is a new driver API designed to reduce CPU and interrupt load
1313 when the driver is receiving lots of packets from the card. It is
1314 still somewhat experimental and thus not yet enabled by default.
1315
1316 If your estimated Rx load is 10kpps or more, or if the card will be
1317 deployed on potentially unfriendly networks (e.g. in a firewall),
1318 then say Y here.
1319
1320 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1321 information.
1322
1323 If in doubt, say N.
1324
1325config ADAPTEC_STARFIRE
1326 tristate "Adaptec Starfire/DuraLAN support"
1327 depends on NET_PCI && PCI
1328 select CRC32
1329 select MII
1330 help
1331 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
1332 adapter. The DuraLAN chip is used on the 64 bit PCI boards from
1333 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
1334 driver.
1335
1336 To compile this driver as a module, choose M here: the module
1337 will be called starfire. This is recommended.
1338
1339config ADAPTEC_STARFIRE_NAPI
1340 bool "Use Rx Polling (NAPI) (EXPERIMENTAL)"
1341 depends on ADAPTEC_STARFIRE && EXPERIMENTAL
1342 help
1343 NAPI is a new driver API designed to reduce CPU and interrupt load
1344 when the driver is receiving lots of packets from the card. It is
1345 still somewhat experimental and thus not yet enabled by default.
1346
1347 If your estimated Rx load is 10kpps or more, or if the card will be
1348 deployed on potentially unfriendly networks (e.g. in a firewall),
1349 then say Y here.
1350
1351 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1352 information.
1353
1354 If in doubt, say N.
1355
1356config AC3200
1357 tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)"
1358 depends on NET_PCI && (ISA || EISA) && EXPERIMENTAL
1359 select CRC32
1360 help
1361 If you have a network (Ethernet) card of this type, say Y and read
1362 the Ethernet-HOWTO, available from
1363 <http://www.tldp.org/docs.html#howto>.
1364
1365 To compile this driver as a module, choose M here and read
1366 <file:Documentation/networking/net-modules.txt>. The module
1367 will be called ac3200.
1368
1369config APRICOT
1370 tristate "Apricot Xen-II on board Ethernet"
1371 depends on NET_PCI && ISA
1372 help
1373 If you have a network (Ethernet) controller of this type, say Y and
1374 read the Ethernet-HOWTO, available from
1375 <http://www.tldp.org/docs.html#howto>.
1376
1377 To compile this driver as a module, choose M here and read
1378 <file:Documentation/networking/net-modules.txt>. The module will be
1379 called apricot.
1380
1381config B44
753f4920
MB
1382 tristate "Broadcom 440x/47xx ethernet support"
1383 depends on SSB_POSSIBLE
1384 select SSB
1da177e4
LT
1385 select MII
1386 help
753f4920
MB
1387 If you have a network (Ethernet) controller of this type, say Y
1388 or M and read the Ethernet-HOWTO, available from
1da177e4
LT
1389 <http://www.tldp.org/docs.html#howto>.
1390
1391 To compile this driver as a module, choose M here and read
1392 <file:Documentation/networking/net-modules.txt>. The module will be
1393 called b44.
1394
753f4920
MB
1395# Auto-select SSB PCI-HOST support, if possible
1396config B44_PCI_AUTOSELECT
1397 bool
1398 depends on B44 && SSB_PCIHOST_POSSIBLE
1399 select SSB_PCIHOST
1400 default y
1401
1402# Auto-select SSB PCICORE driver, if possible
1403config B44_PCICORE_AUTOSELECT
1404 bool
1405 depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
1406 select SSB_DRIVER_PCICORE
1407 default y
1408
1409config B44_PCI
1410 bool
1411 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
1412 default y
1413
1da177e4 1414config FORCEDETH
82770086
AB
1415 tristate "nForce Ethernet support"
1416 depends on NET_PCI && PCI
1da177e4
LT
1417 help
1418 If you have a network (Ethernet) controller of this type, say Y and
1419 read the Ethernet-HOWTO, available from
1420 <http://www.tldp.org/docs.html#howto>.
1421
1422 To compile this driver as a module, choose M here and read
1423 <file:Documentation/networking/net-modules.txt>. The module will be
1424 called forcedeth.
1425
e27cdba5
SH
1426config FORCEDETH_NAPI
1427 bool "Use Rx and Tx Polling (NAPI) (EXPERIMENTAL)"
1428 depends on FORCEDETH && EXPERIMENTAL
1429 help
1430 NAPI is a new driver API designed to reduce CPU and interrupt load
1431 when the driver is receiving lots of packets from the card. It is
1432 still somewhat experimental and thus not yet enabled by default.
1433
1434 If your estimated Rx load is 10kpps or more, or if the card will be
1435 deployed on potentially unfriendly networks (e.g. in a firewall),
1436 then say Y here.
1437
1438 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1439 information.
1440
1441 If in doubt, say N.
1da177e4
LT
1442
1443config CS89x0
1444 tristate "CS89x0 support"
9c878967 1445 depends on NET_PCI && (ISA || MACH_IXDP2351 || ARCH_IXDP2X01 || ARCH_PNX010X)
1da177e4
LT
1446 ---help---
1447 Support for CS89x0 chipset based Ethernet cards. If you have a
1448 network (Ethernet) card of this type, say Y and read the
1449 Ethernet-HOWTO, available from
1450 <http://www.tldp.org/docs.html#howto> as well as
1451 <file:Documentation/networking/cs89x0.txt>.
1452
1453 To compile this driver as a module, choose M here and read
1454 <file:Documentation/networking/net-modules.txt>. The module will be
fd85d765 1455 called cs89x0.
1da177e4
LT
1456
1457config TC35815
1458 tristate "TOSHIBA TC35815 Ethernet support"
eea221ce
AN
1459 depends on NET_PCI && PCI && MIPS
1460 select MII
1da177e4 1461
1da177e4
LT
1462config EEPRO100
1463 tristate "EtherExpressPro/100 support (eepro100, original Becker driver)"
1464 depends on NET_PCI && PCI
1465 select MII
1466 help
1467 If you have an Intel EtherExpress PRO/100 PCI network (Ethernet)
1468 card, say Y and read the Ethernet-HOWTO, available from
1469 <http://www.tldp.org/docs.html#howto>.
1470
1471 To compile this driver as a module, choose M here and read
1472 <file:Documentation/networking/net-modules.txt>. The module
1473 will be called eepro100.
1474
1475
1476config E100
1477 tristate "Intel(R) PRO/100+ support"
1478 depends on NET_PCI && PCI
1479 select MII
1480 ---help---
1481 This driver supports Intel(R) PRO/100 family of adapters.
1482 To verify that your adapter is supported, find the board ID number
1483 on the adapter. Look for a label that has a barcode and a number
1484 in the format 123456-001 (six digits hyphen three digits).
1485
1486 Use the above information and the Adapter & Driver ID Guide at:
1487
1488 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
1489
1490 to identify the adapter.
1491
1492 For the latest Intel PRO/100 network driver for Linux, see:
1493
1494 <http://appsr.intel.com/scripts-df/support_intel.asp>
1495
1496 More specific information on configuring the driver is in
1497 <file:Documentation/networking/e100.txt>.
1498
1499 To compile this driver as a module, choose M here and read
1500 <file:Documentation/networking/net-modules.txt>. The module
1501 will be called e100.
1502
1503config LNE390
1504 tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)"
1505 depends on NET_PCI && EISA && EXPERIMENTAL
1506 select CRC32
1507 help
1508 If you have a network (Ethernet) card of this type, say Y and read
1509 the Ethernet-HOWTO, available from
1510 <http://www.tldp.org/docs.html#howto>.
1511
1512 To compile this driver as a module, choose M here and read
1513 <file:Documentation/networking/net-modules.txt>. The module
1514 will be called lne390.
1515
1516config FEALNX
1517 tristate "Myson MTD-8xx PCI Ethernet support"
1518 depends on NET_PCI && PCI
1519 select CRC32
1520 select MII
1521 help
1522 Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet
1523 cards. Specifications and data at
1524 <http://www.myson.com.hk/mtd/datasheet/>.
1525
1526config NATSEMI
1527 tristate "National Semiconductor DP8381x series PCI Ethernet support"
1528 depends on NET_PCI && PCI
1529 select CRC32
1530 help
1531 This driver is for the National Semiconductor DP83810 series,
1532 which is used in cards from PureData, NetGear, Linksys
1533 and others, including the 83815 chip.
1534 More specific information and updates are available from
1535 <http://www.scyld.com/network/natsemi.html>.
1536
1537config NE2K_PCI
1538 tristate "PCI NE2000 and clones support (see help)"
1539 depends on NET_PCI && PCI
1540 select CRC32
1541 ---help---
1542 This driver is for NE2000 compatible PCI cards. It will not work
1543 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
1544 support" below). If you have a PCI NE2000 network (Ethernet) card,
1545 say Y and read the Ethernet-HOWTO, available from
1546 <http://www.tldp.org/docs.html#howto>.
1547
1548 This driver also works for the following NE2000 clone cards:
1549 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
1550 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
1551 Holtek HT80232 Holtek HT80229
1552
1553 To compile this driver as a module, choose M here and read
1554 <file:Documentation/networking/net-modules.txt>. The module
1555 will be called ne2k-pci.
1556
1557config NE3210
1558 tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)"
1559 depends on NET_PCI && EISA && EXPERIMENTAL
1560 select CRC32
1561 ---help---
1562 If you have a network (Ethernet) card of this type, say Y and read
1563 the Ethernet-HOWTO, available from
1564 <http://www.tldp.org/docs.html#howto>. Note that this driver
1565 will NOT WORK for NE3200 cards as they are completely different.
1566
1567 To compile this driver as a module, choose M here and read
1568 <file:Documentation/networking/net-modules.txt>. The module
1569 will be called ne3210.
1570
1571config ES3210
1572 tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)"
1573 depends on NET_PCI && EISA && EXPERIMENTAL
1574 select CRC32
1575 help
1576 If you have a network (Ethernet) card of this type, say Y and read
1577 the Ethernet-HOWTO, available from
1578 <http://www.tldp.org/docs.html#howto>.
1579
1580 To compile this driver as a module, choose M here and read
1581 <file:Documentation/networking/net-modules.txt>. The module
1582 will be called es3210.
1583
1584config 8139CP
1585 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"
1586 depends on NET_PCI && PCI && EXPERIMENTAL
1587 select CRC32
1588 select MII
1589 help
1590 This is a driver for the Fast Ethernet PCI network cards based on
1591 the RTL8139C+ chips. If you have one of those, say Y and read
1592 the Ethernet-HOWTO, available from
1593 <http://www.tldp.org/docs.html#howto>.
1594
1595 To compile this driver as a module, choose M here: the module
1596 will be called 8139cp. This is recommended.
1597
1598config 8139TOO
f04e3f09 1599 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support"
1da177e4
LT
1600 depends on NET_PCI && PCI
1601 select CRC32
1602 select MII
1603 ---help---
1604 This is a driver for the Fast Ethernet PCI network cards based on
f04e3f09
AB
1605 the RTL 8129/8130/8139 chips. If you have one of those, say Y and
1606 read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
1607
1608 To compile this driver as a module, choose M here: the module
1609 will be called 8139too. This is recommended.
1610
1611config 8139TOO_PIO
1612 bool "Use PIO instead of MMIO"
1613 default y
1614 depends on 8139TOO
1615 help
1616 This instructs the driver to use programmed I/O ports (PIO) instead
1617 of PCI shared memory (MMIO). This can possibly solve some problems
1618 in case your mainboard has memory consistency issues. If unsure,
1619 say N.
1620
1621config 8139TOO_TUNE_TWISTER
1622 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)"
1623 depends on 8139TOO
1624 help
1625 This implements a function which might come in handy in case you
1626 are using low quality on long cabling. It is required for RealTek
1627 RTL-8139 revision K boards, and totally unused otherwise. It tries
1628 to match the transceiver to the cable characteristics. This is
1629 experimental since hardly documented by the manufacturer.
1630 If unsure, say Y.
1631
1632config 8139TOO_8129
1633 bool "Support for older RTL-8129/8130 boards"
1634 depends on 8139TOO
1635 help
1636 This enables support for the older and uncommon RTL-8129 and
1637 RTL-8130 chips, which support MII via an external transceiver,
1638 instead of an internal one. Disabling this option will save some
1639 memory by making the code size smaller. If unsure, say Y.
1640
1641config 8139_OLD_RX_RESET
1642 bool "Use older RX-reset method"
1643 depends on 8139TOO
1644 help
1645 The 8139too driver was recently updated to contain a more rapid
1646 reset sequence, in the face of severe receive errors. This "new"
1647 RX-reset method should be adequate for all boards. But if you
1648 experience problems, you can enable this option to restore the
1649 old RX-reset behavior. If unsure, say N.
1650
1651config SIS900
1652 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
1653 depends on NET_PCI && PCI
1654 select CRC32
6da0f685 1655 select MII
1da177e4
LT
1656 ---help---
1657 This is a driver for the Fast Ethernet PCI network cards based on
1658 the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
c3cf560e 1659 SiS 630 and SiS 540 chipsets.
1da177e4
LT
1660
1661 This driver also supports AMD 79C901 HomePNA so that you can use
1662 your phone line as a network cable.
1663
1664 To compile this driver as a module, choose M here: the module
1665 will be called sis900. This is recommended.
1666
1667config EPIC100
1668 tristate "SMC EtherPower II"
1669 depends on NET_PCI && PCI
1670 select CRC32
1671 select MII
1672 help
1673 This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
1674 which is based on the SMC83c17x (EPIC/100).
1675 More specific information and updates are available from
1676 <http://www.scyld.com/network/epic100.html>.
1677
1678config SUNDANCE
1679 tristate "Sundance Alta support"
1680 depends on NET_PCI && PCI
1681 select CRC32
1682 select MII
1683 help
1684 This driver is for the Sundance "Alta" chip.
1685 More specific information and updates are available from
1686 <http://www.scyld.com/network/sundance.html>.
1687
1688config SUNDANCE_MMIO
1689 bool "Use MMIO instead of PIO"
1690 depends on SUNDANCE
1691 help
1692 Enable memory-mapped I/O for interaction with Sundance NIC registers.
1693 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
1694 is known to solve bugs on certain chips.
1695
1696 If unsure, say N.
1697
1698config TLAN
1699 tristate "TI ThunderLAN support"
1700 depends on NET_PCI && (PCI || EISA) && !64BIT
1701 ---help---
1702 If you have a PCI Ethernet network card based on the ThunderLAN chip
1703 which is supported by this driver, say Y and read the
1704 Ethernet-HOWTO, available from
1705 <http://www.tldp.org/docs.html#howto>.
1706
1707 Devices currently supported by this driver are Compaq Netelligent,
1708 Compaq NetFlex and Olicom cards. Please read the file
1709 <file:Documentation/networking/tlan.txt> for more details.
1710
1711 To compile this driver as a module, choose M here and read
1712 <file:Documentation/networking/net-modules.txt>. The module
1713 will be called tlan.
1714
1715 Please email feedback to <torben.mathiasen@compaq.com>.
1716
1717config VIA_RHINE
1718 tristate "VIA Rhine support"
1719 depends on NET_PCI && PCI
1720 select CRC32
1721 select MII
1722 help
1723 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
1724 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
1725 Ethernet functions can also be found integrated on South Bridges
1726 (e.g. VT8235).
1727
1728 To compile this driver as a module, choose M here. The module
1729 will be called via-rhine.
1730
1731config VIA_RHINE_MMIO
1732 bool "Use MMIO instead of PIO"
1733 depends on VIA_RHINE
1734 help
1735 This instructs the driver to use PCI shared memory (MMIO) instead of
1736 programmed I/O ports (PIO). Enabling this gives an improvement in
1737 processing time in parts of the driver.
1738
1739 If unsure, say Y.
1740
633949a1
RL
1741config VIA_RHINE_NAPI
1742 bool "Use Rx Polling (NAPI)"
1743 depends on VIA_RHINE
1744 help
1745 NAPI is a new driver API designed to reduce CPU and interrupt load
1746 when the driver is receiving lots of packets from the card.
1747
1748 If your estimated Rx load is 10kpps or more, or if the card will be
1749 deployed on potentially unfriendly networks (e.g. in a firewall),
1750 then say Y here.
1751
1752 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1753 information.
1da177e4
LT
1754
1755config LAN_SAA9730
f2b67c79
RB
1756 bool "Philips SAA9730 Ethernet support"
1757 depends on NET_PCI && PCI && MIPS_ATLAS
1da177e4
LT
1758 help
1759 The SAA9730 is a combined multimedia and peripheral controller used
1760 in thin clients, Internet access terminals, and diskless
1761 workstations.
1762 See <http://www.semiconductors.philips.com/pip/SAA9730_flyer_1>.
1763
bf345707
CEB
1764config SC92031
1765 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)"
1766 depends on NET_PCI && PCI && EXPERIMENTAL
1767 select CRC32
1768 ---help---
1769 This is a driver for the Fast Ethernet PCI network cards based on
1770 the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
1771 have one of these, say Y here.
1772
1773 To compile this driver as a module, choose M here: the module
1774 will be called sc92031. This is recommended.
1775
1da177e4
LT
1776config NET_POCKET
1777 bool "Pocket and portable adapters"
d1c0a65f 1778 depends on PARPORT
1da177e4
LT
1779 ---help---
1780 Cute little network (Ethernet) devices which attach to the parallel
1781 port ("pocket adapters"), commonly used with laptops. If you have
1782 one of those, say Y and read the Ethernet-HOWTO, available from
1783 <http://www.tldp.org/docs.html#howto>.
1784
1785 If you want to plug a network (or some other) card into the PCMCIA
1786 (or PC-card) slot of your laptop instead (PCMCIA is the standard for
1787 credit card size extension cards used by all modern laptops), you
1788 need the pcmcia-cs package (location contained in the file
1789 <file:Documentation/Changes>) and you can say N here.
1790
1791 Laptop users should read the Linux Laptop home page at
1792 <http://www.linux-on-laptops.com/> or
1793 Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>.
1794
1795 Note that the answer to this question doesn't directly affect the
1796 kernel: saying N will just cause the configurator to skip all
1797 the questions about this class of network devices. If you say Y, you
1798 will be asked for your specific device in the following questions.
1799
1800config ATP
1801 tristate "AT-LAN-TEC/RealTek pocket adapter support"
32fa2bfc 1802 depends on NET_POCKET && PARPORT && X86
1da177e4
LT
1803 select CRC32
1804 ---help---
1805 This is a network (Ethernet) device which attaches to your parallel
1806 port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO,
1807 available from <http://www.tldp.org/docs.html#howto>, if you
1808 want to use this. If you intend to use this driver, you should have
1809 said N to the "Parallel printer support", because the two drivers
1810 don't like each other.
1811
1812 To compile this driver as a module, choose M here: the module
1813 will be called atp.
1814
1815config DE600
1816 tristate "D-Link DE600 pocket adapter support"
32fa2bfc 1817 depends on NET_POCKET && PARPORT
1da177e4
LT
1818 ---help---
1819 This is a network (Ethernet) device which attaches to your parallel
1820 port. Read <file:Documentation/networking/DLINK.txt> as well as the
1821 Ethernet-HOWTO, available from
1822 <http://www.tldp.org/docs.html#howto>, if you want to use
1823 this. It is possible to have several devices share a single parallel
1824 port and it is safe to compile the corresponding drivers into the
1825 kernel.
1826
1827 To compile this driver as a module, choose M here: the module
1828 will be called de600.
1829
1830config DE620
1831 tristate "D-Link DE620 pocket adapter support"
32fa2bfc 1832 depends on NET_POCKET && PARPORT
1da177e4
LT
1833 ---help---
1834 This is a network (Ethernet) device which attaches to your parallel
1835 port. Read <file:Documentation/networking/DLINK.txt> as well as the
1836 Ethernet-HOWTO, available from
1837 <http://www.tldp.org/docs.html#howto>, if you want to use
1838 this. It is possible to have several devices share a single parallel
1839 port and it is safe to compile the corresponding drivers into the
1840 kernel.
1841
1842 To compile this driver as a module, choose M here: the module
1843 will be called de620.
1844
1845config SGISEEQ
1846 tristate "SGI Seeq ethernet controller support"
d1c0a65f 1847 depends on SGI_IP22
1da177e4
LT
1848 help
1849 Say Y here if you have an Seeq based Ethernet network card. This is
1850 used in many Silicon Graphics machines.
1851
1852config DECLANCE
1853 tristate "DEC LANCE ethernet controller support"
d1c0a65f 1854 depends on MACH_DECSTATION
1da177e4
LT
1855 select CRC32
1856 help
1857 This driver is for the series of Ethernet controllers produced by
1858 DEC (now Compaq) based on the AMD Lance chipset, including the
1859 DEPCA series. (This chipset is better known via the NE2100 cards.)
1860
1861config 68360_ENET
1862 bool "Motorola 68360 ethernet controller"
1863 depends on M68360
1864 help
1865 Say Y here if you want to use the built-in ethernet controller of
1866 the Motorola 68360 processor.
1867
1868config FEC
2af6921f 1869 bool "FEC ethernet controller (of ColdFire CPUs)"
892b6252 1870 depends on M523x || M527x || M5272 || M528x || M520x
1da177e4
LT
1871 help
1872 Say Y here if you want to use the built-in 10/100 Fast ethernet
2af6921f
GU
1873 controller on some Motorola ColdFire processors.
1874
1875config FEC2
1876 bool "Second FEC ethernet controller (on some ColdFire CPUs)"
1877 depends on FEC
1878 help
1879 Say Y here if you want to use the second built-in 10/100 Fast
1880 ethernet controller on some Motorola ColdFire processors.
1da177e4
LT
1881
1882config NE_H8300
1883 tristate "NE2000 compatible support for H8/300"
d1c0a65f 1884 depends on H8300
1da177e4
LT
1885 help
1886 Say Y here if you want to use the NE2000 compatible
1887 controller on the Renesas H8/300 processor.
1888
1889source "drivers/net/fec_8xx/Kconfig"
48257c4f 1890source "drivers/net/fs_enet/Kconfig"
1da177e4 1891
d1c0a65f 1892endif # NET_ETHERNET
1da177e4
LT
1893
1894#
1895# Gigabit Ethernet
1896#
1897
f30486d5
JE
1898menuconfig NETDEV_1000
1899 bool "Ethernet (1000 Mbit)"
cbcd2a4c 1900 depends on !UML
f30486d5 1901 default y
06bfb7eb
JE
1902 ---help---
1903 Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
1904 type of Local Area Network (LAN) in universities and companies.
1905
1906 Say Y here to get to see options for Gigabit Ethernet drivers.
1907 This option alone does not add any kernel code.
1908 Note that drivers supporting both 100 and 1000 MBit may be listed
1909 under "Ethernet (10 or 100MBit)" instead.
1910
1911 If you say N, all options in this submenu will be skipped and disabled.
f30486d5
JE
1912
1913if NETDEV_1000
1da177e4
LT
1914
1915config ACENIC
1916 tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
1917 depends on PCI
1918 ---help---
1919 Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
1920 GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
1921 adapter. The driver allows for using the Jumbo Frame option (9000
1922 bytes/frame) however it requires that your switches can handle this
1923 as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
1924 line.
1925
1926 To compile this driver as a module, choose M here: the
1927 module will be called acenic.
1928
1929config ACENIC_OMIT_TIGON_I
1930 bool "Omit support for old Tigon I based AceNICs"
1931 depends on ACENIC
1932 help
1933 Say Y here if you only have Tigon II based AceNICs and want to leave
1934 out support for the older Tigon I based cards which are no longer
1935 being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
1936 version)). This will reduce the size of the driver object by
1937 app. 100KB. If you are not sure whether your card is a Tigon I or a
1938 Tigon II, say N here.
1939
1940 The safe and default value for this is N.
1941
1942config DL2K
df950828 1943 tristate "DL2000/TC902x-based Gigabit Ethernet support"
1da177e4
LT
1944 depends on PCI
1945 select CRC32
1946 help
df950828
K
1947 This driver supports DL2000/TC902x-based Gigabit ethernet cards,
1948 which includes
1da177e4
LT
1949 D-Link DGE-550T Gigabit Ethernet Adapter.
1950 D-Link DL2000-based Gigabit Ethernet Adapter.
df950828 1951 Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
1da177e4
LT
1952
1953 To compile this driver as a module, choose M here: the
1954 module will be called dl2k.
1955
1956config E1000
1957 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
1958 depends on PCI
1959 ---help---
1960 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
1961 adapters. For more information on how to identify your adapter, go
1962 to the Adapter & Driver ID Guide at:
1963
1964 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
1965
1966 For general information and support, go to the Intel support
1967 website at:
1968
1969 <http://support.intel.com>
1970
1971 More specific information on configuring the driver is in
1972 <file:Documentation/networking/e1000.txt>.
1973
1974 To compile this driver as a module, choose M here and read
1975 <file:Documentation/networking/net-modules.txt>. The module
1976 will be called e1000.
1977
1978config E1000_NAPI
1979 bool "Use Rx Polling (NAPI)"
1980 depends on E1000
1981 help
1982 NAPI is a new driver API designed to reduce CPU and interrupt load
1983 when the driver is receiving lots of packets from the card. It is
1984 still somewhat experimental and thus not yet enabled by default.
1985
1986 If your estimated Rx load is 10kpps or more, or if the card will be
1987 deployed on potentially unfriendly networks (e.g. in a firewall),
1988 then say Y here.
1989
1990 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
1991 information.
1992
1993 If in doubt, say N.
1994
35ec56bb
JB
1995config E1000_DISABLE_PACKET_SPLIT
1996 bool "Disable Packet Split for PCI express adapters"
1997 depends on E1000
1998 help
1999 Say Y here if you want to use the legacy receive path for PCI express
9e6b4873 2000 hardware.
35ec56bb
JB
2001
2002 If in doubt, say N.
2003
bc7f75fa
AK
2004config E1000E
2005 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
2006 depends on PCI
2007 ---help---
2008 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
2009 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
2010 use the regular e1000 driver For more information on how to
2011 identify your adapter, go to the Adapter & Driver ID Guide at:
2012
2013 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
2014
2015 For general information and support, go to the Intel support
2016 website at:
2017
2018 <http://support.intel.com>
2019
2020 More specific information on configuring the driver is in
2021 <file:Documentation/networking/e1000e.txt>.
2022
2023 To compile this driver as a module, choose M here and read
2024 <file:Documentation/networking/net-modules.txt>. The module
2025 will be called e1000e.
2026
15d014d1
LB
2027source "drivers/net/ixp2000/Kconfig"
2028
1da177e4
LT
2029config MYRI_SBUS
2030 tristate "MyriCOM Gigabit Ethernet support"
2031 depends on SBUS
2032 help
2033 This driver supports MyriCOM Sbus gigabit Ethernet cards.
2034
2035 To compile this driver as a module, choose M here: the module
2036 will be called myri_sbus. This is recommended.
2037
2038config NS83820
47c51431 2039 tristate "National Semiconductor DP83820 support"
1da177e4
LT
2040 depends on PCI
2041 help
2042 This is a driver for the National Semiconductor DP83820 series
2043 of gigabit ethernet MACs. Cards using this chipset include
2044 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
2045 SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of
2046 zero copy.
2047
2048config HAMACHI
2049 tristate "Packet Engines Hamachi GNIC-II support"
2050 depends on PCI
2051 select MII
2052 help
2053 If you have a Gigabit Ethernet card of this type, say Y and read
2054 the Ethernet-HOWTO, available from
2055 <http://www.tldp.org/docs.html#howto>.
2056
2057 To compile this driver as a module, choose M here and read
2058 <file:Documentation/networking/net-modules.txt>. The module will be
2059 called hamachi.
2060
2061config YELLOWFIN
2062 tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
2063 depends on PCI && EXPERIMENTAL
2064 select CRC32
2065 ---help---
2066 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
2067 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
2068 used by the Beowulf Linux cluster project. See
2069 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
2070 information about this driver in particular and Beowulf in general.
2071
2072 To compile this driver as a module, choose M here: the module
2073 will be called yellowfin. This is recommended.
2074
2075config R8169
2076 tristate "Realtek 8169 gigabit ethernet support"
2077 depends on PCI
2078 select CRC32
2079 ---help---
2080 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
2081
2082 To compile this driver as a module, choose M here: the module
2083 will be called r8169. This is recommended.
2084
2085config R8169_NAPI
2086 bool "Use Rx and Tx Polling (NAPI) (EXPERIMENTAL)"
2087 depends on R8169 && EXPERIMENTAL
2088 help
2089 NAPI is a new driver API designed to reduce CPU and interrupt load
2090 when the driver is receiving lots of packets from the card. It is
2091 still somewhat experimental and thus not yet enabled by default.
2092
2093 If your estimated Rx load is 10kpps or more, or if the card will be
2094 deployed on potentially unfriendly networks (e.g. in a firewall),
2095 then say Y here.
2096
2097 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
2098 information.
2099
2100 If in doubt, say N.
2101
2102config R8169_VLAN
2103 bool "VLAN support"
2104 depends on R8169 && VLAN_8021Q
2105 ---help---
2106 Say Y here for the r8169 driver to support the functions required
2107 by the kernel 802.1Q code.
2108
2109 If in doubt, say Y.
2110
1a9e8549 2111config SB1250_MAC
25a72dfe
MR
2112 tristate "SB1250 Gigabit Ethernet support"
2113 depends on SIBYTE_SB1xxx_SOC
f5279ffd 2114 select PHYLIB
25a72dfe
MR
2115 ---help---
2116 This driver supports Gigabit Ethernet interfaces based on the
2117 Broadcom SiByte family of System-On-a-Chip parts. They include
2118 the BCM1120, BCM1125, BCM1125H, BCM1250, BCM1255, BCM1280, BCM1455
2119 and BCM1480 chips.
2120
2121 To compile this driver as a module, choose M here: the module
2122 will be called sb1250-mac.
2123
890e8d0a 2124config SIS190
e797637f 2125 tristate "SiS190/SiS191 gigabit ethernet support"
e9985d53
AB
2126 depends on PCI
2127 select CRC32
2128 select MII
2129 ---help---
e797637f
FR
2130 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
2131 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
2132 appear in lan on motherboard designs which are based on SiS 965
2133 and SiS 966 south bridge.
e9985d53
AB
2134
2135 To compile this driver as a module, choose M here: the module
2136 will be called sis190. This is recommended.
890e8d0a 2137
baef58b1 2138config SKGE
7a160c73
SH
2139 tristate "New SysKonnect GigaEthernet support"
2140 depends on PCI
baef58b1
SH
2141 select CRC32
2142 ---help---
2143 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
2144 and related Gigabit Ethernet adapters. It is a new smaller driver
46a60f2d 2145 with better performance and more complete ethtool support.
baef58b1
SH
2146
2147 It does not support the link failover and network management
5ad887fa 2148 features that "portable" vendor supplied sk98lin driver does.
cd28ab6a 2149
c6f0d75a
DD
2150 This driver supports adapters based on the original Yukon chipset:
2151 Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
2152 Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
2153
2154 It does not support the newer Yukon2 chipset: a separate driver,
2155 sky2, is provided for Yukon2-based adapters.
2156
2157 To compile this driver as a module, choose M here: the module
2158 will be called skge. This is recommended.
cd28ab6a
SH
2159
2160config SKY2
8a3e3bfd 2161 tristate "SysKonnect Yukon2 support"
f479b322 2162 depends on PCI
cd28ab6a
SH
2163 select CRC32
2164 ---help---
cab00891 2165 This driver supports Gigabit Ethernet adapters based on the
c6f0d75a
DD
2166 Marvell Yukon 2 chipset:
2167 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
2168 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
2169
f479b322
SH
2170 There is companion driver for the older Marvell Yukon and
2171 Genesis based adapters: skge.
cd28ab6a
SH
2172
2173 To compile this driver as a module, choose M here: the module
2174 will be called sky2. This is recommended.
2175
3cf26753
SH
2176config SKY2_DEBUG
2177 bool "Debugging interface"
2178 depends on SKY2 && DEBUG_FS
2179 help
2180 This option adds the ability to dump driver state for debugging.
2181 The file debugfs/sky2/ethX displays the state of the internal
2182 transmit and receive rings.
2183
2184 If unsure, say N.
1da177e4 2185
5ad887fa
SH
2186config SK98LIN
2187 tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support (DEPRECATED)"
2188 depends on PCI
2189 ---help---
2190 Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx
2191 compliant Gigabit Ethernet Adapter.
2192
2193 This driver supports the original Yukon chipset. This driver is
2194 deprecated and will be removed from the kernel in the near future,
2195 it has been replaced by the skge driver. skge is cleaner and
2196 seems to work better.
2197
2198 This driver does not support the newer Yukon2 chipset. A separate
2199 driver, sky2, is provided to support Yukon2-based adapters.
2200
2201 The following adapters are supported by this driver:
2202 - 3Com 3C940 Gigabit LOM Ethernet Adapter
2203 - 3Com 3C941 Gigabit LOM Ethernet Adapter
2204 - Allied Telesyn AT-2970LX Gigabit Ethernet Adapter
2205 - Allied Telesyn AT-2970LX/2SC Gigabit Ethernet Adapter
2206 - Allied Telesyn AT-2970SX Gigabit Ethernet Adapter
2207 - Allied Telesyn AT-2970SX/2SC Gigabit Ethernet Adapter
2208 - Allied Telesyn AT-2970TX Gigabit Ethernet Adapter
2209 - Allied Telesyn AT-2970TX/2TX Gigabit Ethernet Adapter
2210 - Allied Telesyn AT-2971SX Gigabit Ethernet Adapter
2211 - Allied Telesyn AT-2971T Gigabit Ethernet Adapter
2212 - Belkin Gigabit Desktop Card 10/100/1000Base-T Adapter, Copper RJ-45
2213 - EG1032 v2 Instant Gigabit Network Adapter
2214 - EG1064 v2 Instant Gigabit Network Adapter
2215 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Abit)
2216 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Albatron)
2217 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Asus)
2218 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (ECS)
2219 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Epox)
2220 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Foxconn)
2221 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Gigabyte)
2222 - Marvell 88E8001 Gigabit LOM Ethernet Adapter (Iwill)
2223 - Marvell 88E8050 Gigabit LOM Ethernet Adapter (Intel)
2224 - Marvell RDK-8001 Adapter
2225 - Marvell RDK-8002 Adapter
2226 - Marvell RDK-8003 Adapter
2227 - Marvell RDK-8004 Adapter
2228 - Marvell RDK-8006 Adapter
2229 - Marvell RDK-8007 Adapter
2230 - Marvell RDK-8008 Adapter
2231 - Marvell RDK-8009 Adapter
2232 - Marvell RDK-8010 Adapter
2233 - Marvell RDK-8011 Adapter
2234 - Marvell RDK-8012 Adapter
2235 - Marvell RDK-8052 Adapter
2236 - Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (32 bit)
2237 - Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (64 bit)
2238 - N-Way PCI-Bus Giga-Card 1000/100/10Mbps(L)
2239 - SK-9521 10/100/1000Base-T Adapter
2240 - SK-9521 V2.0 10/100/1000Base-T Adapter
2241 - SK-9821 Gigabit Ethernet Server Adapter (SK-NET GE-T)
2242 - SK-9821 V2.0 Gigabit Ethernet 10/100/1000Base-T Adapter
2243 - SK-9822 Gigabit Ethernet Server Adapter (SK-NET GE-T dual link)
2244 - SK-9841 Gigabit Ethernet Server Adapter (SK-NET GE-LX)
2245 - SK-9841 V2.0 Gigabit Ethernet 1000Base-LX Adapter
2246 - SK-9842 Gigabit Ethernet Server Adapter (SK-NET GE-LX dual link)
2247 - SK-9843 Gigabit Ethernet Server Adapter (SK-NET GE-SX)
2248 - SK-9843 V2.0 Gigabit Ethernet 1000Base-SX Adapter
2249 - SK-9844 Gigabit Ethernet Server Adapter (SK-NET GE-SX dual link)
2250 - SK-9851 V2.0 Gigabit Ethernet 1000Base-SX Adapter
2251 - SK-9861 Gigabit Ethernet Server Adapter (SK-NET GE-SX Volition)
2252 - SK-9861 V2.0 Gigabit Ethernet 1000Base-SX Adapter
2253 - SK-9862 Gigabit Ethernet Server Adapter (SK-NET GE-SX Volition dual link)
2254 - SK-9871 Gigabit Ethernet Server Adapter (SK-NET GE-ZX)
2255 - SK-9871 V2.0 Gigabit Ethernet 1000Base-ZX Adapter
2256 - SK-9872 Gigabit Ethernet Server Adapter (SK-NET GE-ZX dual link)
2257 - SMC EZ Card 1000 (SMC9452TXV.2)
2258
2259 The adapters support Jumbo Frames.
2260 The dual link adapters support link-failover and dual port features.
2261 Both Marvell Yukon and SysKonnect SK-98xx/SK-95xx adapters support
2262 the scatter-gather functionality with sendfile(). Please refer to
2263 <file:Documentation/networking/sk98lin.txt> for more information about
2264 optional driver parameters.
2265 Questions concerning this driver may be addressed to:
2266 <linux@syskonnect.de>
2267
2268 If you want to compile this driver as a module ( = code which can be
2269 inserted in and removed from the running kernel whenever you want),
2270 say M here and read <file:Documentation/kbuild/modules.txt>. The module will
2271 be called sk98lin. This is recommended.
2272
1da177e4
LT
2273config VIA_VELOCITY
2274 tristate "VIA Velocity support"
73815538 2275 depends on PCI
1da177e4
LT
2276 select CRC32
2277 select CRC_CCITT
2278 select MII
2279 help
2280 If you have a VIA "Velocity" based network card say Y here.
2281
2282 To compile this driver as a module, choose M here. The module
2283 will be called via-velocity.
2284
2285config TIGON3
2286 tristate "Broadcom Tigon3 support"
2287 depends on PCI
2288 help
2289 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
2290
2291 To compile this driver as a module, choose M here: the module
2292 will be called tg3. This is recommended.
2293
b6016b76
MC
2294config BNX2
2295 tristate "Broadcom NetXtremeII support"
2296 depends on PCI
fba9fe91
MC
2297 select CRC32
2298 select ZLIB_INFLATE
b6016b76
MC
2299 help
2300 This driver supports Broadcom NetXtremeII gigabit Ethernet cards.
2301
2302 To compile this driver as a module, choose M here: the module
2303 will be called bnx2. This is recommended.
2304
aaec0fab
JO
2305config SPIDER_NET
2306 tristate "Spider Gigabit Ethernet driver"
3342cf0e 2307 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB)
9b15879a 2308 select FW_LOADER
aaec0fab
JO
2309 help
2310 This driver supports the Gigabit Ethernet chips present on the
2311 Cell Processor-Based Blades from IBM.
2312
5e123b84
ZR
2313config TSI108_ETH
2314 tristate "Tundra TSI108 gigabit Ethernet support"
2315 depends on TSI108_BRIDGE
2316 help
2317 This driver supports Tundra TSI108 gigabit Ethernet ports.
2318 To compile this driver as a module, choose M here: the module
2319 will be called tsi108_eth.
2320
02c18891
MM
2321config GELIC_NET
2322 tristate "PS3 Gigabit Ethernet driver"
2323 depends on PPC_PS3
2324 help
2325 This driver supports the network device on the PS3 game
2326 console. This driver has built-in support for Ethernet.
2327
2328 To compile this driver as a module, choose M here: the
2329 module will be called ps3_gelic.
2330
1da177e4
LT
2331config GIANFAR
2332 tristate "Gianfar Ethernet"
ef82a306 2333 depends on 85xx || 83xx || PPC_86xx
bb40dcbb 2334 select PHYLIB
bf41a7c5 2335 select CRC32
1da177e4 2336 help
ef82a306
JL
2337 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
2338 and MPC86xx family of chips, and the FEC on the 8540.
1da177e4
LT
2339
2340config GFAR_NAPI
2341 bool "NAPI Support"
2342 depends on GIANFAR
2343
ce973b14 2344config UCC_GETH
7d776cb5
TT
2345 tristate "Freescale QE Gigabit Ethernet"
2346 depends on QUICC_ENGINE
296baae2 2347 select PHYLIB
ce973b14 2348 help
7d776cb5
TT
2349 This driver supports the Gigabit Ethernet mode of the QUICC Engine,
2350 which is available on some Freescale SOCs.
ce973b14
LY
2351
2352config UGETH_NAPI
2353 bool "NAPI Support"
2354 depends on UCC_GETH
2355
2356config UGETH_MAGIC_PACKET
2357 bool "Magic Packet detection support"
2358 depends on UCC_GETH
2359
2360config UGETH_FILTERING
2361 bool "Mac address filtering support"
2362 depends on UCC_GETH
2363
d5b9049d
MR
2364config UGETH_TX_ON_DEMAND
2365 bool "Transmit on Demand support"
ce973b14
LY
2366 depends on UCC_GETH
2367
1da177e4
LT
2368config MV643XX_ETH
2369 tristate "MV-643XX Ethernet support"
688b3d72 2370 depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32)
cd6478c8 2371 select MII
1da177e4
LT
2372 help
2373 This driver supports the gigabit Ethernet on the Marvell MV643XX
2374 chipset which is used in the Momenco Ocelot C and Jaguar ATX and
2375 Pegasos II, amongst other PPC and MIPS boards.
2376
5a4faa87
RM
2377config QLA3XXX
2378 tristate "QLogic QLA3XXX Network Driver Support"
2379 depends on PCI
2380 help
2381 This driver supports QLogic ISP3XXX gigabit Ethernet cards.
2382
2383 To compile this driver as a module, choose M here: the module
2384 will be called qla3xxx.
2385
f3cc28c7
JC
2386config ATL1
2387 tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
a1ca14b1 2388 depends on PCI && EXPERIMENTAL
f3cc28c7
JC
2389 select CRC32
2390 select MII
2391 help
2392 This driver supports the Attansic L1 gigabit ethernet adapter.
2393
2394 To compile this driver as a module, choose M here. The module
2395 will be called atl1.
2396
f30486d5 2397endif # NETDEV_1000
1da177e4
LT
2398
2399#
2400# 10 Gigabit Ethernet
2401#
2402
f30486d5
JE
2403menuconfig NETDEV_10000
2404 bool "Ethernet (10000 Mbit)"
cbcd2a4c 2405 depends on !UML
f30486d5 2406 default y
06bfb7eb
JE
2407 ---help---
2408 Say Y here to get to see options for 10 Gigabit Ethernet drivers.
2409 This option alone does not add any kernel code.
2410
2411 If you say N, all options in this submenu will be skipped and disabled.
f30486d5
JE
2412
2413if NETDEV_10000
1da177e4 2414
8199d3a7
CL
2415config CHELSIO_T1
2416 tristate "Chelsio 10Gb Ethernet support"
2417 depends on PCI
57834ca1 2418 select CRC32
8199d3a7 2419 help
f1d3d38a
SH
2420 This driver supports Chelsio gigabit and 10-gigabit
2421 Ethernet cards. More information about adapter features and
2422 performance tuning is in <file:Documentation/networking/cxgb.txt>.
8199d3a7
CL
2423
2424 For general information about Chelsio and our products, visit
2425 our website at <http://www.chelsio.com>.
2426
2427 For customer support, please visit our customer support page at
2428 <http://www.chelsio.com/support.htm>.
2429
2430 Please send feedback to <linux-bugs@chelsio.com>.
2431
2432 To compile this driver as a module, choose M here: the module
2433 will be called cxgb.
2434
352c417d
SH
2435config CHELSIO_T1_1G
2436 bool "Chelsio gigabit Ethernet support"
2437 depends on CHELSIO_T1
2438 help
2439 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
2440 are using only 10G cards say 'N' here.
2441
7fe26a60
SH
2442config CHELSIO_T1_NAPI
2443 bool "Use Rx Polling (NAPI)"
2444 depends on CHELSIO_T1
2445 default y
2446 help
2447 NAPI is a driver API designed to reduce CPU and interrupt load
2448 when the driver is receiving lots of packets from the card.
2449
4d22de3e 2450config CHELSIO_T3
194c1fbe
DLR
2451 tristate "Chelsio Communications T3 10Gb Ethernet support"
2452 depends on PCI
2e283962 2453 select FW_LOADER
194c1fbe
DLR
2454 help
2455 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
2456 adapters.
4d22de3e 2457
194c1fbe
DLR
2458 For general information about Chelsio and our products, visit
2459 our website at <http://www.chelsio.com>.
4d22de3e 2460
194c1fbe
DLR
2461 For customer support, please visit our customer support page at
2462 <http://www.chelsio.com/support.htm>.
4d22de3e 2463
194c1fbe 2464 Please send feedback to <linux-bugs@chelsio.com>.
4d22de3e 2465
194c1fbe
DLR
2466 To compile this driver as a module, choose M here: the module
2467 will be called cxgb3.
4d22de3e 2468
7a291083
JBT
2469config EHEA
2470 tristate "eHEA Ethernet support"
2471 depends on IBMEBUS
d4dc4ec9 2472 select INET_LRO
7a291083
JBT
2473 ---help---
2474 This driver supports the IBM pSeries eHEA ethernet adapter.
2475
2476 To compile the driver as a module, choose M here. The module
2477 will be called ehea.
2478
9a799d71
AK
2479config IXGBE
2480 tristate "Intel(R) 10GbE PCI Express adapters support"
2481 depends on PCI
2482 ---help---
2483 This driver supports Intel(R) 10GbE PCI Express family of
2484 adapters. For more information on how to identify your adapter, go
2485 to the Adapter & Driver ID Guide at:
2486
2487 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
2488
2489 For general information and support, go to the Intel support
2490 website at:
2491
2492 <http://support.intel.com>
2493
2494 More specific information on configuring the driver is in
2495 <file:Documentation/networking/ixgbe.txt>.
2496
2497 To compile this driver as a module, choose M here and read
2498 <file:Documentation/networking/net-modules.txt>. The module
2499 will be called ixgbe.
2500
1da177e4
LT
2501config IXGB
2502 tristate "Intel(R) PRO/10GbE support"
2503 depends on PCI
2504 ---help---
9a799d71
AK
2505 This driver supports Intel(R) PRO/10GbE family of adapters for
2506 PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
2507 instead. For more information on how to identify your adapter, go
1da177e4
LT
2508 to the Adapter & Driver ID Guide at:
2509
2510 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
2511
2512 For general information and support, go to the Intel support
2513 website at:
2514
2515 <http://support.intel.com>
2516
2517 More specific information on configuring the driver is in
2518 <file:Documentation/networking/ixgb.txt>.
2519
2520 To compile this driver as a module, choose M here and read
2521 <file:Documentation/networking/net-modules.txt>. The module
2522 will be called ixgb.
2523
2524config IXGB_NAPI
2525 bool "Use Rx Polling (NAPI) (EXPERIMENTAL)"
2526 depends on IXGB && EXPERIMENTAL
2527 help
2528 NAPI is a new driver API designed to reduce CPU and interrupt load
2529 when the driver is receiving lots of packets from the card. It is
2530 still somewhat experimental and thus not yet enabled by default.
2531
2532 If your estimated Rx load is 10kpps or more, or if the card will be
2533 deployed on potentially unfriendly networks (e.g. in a firewall),
2534 then say Y here.
2535
2536 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
2537 information.
2538
2539 If in doubt, say N.
2540
2541config S2IO
2542 tristate "S2IO 10Gbe XFrame NIC"
2543 depends on PCI
2544 ---help---
2545 This driver supports the 10Gbe XFrame NIC of S2IO.
9eb343ae
AM
2546 More specific information on configuring the driver is in
2547 <file:Documentation/networking/s2io.txt>.
1da177e4
LT
2548
2549config S2IO_NAPI
2550 bool "Use Rx Polling (NAPI) (EXPERIMENTAL)"
2551 depends on S2IO && EXPERIMENTAL
2552 help
2553 NAPI is a new driver API designed to reduce CPU and interrupt load
2554 when the driver is receiving lots of packets from the card. It is
2555 still somewhat experimental and thus not yet enabled by default.
2556
2557 If your estimated Rx load is 10kpps or more, or if the card will be
2558 deployed on potentially unfriendly networks (e.g. in a firewall),
2559 then say Y here.
2560
2561 See <file:Documentation/networking/NAPI_HOWTO.txt> for more
2562 information.
2563
2564 If in doubt, say N.
2565
0da34b6d
BG
2566config MYRI10GE
2567 tristate "Myricom Myri-10G Ethernet support"
2568 depends on PCI
2569 select FW_LOADER
2570 select CRC32
1e6e9342 2571 select INET_LRO
0da34b6d
BG
2572 ---help---
2573 This driver supports Myricom Myri-10G Dual Protocol interface in
2574 Ethernet mode. If the eeprom on your board is not recent enough,
2575 you will need a newer firmware image.
2576 You may get this image or more information, at:
2577
d2794905 2578 <http://www.myri.com/scs/download-Myri10GE.html>
0da34b6d
BG
2579
2580 To compile this driver as a module, choose M here and read
2581 <file:Documentation/networking/net-modules.txt>. The module
2582 will be called myri10ge.
2583
3d396eb1
AK
2584config NETXEN_NIC
2585 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
5ac36615 2586 depends on PCI
3d396eb1
AK
2587 help
2588 This enables the support for NetXen's Gigabit Ethernet card.
2589
f5cd7872
OJ
2590config PASEMI_MAC
2591 tristate "PA Semi 1/10Gbit MAC"
2592 depends on PPC64 && PCI
bb6e9590 2593 select PHYLIB
f5cd7872
OJ
2594 help
2595 This driver supports the on-chip 1/10Gbit Ethernet controller on
2596 PA Semi's PWRficient line of chips.
2597
225c7b1f
RD
2598config MLX4_CORE
2599 tristate
2600 depends on PCI
2601 default n
2602
2603config MLX4_DEBUG
2604 bool "Verbose debugging output" if (MLX4_CORE && EMBEDDED)
f550d94c 2605 depends on MLX4_CORE
225c7b1f
RD
2606 default y
2607 ---help---
2608 This option causes debugging code to be compiled into the
2609 mlx4_core driver. The output can be turned on via the
2610 debug_level module parameter (which can also be set after
2611 the driver is loaded through sysfs).
2612
1a348ccc
AG
2613config TEHUTI
2614 tristate "Tehuti Networks 10G Ethernet"
2615 depends on PCI
2616 help
2617 Tehuti Networks 10G Ethernet NIC
2618
f30486d5 2619endif # NETDEV_10000
1da177e4 2620
1da177e4
LT
2621source "drivers/net/tokenring/Kconfig"
2622
2623source "drivers/net/wireless/Kconfig"
2624
5b2fc499
JG
2625source "drivers/net/usb/Kconfig"
2626
1da177e4 2627source "drivers/net/pcmcia/Kconfig"
1da177e4
LT
2628
2629source "drivers/net/wan/Kconfig"
2630
2631source "drivers/atm/Kconfig"
2632
2633source "drivers/s390/net/Kconfig"
2634
0d160211
JF
2635config XEN_NETDEV_FRONTEND
2636 tristate "Xen network device frontend driver"
2637 depends on XEN
2638 default y
2639 help
2640 The network device frontend driver allows the kernel to
2641 access network devices exported exported by a virtual
2642 machine containing a physical network device driver. The
2643 frontend driver is intended for unprivileged guest domains;
2644 if you are compiling a kernel for a Xen guest, you almost
2645 certainly want to enable this.
2646
1da177e4
LT
2647config ISERIES_VETH
2648 tristate "iSeries Virtual Ethernet driver support"
cbcd2a4c 2649 depends on PPC_ISERIES
1da177e4 2650
f89efd52
MP
2651config RIONET
2652 tristate "RapidIO Ethernet over messaging driver support"
a81c52a8 2653 depends on RAPIDIO
f89efd52
MP
2654
2655config RIONET_TX_SIZE
2656 int "Number of outbound queue entries"
2657 depends on RIONET
2658 default "128"
2659
2660config RIONET_RX_SIZE
2661 int "Number of inbound queue entries"
2662 depends on RIONET
2663 default "128"
2664
1da177e4
LT
2665config FDDI
2666 bool "FDDI driver support"
e89a2cfb 2667 depends on (PCI || EISA || TC)
1da177e4
LT
2668 help
2669 Fiber Distributed Data Interface is a high speed local area network
2670 design; essentially a replacement for high speed Ethernet. FDDI can
2671 run over copper or fiber. If you are connected to such a network and
2672 want a driver for the FDDI card in your computer, say Y here (and
2673 then also Y to the driver for your FDDI card, below). Most people
2674 will say N.
2675
2676config DEFXX
e89a2cfb
MR
2677 tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
2678 depends on FDDI && (PCI || EISA || TC)
2679 ---help---
2680 This is support for the DIGITAL series of TURBOchannel (DEFTA),
2681 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
2682 to a local FDDI network.
2683
2684 To compile this driver as a module, choose M here: the module
2685 will be called defxx. If unsure, say N.
2686
2687config DEFXX_MMIO
2688 bool
2689 prompt "Use MMIO instead of PIO" if PCI || EISA
2690 depends on DEFXX
2691 default n if PCI || EISA
2692 default y
2693 ---help---
2694 This instructs the driver to use EISA or PCI memory-mapped I/O
2695 (MMIO) as appropriate instead of programmed I/O ports (PIO).
2696 Enabling this gives an improvement in processing time in parts
2697 of the driver, but it may cause problems with EISA (DEFEA)
2698 adapters. TURBOchannel does not have the concept of I/O ports,
2699 so MMIO is always used for these (DEFTA) adapters.
2700
2701 If unsure, say N.
1da177e4
LT
2702
2703config SKFP
2704 tristate "SysKonnect FDDI PCI support"
2705 depends on FDDI && PCI
bc63eb9c 2706 select BITREVERSE
1da177e4
LT
2707 ---help---
2708 Say Y here if you have a SysKonnect FDDI PCI adapter.
2709 The following adapters are supported by this driver:
2710 - SK-5521 (SK-NET FDDI-UP)
2711 - SK-5522 (SK-NET FDDI-UP DAS)
2712 - SK-5541 (SK-NET FDDI-FP)
2713 - SK-5543 (SK-NET FDDI-LP)
2714 - SK-5544 (SK-NET FDDI-LP DAS)
2715 - SK-5821 (SK-NET FDDI-UP64)
2716 - SK-5822 (SK-NET FDDI-UP64 DAS)
2717 - SK-5841 (SK-NET FDDI-FP64)
2718 - SK-5843 (SK-NET FDDI-LP64)
2719 - SK-5844 (SK-NET FDDI-LP64 DAS)
2720 - Netelligent 100 FDDI DAS Fibre SC
2721 - Netelligent 100 FDDI SAS Fibre SC
2722 - Netelligent 100 FDDI DAS UTP
2723 - Netelligent 100 FDDI SAS UTP
2724 - Netelligent 100 FDDI SAS Fibre MIC
2725
2726 Read <file:Documentation/networking/skfp.txt> for information about
2727 the driver.
2728
2729 Questions concerning this driver can be addressed to:
2730 <linux@syskonnect.de>
2731
2732 To compile this driver as a module, choose M here: the module
2733 will be called skfp. This is recommended.
2734
2735config HIPPI
2736 bool "HIPPI driver support (EXPERIMENTAL)"
cbcd2a4c 2737 depends on EXPERIMENTAL && INET && PCI
1da177e4
LT
2738 help
2739 HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
2740 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
2741 can run over copper (25m) or fiber (300m on multi-mode or 10km on
2742 single-mode). HIPPI networks are commonly used for clusters and to
2743 connect to super computers. If you are connected to a HIPPI network
2744 and have a HIPPI network card in your computer that you want to use
2745 under Linux, say Y here (you must also remember to enable the driver
2746 for your HIPPI card below). Most people will say N here.
2747
2748config ROADRUNNER
2749 tristate "Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL)"
2750 depends on HIPPI && PCI
2751 help
2752 Say Y here if this is your PCI HIPPI network card.
2753
2754 To compile this driver as a module, choose M here: the module
2755 will be called rrunner. If unsure, say N.
2756
2757config ROADRUNNER_LARGE_RINGS
2758 bool "Use large TX/RX rings (EXPERIMENTAL)"
2759 depends on ROADRUNNER
2760 help
2761 If you say Y here, the RoadRunner driver will preallocate up to 2 MB
2762 of additional memory to allow for fastest operation, both for
2763 transmitting and receiving. This memory cannot be used by any other
2764 kernel code or by user space programs. Say Y here only if you have
2765 the memory.
2766
2767config PLIP
2768 tristate "PLIP (parallel port) support"
cbcd2a4c 2769 depends on PARPORT
1da177e4
LT
2770 ---help---
2771 PLIP (Parallel Line Internet Protocol) is used to create a
2772 reasonably fast mini network consisting of two (or, rarely, more)
2773 local machines. A PLIP link from a Linux box is a popular means to
2774 install a Linux distribution on a machine which doesn't have a
2775 CD-ROM drive (a minimal system has to be transferred with floppies
2776 first). The kernels on both machines need to have this PLIP option
2777 enabled for this to work.
2778
2779 The PLIP driver has two modes, mode 0 and mode 1. The parallel
2780 ports (the connectors at the computers with 25 holes) are connected
2781 with "null printer" or "Turbo Laplink" cables which can transmit 4
2782 bits at a time (mode 0) or with special PLIP cables, to be used on
2783 bidirectional parallel ports only, which can transmit 8 bits at a
2784 time (mode 1); you can find the wiring of these cables in
2785 <file:Documentation/networking/PLIP.txt>. The cables can be up to
2786 15m long. Mode 0 works also if one of the machines runs DOS/Windows
2787 and has some PLIP software installed, e.g. the Crynwr PLIP packet
2788 driver (<http://oak.oakland.edu/simtel.net/msdos/pktdrvr-pre.html>)
2789 and winsock or NCSA's telnet.
2790
2791 If you want to use PLIP, say Y and read the PLIP mini-HOWTO as well
2792 as the NET-3-HOWTO, both available from
2793 <http://www.tldp.org/docs.html#howto>. Note that the PLIP
2794 protocol has been changed and this PLIP driver won't work together
2795 with the PLIP support in Linux versions 1.0.x. This option enlarges
2796 your kernel by about 8 KB.
2797
2798 To compile this driver as a module, choose M here and read
2799 <file:Documentation/networking/net-modules.txt>. The module will be
2800 called plip. If unsure, say Y or M, in case you buy a laptop
2801 later.
2802
2803config PPP
2804 tristate "PPP (point-to-point protocol) support"
b6e37e55 2805 select SLHC
1da177e4
LT
2806 ---help---
2807 PPP (Point to Point Protocol) is a newer and better SLIP. It serves
2808 the same purpose: sending Internet traffic over telephone (and other
2809 serial) lines. Ask your access provider if they support it, because
2810 otherwise you can't use it; most Internet access providers these
2811 days support PPP rather than SLIP.
2812
2813 To use PPP, you need an additional program called pppd as described
2814 in the PPP-HOWTO, available at
2815 <http://www.tldp.org/docs.html#howto>. Make sure that you have
2816 the version of pppd recommended in <file:Documentation/Changes>.
2817 The PPP option enlarges your kernel by about 16 KB.
2818
2819 There are actually two versions of PPP: the traditional PPP for
2820 asynchronous lines, such as regular analog phone lines, and
2821 synchronous PPP which can be used over digital ISDN lines for
2822 example. If you want to use PPP over phone lines or other
2823 asynchronous serial lines, you need to say Y (or M) here and also to
2824 the next option, "PPP support for async serial ports". For PPP over
2825 synchronous lines, you should say Y (or M) here and to "Support
2826 synchronous PPP", below.
2827
2828 If you said Y to "Version information on all symbols" above, then
2829 you cannot compile the PPP driver into the kernel; you can then only
2830 compile it as a module. To compile this driver as a module, choose M
2831 here and read <file:Documentation/networking/net-modules.txt>.
2832 The module will be called ppp_generic.
2833
2834config PPP_MULTILINK
2835 bool "PPP multilink support (EXPERIMENTAL)"
2836 depends on PPP && EXPERIMENTAL
2837 help
2838 PPP multilink is a protocol (defined in RFC 1990) which allows you
2839 to combine several (logical or physical) lines into one logical PPP
2840 connection, so that you can utilize your full bandwidth.
2841
2842 This has to be supported at the other end as well and you need a
2843 version of the pppd daemon which understands the multilink protocol.
2844
2845 If unsure, say N.
2846
2847config PPP_FILTER
2848 bool "PPP filtering"
2849 depends on PPP
2850 help
2851 Say Y here if you want to be able to filter the packets passing over
2852 PPP interfaces. This allows you to control which packets count as
2853 activity (i.e. which packets will reset the idle timer or bring up
47c51431 2854 a demand-dialed link) and which packets are to be dropped entirely.
1da177e4
LT
2855 You need to say Y here if you wish to use the pass-filter and
2856 active-filter options to pppd.
2857
2858 If unsure, say N.
2859
2860config PPP_ASYNC
2861 tristate "PPP support for async serial ports"
2862 depends on PPP
2863 select CRC_CCITT
2864 ---help---
2865 Say Y (or M) here if you want to be able to use PPP over standard
2866 asynchronous serial ports, such as COM1 or COM2 on a PC. If you use
2867 a modem (not a synchronous or ISDN modem) to contact your ISP, you
2868 need this option.
2869
2870 To compile this driver as a module, choose M here.
2871
2872 If unsure, say Y.
2873
2874config PPP_SYNC_TTY
2875 tristate "PPP support for sync tty ports"
2876 depends on PPP
2877 help
2878 Say Y (or M) here if you want to be able to use PPP over synchronous
2879 (HDLC) tty devices, such as the SyncLink adapter. These devices
2880 are often used for high-speed leased lines like T1/E1.
2881
2882 To compile this driver as a module, choose M here.
2883
2884config PPP_DEFLATE
2885 tristate "PPP Deflate compression"
2886 depends on PPP
2887 select ZLIB_INFLATE
2888 select ZLIB_DEFLATE
2889 ---help---
2890 Support for the Deflate compression method for PPP, which uses the
2891 Deflate algorithm (the same algorithm that gzip uses) to compress
2892 each PPP packet before it is sent over the wire. The machine at the
2893 other end of the PPP link (usually your ISP) has to support the
2894 Deflate compression method as well for this to be useful. Even if
2895 they don't support it, it is safe to say Y here.
2896
2897 To compile this driver as a module, choose M here.
2898
2899config PPP_BSDCOMP
2900 tristate "PPP BSD-Compress compression"
2901 depends on PPP
2902 ---help---
2903 Support for the BSD-Compress compression method for PPP, which uses
2904 the LZW compression method to compress each PPP packet before it is
2905 sent over the wire. The machine at the other end of the PPP link
2906 (usually your ISP) has to support the BSD-Compress compression
2907 method as well for this to be useful. Even if they don't support it,
2908 it is safe to say Y here.
2909
2910 The PPP Deflate compression method ("PPP Deflate compression",
2911 above) is preferable to BSD-Compress, because it compresses better
2912 and is patent-free.
2913
2914 Note that the BSD compression code will always be compiled as a
2915 module; it is called bsd_comp and will show up in the directory
2916 modules once you have said "make modules". If unsure, say N.
2917
b3f9b92a
MD
2918config PPP_MPPE
2919 tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)"
2920 depends on PPP && EXPERIMENTAL
2921 select CRYPTO
2922 select CRYPTO_SHA1
2923 select CRYPTO_ARC4
bcbaecbb 2924 select CRYPTO_ECB
b3f9b92a
MD
2925 ---help---
2926 Support for the MPPE Encryption protocol, as employed by the
2927 Microsoft Point-to-Point Tunneling Protocol.
2928
2929 See http://pptpclient.sourceforge.net/ for information on
2930 configuring PPTP clients and servers to utilize this method.
2931
1da177e4
LT
2932config PPPOE
2933 tristate "PPP over Ethernet (EXPERIMENTAL)"
2934 depends on EXPERIMENTAL && PPP
2935 help
2936 Support for PPP over Ethernet.
2937
2938 This driver requires the latest version of pppd from the CVS
2939 repository at cvs.samba.org. Alternatively, see the
2940 RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
2941 which contains instruction on how to use this driver (under
2942 the heading "Kernel mode PPPoE").
2943
2944config PPPOATM
2945 tristate "PPP over ATM"
2946 depends on ATM && PPP
2947 help
2948 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
2949 This implementation does not yet comply with section 8 of RFC2364,
2950 which can lead to bad results if the ATM peer loses state and
2951 changes its encapsulation unilaterally.
2952
3557baab
JC
2953config PPPOL2TP
2954 tristate "PPP over L2TP (EXPERIMENTAL)"
143cf353 2955 depends on EXPERIMENTAL && PPP && INET
3557baab
JC
2956 help
2957 Support for PPP-over-L2TP socket family. L2TP is a protocol
2958 used by ISPs and enterprises to tunnel PPP traffic over UDP
2959 tunnels. L2TP is replacing PPTP for VPN uses.
2960
2961 This kernel component handles only L2TP data packets: a
2962 userland daemon handles L2TP the control protocol (tunnel
2963 and session setup). One such daemon is OpenL2TP
2964 (http://openl2tp.sourceforge.net/).
2965
1da177e4
LT
2966config SLIP
2967 tristate "SLIP (serial line) support"
1da177e4
LT
2968 ---help---
2969 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
2970 connect to your Internet service provider or to connect to some
2971 other local Unix box or if you want to configure your Linux box as a
2972 Slip/CSlip server for other people to dial in. SLIP (Serial Line
2973 Internet Protocol) is a protocol used to send Internet traffic over
2974 serial connections such as telephone lines or null modem cables;
2975 nowadays, the protocol PPP is more commonly used for this same
2976 purpose.
2977
2978 Normally, your access provider has to support SLIP in order for you
2979 to be able to use it, but there is now a SLIP emulator called SLiRP
2980 around (available from
2981 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
2982 allows you to use SLIP over a regular dial up shell connection. If
2983 you plan to use SLiRP, make sure to say Y to CSLIP, below. The
2984 NET-3-HOWTO, available from
2985 <http://www.tldp.org/docs.html#howto>, explains how to
2986 configure SLIP. Note that you don't need this option if you just
2987 want to run term (term is a program which gives you almost full
2988 Internet connectivity if you have a regular dial up shell account on
2989 some Internet connected Unix computer. Read
2990 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
2991 support will enlarge your kernel by about 4 KB. If unsure, say N.
2992
2993 To compile this driver as a module, choose M here and read
2994 <file:Documentation/networking/net-modules.txt>. The module will be
2995 called slip.
2996
2997config SLIP_COMPRESSED
2998 bool "CSLIP compressed headers"
2999 depends on SLIP
b6e37e55 3000 select SLHC
1da177e4
LT
3001 ---help---
3002 This protocol is faster than SLIP because it uses compression on the
3003 TCP/IP headers (not on the data itself), but it has to be supported
3004 on both ends. Ask your access provider if you are not sure and
3005 answer Y, just in case. You will still be able to use plain SLIP. If
3006 you plan to use SLiRP, the SLIP emulator (available from
3007 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
3008 allows you to use SLIP over a regular dial up shell connection, you
3009 definitely want to say Y here. The NET-3-HOWTO, available from
3010 <http://www.tldp.org/docs.html#howto>, explains how to configure
3011 CSLIP. This won't enlarge your kernel.
3012
b6e37e55
RB
3013config SLHC
3014 tristate
3015 help
3016 This option enables Van Jacobsen serial line header compression
3017 routines.
3018
1da177e4
LT
3019config SLIP_SMART
3020 bool "Keepalive and linefill"
3021 depends on SLIP
3022 help
3023 Adds additional capabilities to the SLIP driver to support the
3024 RELCOM line fill and keepalive monitoring. Ideal on poor quality
3025 analogue lines.
3026
3027config SLIP_MODE_SLIP6
3028 bool "Six bit SLIP encapsulation"
3029 depends on SLIP
3030 help
3031 Just occasionally you may need to run IP over hostile serial
3032 networks that don't pass all control characters or are only seven
3033 bit. Saying Y here adds an extra mode you can use with SLIP:
3034 "slip6". In this mode, SLIP will only send normal ASCII symbols over
3035 the serial device. Naturally, this has to be supported at the other
3036 end of the link as well. It's good enough, for example, to run IP
3037 over the async ports of a Camtec JNT Pad. If unsure, say N.
3038
3039config NET_FC
3040 bool "Fibre Channel driver support"
cbcd2a4c 3041 depends on SCSI && PCI
1da177e4
LT
3042 help
3043 Fibre Channel is a high speed serial protocol mainly used to connect
3044 large storage devices to the computer; it is compatible with and
3045 intended to replace SCSI.
3046
3047 If you intend to use Fibre Channel, you need to have a Fibre channel
3048 adaptor card in your computer; say Y here and to the driver for your
3049 adaptor below. You also should have said Y to "SCSI support" and
3050 "SCSI generic support".
3051
3052config SHAPER
3b6a792f 3053 tristate "Traffic Shaper (OBSOLETE)"
cbcd2a4c 3054 depends on EXPERIMENTAL
1da177e4
LT
3055 ---help---
3056 The traffic shaper is a virtual network device that allows you to
3057 limit the rate of outgoing data flow over some other network device.
3058 The traffic that you want to slow down can then be routed through
3059 these virtual devices. See
3060 <file:Documentation/networking/shaper.txt> for more information.
3061
3b6a792f
JS
3062 An alternative to this traffic shaper are traffic schedulers which
3063 you'll get if you say Y to "QoS and/or fair queuing" in
3064 "Networking options".
1da177e4 3065
1da177e4
LT
3066 To compile this driver as a module, choose M here: the module
3067 will be called shaper. If unsure, say N.
3068
3069config NETCONSOLE
3070 tristate "Network console logging support (EXPERIMENTAL)"
5e43db77 3071 depends on EXPERIMENTAL
1da177e4
LT
3072 ---help---
3073 If you want to log kernel messages over the network, enable this.
3074 See <file:Documentation/networking/netconsole.txt> for details.
3075
0bcc1816
SS
3076config NETCONSOLE_DYNAMIC
3077 bool "Dynamic reconfiguration of logging targets (EXPERIMENTAL)"
3078 depends on NETCONSOLE && SYSFS && EXPERIMENTAL
3079 select CONFIGFS_FS
3080 help
3081 This option enables the ability to dynamically reconfigure target
3082 parameters (interface, IP addresses, port numbers, MAC addresses)
3083 at runtime through a userspace interface exported using configfs.
3084 See <file:Documentation/networking/netconsole.txt> for details.
3085
54208991
RD
3086config NETPOLL
3087 def_bool NETCONSOLE
3088
54208991
RD
3089config NETPOLL_TRAP
3090 bool "Netpoll traffic trapping"
3091 default n
3092 depends on NETPOLL
3093
3094config NET_POLL_CONTROLLER
3095 def_bool NETPOLL
3096
d1c0a65f 3097endif # NETDEVICES