blob: 3e216b3ed1007bae6e41aa5a9b235135a3d9bdfc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Network device configuration
3#
4
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +02005config HAVE_NET_MACB
6 bool
7
Jan Engelhardtd1c0a652007-06-13 12:48:53 -07008menuconfig NETDEVICES
Paolo 'Blaisorblade' Giarrussoce2d2ae2006-01-18 17:42:59 -08009 default y if UML
Jan Engelhardte0009822007-07-21 19:11:35 -070010 depends on NET
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 bool "Network device support"
12 ---help---
13 You can say N here if you don't intend to connect your Linux box to
14 any other computer at all.
15
16 You'll have to say Y if your computer contains a network card that
17 you want to use under Linux. If you are going to run SLIP or PPP over
18 telephone line or null modem cable you need say Y here. Connecting
19 two machines with parallel ports using PLIP needs this, as well as
20 AX.25/KISS for sending Internet traffic over amateur radio links.
21
22 See also "The Linux Network Administrator's Guide" by Olaf Kirch and
23 Terry Dawson. Available at <http://www.tldp.org/guides.html>.
24
25 If unsure, say Y.
26
Randy Dunlap1618cb02006-09-25 23:11:21 -070027# All the following symbols are dependent on NETDEVICES - do not repeat
28# that for each of the symbols.
29if NETDEVICES
Randy Dunlapcbcd2a42005-07-27 13:04:35 -070030
Jamal Hadi Salim253af422006-01-08 22:34:25 -080031config IFB
32 tristate "Intermediate Functional Block support"
33 depends on NET_CLS_ACT
34 ---help---
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010035 This is an intermediate driver that allows sharing of
Jamal Hadi Salim253af422006-01-08 22:34:25 -080036 resources.
37 To compile this driver as a module, choose M here: the module
38 will be called ifb. If you want to use more than one ifb
39 device at a time, you need to compile this driver as a module.
40 Instead of 'ifb', the devices will then be called 'ifb0',
41 'ifb1' etc.
42 Look at the iproute2 documentation directory for usage etc
43
Linus Torvalds1da177e2005-04-16 15:20:36 -070044config DUMMY
45 tristate "Dummy net driver support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 ---help---
47 This is essentially a bit-bucket device (i.e. traffic you send to
48 this device is consigned into oblivion) with a configurable IP
49 address. It is most commonly used in order to make your currently
50 inactive SLIP address seem like a real address for local programs.
51 If you use SLIP or PPP, you might want to say Y here. Since this
52 thing often comes in handy, the default is Y. It won't enlarge your
53 kernel either. What a deal. Read about it in the Network
54 Administrator's Guide, available from
55 <http://www.tldp.org/docs.html#guide>.
56
57 To compile this driver as a module, choose M here: the module
58 will be called dummy. If you want to use more than one dummy
59 device at a time, you need to compile this driver as a module.
60 Instead of 'dummy', the devices will then be called 'dummy0',
61 'dummy1' etc.
62
63config BONDING
64 tristate "Bonding driver support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 depends on INET
Brian Haley305d5522008-11-04 17:51:14 -080066 depends on IPV6 || IPV6=n
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 ---help---
68 Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
69 Channels together. This is called 'Etherchannel' by Cisco,
70 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux.
71
72 The driver supports multiple bonding modes to allow for both high
Jon Mason47c51432006-02-12 11:53:04 -060073 performance and high availability operation.
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
75 Refer to <file:Documentation/networking/bonding.txt> for more
76 information.
77
78 To compile this driver as a module, choose M here: the module
79 will be called bonding.
80
Patrick McHardyb863ceb2007-07-14 18:55:06 -070081config MACVLAN
82 tristate "MAC-VLAN support (EXPERIMENTAL)"
83 depends on EXPERIMENTAL
84 ---help---
85 This allows one to create virtual interfaces that map packets to
86 or from specific MAC addresses to a particular interface.
87
Patrick McHardy3dbf8d52008-02-26 17:52:05 -080088 Macvlan devices can be added using the "ip" command from the
89 iproute2 package starting with the iproute2-2.6.23 release:
90
91 "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan"
92
Patrick McHardyb863ceb2007-07-14 18:55:06 -070093 To compile this driver as a module, choose M here: the module
94 will be called macvlan.
95
Arnd Bergmann20d29d72010-01-30 12:24:26 +000096config MACVTAP
97 tristate "MAC-VLAN based tap driver (EXPERIMENTAL)"
98 depends on MACVLAN
99 help
100 This adds a specialized tap character device driver that is based
101 on the MAC-VLAN network interface, called macvtap. A macvtap device
102 can be added in the same way as a macvlan device, using 'type
103 macvlan', and then be accessed through the tap user space interface.
104
105 To compile this driver as a module, choose M here: the module
106 will be called macvtap.
107
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108config EQUALIZER
109 tristate "EQL (serial line load balancing) support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 ---help---
111 If you have two serial connections to some other computer (this
112 usually requires two modems and two telephone lines) and you use
113 SLIP (the protocol for sending Internet traffic over telephone
114 lines) or PPP (a better SLIP) on them, you can make them behave like
115 one double speed connection using this driver. Naturally, this has
116 to be supported at the other end as well, either with a similar EQL
117 Linux driver or with a Livingston Portmaster 2e.
118
119 Say Y if you want this and read
120 <file:Documentation/networking/eql.txt>. You may also want to read
121 section 6.2 of the NET-3-HOWTO, available from
122 <http://www.tldp.org/docs.html#howto>.
123
124 To compile this driver as a module, choose M here: the module
125 will be called eql. If unsure, say N.
126
127config TUN
128 tristate "Universal TUN/TAP device driver support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 select CRC32
130 ---help---
131 TUN/TAP provides packet reception and transmission for user space
132 programs. It can be viewed as a simple Point-to-Point or Ethernet
133 device, which instead of receiving packets from a physical media,
134 receives them from user space program and instead of sending packets
135 via physical media writes them to the user space program.
136
137 When a program opens /dev/net/tun, driver creates and registers
138 corresponding net device tunX or tapX. After a program closed above
139 devices, driver will automatically delete tunXX or tapXX device and
140 all routes corresponding to it.
141
142 Please read <file:Documentation/networking/tuntap.txt> for more
143 information.
144
145 To compile this driver as a module, choose M here: the module
146 will be called tun.
147
148 If you don't know what to use this for, you don't need it.
149
Pavel Emelyanove314dbd2007-09-25 16:14:46 -0700150config VETH
Rusty Russell6a9a0252007-11-06 20:35:55 -0800151 tristate "Virtual ethernet pair device"
Pavel Emelyanove314dbd2007-09-25 16:14:46 -0700152 ---help---
Rusty Russell6a9a0252007-11-06 20:35:55 -0800153 This device is a local ethernet tunnel. Devices are created in pairs.
154 When one end receives the packet it appears on its pair and vice
155 versa.
Pavel Emelyanove314dbd2007-09-25 16:14:46 -0700156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157config NET_SB1000
158 tristate "General Instruments Surfboard 1000"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -0700159 depends on PNP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 ---help---
161 This is a driver for the General Instrument (also known as
162 NextLevel) SURFboard 1000 internal
163 cable modem. This is an ISA card which is used by a number of cable
164 TV companies to provide cable modem access. It's a one-way
165 downstream-only cable modem, meaning that your upstream net link is
166 provided by your regular phone modem.
167
168 At present this driver only compiles as a module, so say M here if
169 you have this card. The module will be called sb1000. Then read
170 <file:Documentation/networking/README.sb1000> for information on how
171 to use this module, as it needs special ppp scripts for establishing
172 a connection. Further documentation and the necessary scripts can be
173 found at:
174
175 <http://www.jacksonville.net/~fventuri/>
176 <http://home.adelphia.net/~siglercm/sb1000.html>
177 <http://linuxpower.cx/~cable/>
178
179 If you don't have this card, of course say N.
180
Adrian Bunkf65fd8f2006-01-05 22:45:41 -0800181source "drivers/net/arcnet/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182
Randy Dunlap81ccb492010-10-13 15:18:59 +0000183config MII
184 tristate "Generic Media Independent Interface device support"
185 help
186 Most ethernet controllers have MII transceiver either as an external
187 or internal device. It is safe to say Y or M here even if your
188 ethernet card lacks MII.
189
Andy Fleming00db8182005-07-30 19:31:23 -0400190source "drivers/net/phy/Kconfig"
191
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192#
193# Ethernet
194#
195
Jeff Kirsherc1abc952011-03-29 18:25:21 -0700196source "drivers/net/ethernet/Kconfig"
197
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700198menuconfig NET_ETHERNET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 bool "Ethernet (10 or 100Mbit)"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700200 depends on !UML
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201 ---help---
202 Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
203 type of Local Area Network (LAN) in universities and companies.
204
205 Common varieties of Ethernet are: 10BASE-2 or Thinnet (10 Mbps over
206 coaxial cable, linking computers in a chain), 10BASE-T or twisted
207 pair (10 Mbps over twisted pair cable, linking computers to central
208 hubs), 10BASE-F (10 Mbps over optical fiber links, using hubs),
209 100BASE-TX (100 Mbps over two twisted pair cables, using hubs),
210 100BASE-T4 (100 Mbps over 4 standard voice-grade twisted pair
211 cables, using hubs), 100BASE-FX (100 Mbps over optical fiber links)
212 [the 100BASE varieties are also known as Fast Ethernet], and Gigabit
213 Ethernet (1 Gbps over optical fiber or short copper links).
214
215 If your Linux machine will be connected to an Ethernet and you have
216 an Ethernet network interface card (NIC) installed in your computer,
217 say Y here and read the Ethernet-HOWTO, available from
218 <http://www.tldp.org/docs.html#howto>. You will then also have
219 to say Y to the driver for your particular NIC.
220
221 Note that the answer to this question won't directly affect the
222 kernel: saying N will just cause the configurator to skip all
223 the questions about Ethernet network cards. If unsure, say N.
224
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700225if NET_ETHERNET
226
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100227config MACB
228 tristate "Atmel MACB support"
Jean-Christophe PLAGNIOL-VILLARDee621dd2010-08-08 06:21:33 +0200229 depends on HAVE_NET_MACB
frederic RODO6c36a702007-07-12 19:07:24 +0200230 select PHYLIB
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100231 help
232 The Atmel MACB ethernet interface is found on many AT32 and AT91
233 parts. Say Y to include support for the MACB chip.
234
235 To compile this driver as a module, choose M here: the module
236 will be called macb.
237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238source "drivers/net/arm/Kconfig"
239
240config MACE
241 tristate "MACE (Power Mac ethernet) support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700242 depends on PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243 select CRC32
244 help
245 Power Macintoshes and clones with Ethernet built-in on the
246 motherboard will usually use a MACE (Medium Access Control for
247 Ethernet) interface. Say Y to include support for the MACE chip.
248
249 To compile this driver as a module, choose M here: the module
250 will be called mace.
251
252config MACE_AAUI_PORT
253 bool "Use AAUI port instead of TP by default"
254 depends on MACE
255 help
256 Some Apple machines (notably the Apple Network Server) which use the
257 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
258 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
259 Y here if you have such a machine. If unsure, say N.
260 The driver will default to AAUI on ANS anyway, and if you use it as
261 a module, you can provide the port_aaui=0|1 to force the driver.
262
263config BMAC
264 tristate "BMAC (G3 ethernet) support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700265 depends on PPC_PMAC && PPC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 select CRC32
267 help
268 Say Y for support of BMAC Ethernet interfaces. These are used on G3
269 computers.
270
271 To compile this driver as a module, choose M here: the module
272 will be called bmac.
273
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274config MAC89x0
275 tristate "Macintosh CS89x0 based ethernet cards"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700276 depends on MAC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 ---help---
278 Support for CS89x0 chipset based Ethernet cards. If you have a
279 Nubus or LC-PDS network (Ethernet) card of this type, say Y and
280 read the Ethernet-HOWTO, available from
281 <http://www.tldp.org/docs.html#howto>.
282
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800283 To compile this driver as a module, choose M here. This module will
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 be called mac89x0.
285
286config MACSONIC
287 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700288 depends on MAC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 ---help---
290 Support for NatSemi SONIC based Ethernet devices. This includes
291 the onboard Ethernet in many Quadras as well as some LC-PDS,
292 a few Nubus and all known Comm Slot Ethernet cards. If you have
293 one of these say Y and read the Ethernet-HOWTO, available from
294 <http://www.tldp.org/docs.html#howto>.
295
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800296 To compile this driver as a module, choose M here. This module will
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 be called macsonic.
298
299config MACMACE
Finn Thain8b6aaab2007-05-01 22:33:01 +0200300 bool "Macintosh (AV) onboard MACE ethernet"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700301 depends on MAC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 select CRC32
303 help
304 Support for the onboard AMD 79C940 MACE Ethernet controller used in
305 the 660AV and 840AV Macintosh. If you have one of these Macintoshes
306 say Y and read the Ethernet-HOWTO, available from
307 <http://www.tldp.org/docs.html#howto>.
308
Florian Fainellief112912008-03-19 17:14:51 +0100309config KORINA
310 tristate "Korina (IDT RC32434) Ethernet support"
Ralf Baechlef57b2062008-04-28 12:48:40 +0100311 depends on NET_ETHERNET && MIKROTIK_RB532
Florian Fainellief112912008-03-19 17:14:51 +0100312 help
313 If you have a Mikrotik RouterBoard 500 or IDT RC32434
314 based system say Y. Otherwise say N.
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316config MIPS_JAZZ_SONIC
317 tristate "MIPS JAZZ onboard SONIC Ethernet support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700318 depends on MACH_JAZZ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 help
320 This is the driver for the onboard card of MIPS Magnum 4000,
321 Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
322
Chris Zankel74f2a5f02008-05-05 23:36:35 -0700323config XTENSA_XT2000_SONIC
324 tristate "Xtensa XT2000 onboard SONIC Ethernet support"
325 depends on XTENSA_PLATFORM_XT2000
326 help
327 This is the driver for the onboard card of the Xtensa XT2000 board.
328
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329config SGI_IOC3_ETH
330 bool "SGI IOC3 Ethernet"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700331 depends on PCI && SGI_IP27
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332 select CRC32
333 select MII
334 help
335 If you have a network (Ethernet) card of this type, say Y and read
336 the Ethernet-HOWTO, available from
337 <http://www.tldp.org/docs.html#howto>.
338
Ralf Baechledcbf8472005-10-10 14:51:27 +0100339config MIPS_SIM_NET
Ralf Baechle1e2b9802007-03-18 23:21:22 +0000340 tristate "MIPS simulator Network device"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700341 depends on MIPS_SIM
Ralf Baechledcbf8472005-10-10 14:51:27 +0100342 help
343 The MIPSNET device is a simple Ethernet network device which is
344 emulated by the MIPS Simulator.
345 If you are not using a MIPSsim or are unsure, say N.
346
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347config SGI_O2MACE_ETH
348 tristate "SGI O2 MACE Fast Ethernet support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700349 depends on SGI_IP32=y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700351config SH_ETH
352 tristate "Renesas SuperH Ethernet support"
353 depends on SUPERH && \
Yoshihiro Shimoda65ac8852009-05-24 23:54:30 +0000354 (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
355 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000356 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700357 select CRC32
358 select MII
359 select MDIO_BITBANG
360 select PHYLIB
361 help
362 Renesas SuperH Ethernet device driver.
Yoshihiro Shimodaf29a3d02010-07-05 18:32:50 +0000363 This driver supporting CPUs are:
364 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.
Nobuhiro Iwamatsu86a74ff2008-06-09 16:33:56 -0700365
Bryan Wue190d6b2007-07-17 14:43:44 +0800366config BFIN_MAC
Mike Frysinger736783b2008-08-27 11:47:57 +0800367 tristate "Blackfin on-chip MAC support"
Sonic Zhang33a2a2b2009-01-08 10:52:26 -0800368 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
Bryan Wue190d6b2007-07-17 14:43:44 +0800369 select CRC32
Bryan Wueeb70af2007-09-19 23:37:41 +0800370 select MII
371 select PHYLIB
Bryan Wue190d6b2007-07-17 14:43:44 +0800372 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
373 help
Mike Frysinger736783b2008-08-27 11:47:57 +0800374 This is the driver for Blackfin on-chip mac device. Say Y if you want it
Bryan Wue190d6b2007-07-17 14:43:44 +0800375 compiled into the kernel. This driver is also available as a module
376 ( = code which can be inserted in and removed from the running kernel
377 whenever you want). The module will be called bfin_mac.
378
379config BFIN_MAC_USE_L1
380 bool "Use L1 memory for rx/tx packets"
Michael Hennerich6893ff12008-01-30 16:52:25 +0800381 depends on BFIN_MAC && (BF527 || BF537)
Bryan Wue190d6b2007-07-17 14:43:44 +0800382 default y
383 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200384 To get maximum network performance, you should use L1 memory as rx/tx buffers.
Bryan Wue190d6b2007-07-17 14:43:44 +0800385 Say N here if you want to reserve L1 memory for other uses.
386
387config BFIN_TX_DESC_NUM
388 int "Number of transmit buffer packets"
389 depends on BFIN_MAC
390 range 6 10 if BFIN_MAC_USE_L1
391 range 10 100
392 default "10"
393 help
394 Set the number of buffer packets used in driver.
395
396config BFIN_RX_DESC_NUM
397 int "Number of receive buffer packets"
398 depends on BFIN_MAC
399 range 20 100 if BFIN_MAC_USE_L1
400 range 20 800
401 default "20"
402 help
403 Set the number of buffer packets used in driver.
404
Barry Songfe92afe2010-05-17 17:19:40 -0700405config BFIN_MAC_USE_HWSTAMP
406 bool "Use IEEE 1588 hwstamp"
407 depends on BFIN_MAC && BF518
408 default y
409 help
410 To support the IEEE 1588 Precision Time Protocol (PTP), select y here
411
Sachin Sanapa49f37e2010-08-13 21:22:49 +0000412config PXA168_ETH
413 tristate "Marvell pxa168 ethernet support"
414 depends on CPU_PXA168
415 select PHYLIB
416 help
417 This driver supports the pxa168 Ethernet ports.
418
419 To compile this driver as a module, choose M here. The module
420 will be called pxa168_eth.
421
Sascha Hauer92aa6742006-06-22 07:11:13 +0200422config NET_NETX
423 tristate "NetX Ethernet support"
424 select MII
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700425 depends on ARCH_NETX
Sascha Hauer92aa6742006-06-22 07:11:13 +0200426 help
427 This is support for the Hilscher netX builtin Ethernet ports
428
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800429 To compile this driver as a module, choose M here. The module
Sascha Hauer92aa6742006-06-22 07:11:13 +0200430 will be called netx-eth.
431
Anant Golea6286ee2009-05-18 15:19:01 -0700432config TI_DAVINCI_EMAC
433 tristate "TI DaVinci EMAC Support"
Sriramakrishnan8ee2bf92009-11-19 15:58:25 +0530434 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
Cyril Chemparathy5d69e002010-09-15 10:11:24 -0400435 select TI_DAVINCI_MDIO
Cyril Chemparathyef8c2da2010-09-15 10:11:28 -0400436 select TI_DAVINCI_CPDMA
Anant Golea6286ee2009-05-18 15:19:01 -0700437 select PHYLIB
438 help
439 This driver supports TI's DaVinci Ethernet .
440
441 To compile this driver as a module, choose M here: the module
442 will be called davinci_emac_driver. This is recommended.
443
Cyril Chemparathyf20136e2010-09-15 10:11:21 -0400444config TI_DAVINCI_MDIO
445 tristate "TI DaVinci MDIO Support"
446 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
447 select PHYLIB
448 help
449 This driver supports TI's DaVinci MDIO module.
450
451 To compile this driver as a module, choose M here: the module
452 will be called davinci_mdio. This is recommended.
453
Cyril Chemparathyef8c2da2010-09-15 10:11:28 -0400454config TI_DAVINCI_CPDMA
455 tristate "TI DaVinci CPDMA Support"
456 depends on ARM && ( ARCH_DAVINCI || ARCH_OMAP3 )
457 help
458 This driver supports TI's DaVinci CPDMA dma engine.
459
460 To compile this driver as a module, choose M here: the module
461 will be called davinci_cpdma. This is recommended.
462
Sascha Hauera1365272005-05-05 15:14:15 -0700463config DM9000
464 tristate "DM9000 support"
Alex Landauf40d24d2007-07-12 12:11:48 +0800465 depends on ARM || BLACKFIN || MIPS
Sascha Hauera1365272005-05-05 15:14:15 -0700466 select CRC32
467 select MII
468 ---help---
469 Support for DM9000 chipset.
470
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800471 To compile this driver as a module, choose M here. The module
472 will be called dm9000.
Sascha Hauera1365272005-05-05 15:14:15 -0700473
Ben Dooks485ca222008-06-24 22:16:06 +0100474config DM9000_DEBUGLEVEL
475 int "DM9000 maximum debug level"
476 depends on DM9000
477 default 4
478 help
479 The maximum level of debugging code compiled into the DM9000
480 driver.
481
Ben Dooksf8dd0ec2008-06-24 22:16:04 +0100482config DM9000_FORCE_SIMPLE_PHY_POLL
483 bool "Force simple NSR based PHY polling"
484 depends on DM9000
485 ---help---
486 This configuration forces the DM9000 to use the NSR's LinkStatus
487 bit to determine if the link is up or down instead of the more
488 costly MII PHY reads. Note, this will not work if the chip is
489 operating with an external PHY.
490
Claudio Lanconelli3ec9c112008-01-14 11:00:28 +0100491config ENC28J60
492 tristate "ENC28J60 support"
493 depends on EXPERIMENTAL && SPI && NET_ETHERNET
494 select CRC32
495 ---help---
496 Support for the Microchip EN28J60 ethernet chip.
497
Johann Felix Soden2bfc79d2008-02-05 03:13:58 -0800498 To compile this driver as a module, choose M here. The module will be
Claudio Lanconelli3ec9c112008-01-14 11:00:28 +0100499 called enc28j60.
500
501config ENC28J60_WRITEVERIFY
502 bool "Enable write verify"
503 depends on ENC28J60
504 ---help---
505 Enable the verify after the buffer write useful for debugging purpose.
506 If unsure, say N.
507
Thierry Redinga1702852009-03-27 00:12:24 -0700508config ETHOC
509 tristate "OpenCores 10/100 Mbps Ethernet MAC support"
Geert Uytterhoeven0ebe74e2009-11-20 09:19:10 +0000510 depends on NET_ETHERNET && HAS_IOMEM && HAS_DMA
Thierry Redinga1702852009-03-27 00:12:24 -0700511 select MII
512 select PHYLIB
Randy Dunlapc5cacb32009-04-08 15:41:25 -0700513 select CRC32
514 select BITREVERSE
Thierry Redinga1702852009-03-27 00:12:24 -0700515 help
516 Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.
517
Kristoffer Glembod4c41132010-02-15 03:33:44 +0000518config GRETH
519 tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
David S. Millercf261b22010-02-18 23:32:26 -0800520 depends on SPARC
Kristoffer Glembod4c41132010-02-15 03:33:44 +0000521 select PHYLIB
522 select CRC32
523 help
524 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
525
Ilya Yanok47964172009-03-11 23:26:02 -0700526config DNET
527 tristate "Dave ethernet support (DNET)"
Ilya Yanok4b979262009-03-21 16:58:47 -0700528 depends on NET_ETHERNET && HAS_IOMEM
Ilya Yanok47964172009-03-11 23:26:02 -0700529 select PHYLIB
530 help
531 The Dave ethernet interface (DNET) is found on Qong Board FPGA.
532 Say Y to include support for the DNET chip.
533
534 To compile this driver as a module, choose M here: the module
535 will be called dnet.
536
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537source "drivers/net/tulip/Kconfig"
538
539config AT1700
540 tristate "AT1700/1720 support (EXPERIMENTAL)"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700541 depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 select CRC32
543 ---help---
544 If you have a network (Ethernet) card of this type, say Y and read
545 the Ethernet-HOWTO, available from
546 <http://www.tldp.org/docs.html#howto>.
547
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800548 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549 will be called at1700.
550
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551config HP100
552 tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700553 depends on ISA || EISA || PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 help
555 If you have a network (Ethernet) card of this type, say Y and read
556 the Ethernet-HOWTO, available from
557 <http://www.tldp.org/docs.html#howto>.
558
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800559 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 will be called hp100.
561
562config NET_ISA
563 bool "Other ISA cards"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700564 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 ---help---
566 If your network (Ethernet) card hasn't been mentioned yet and its
567 bus system (that's the way the cards talks to the other components
568 of your computer) is ISA (as opposed to EISA, VLB or PCI), say Y.
569 Make sure you know the name of your card. Read the Ethernet-HOWTO,
570 available from <http://www.tldp.org/docs.html#howto>.
571
572 If unsure, say Y.
573
574 Note that the answer to this question doesn't directly affect the
575 kernel: saying N will just cause the configurator to skip all
576 the remaining ISA network card questions. If you say Y, you will be
577 asked for your specific card in the following questions.
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579config EWRK3
580 tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
581 depends on NET_ISA
582 select CRC32
583 ---help---
584 This driver supports the DE203, DE204 and DE205 network (Ethernet)
585 cards. If this is for you, say Y and read
586 <file:Documentation/networking/ewrk3.txt> in the kernel source as
587 well as the Ethernet-HOWTO, available from
588 <http://www.tldp.org/docs.html#howto>.
589
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800590 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 will be called ewrk3.
592
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593config ETH16I
594 tristate "ICL EtherTeam 16i/32 support"
595 depends on NET_ISA
596 help
597 If you have a network (Ethernet) card of this type, say Y and read
598 the Ethernet-HOWTO, available from
599 <http://www.tldp.org/docs.html#howto>.
600
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800601 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 will be called eth16i.
603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604config SEEQ8005
605 tristate "SEEQ8005 support (EXPERIMENTAL)"
606 depends on NET_ISA && EXPERIMENTAL
607 help
608 This is a driver for the SEEQ 8005 network (Ethernet) card. If this
609 is for you, read the Ethernet-HOWTO, available from
610 <http://www.tldp.org/docs.html#howto>.
611
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800612 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 will be called seeq8005.
614
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615config IBMLANA
616 tristate "IBM LAN Adapter/A support"
Adrian Bunke6353f32008-01-30 22:02:35 +0200617 depends on MCA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 ---help---
619 This is a Micro Channel Ethernet adapter. You need to set
620 CONFIG_MCA to use this driver. It is both available as an in-kernel
621 driver and as a module.
622
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800623 To compile this driver as a module, choose M here. The only
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 currently supported card is the IBM LAN Adapter/A for Ethernet. It
625 will both support 16K and 32K memory windows, however a 32K window
626 gives a better security against packet losses. Usage of multiple
627 boards with this driver should be possible, but has not been tested
628 up to now due to lack of hardware.
629
630config IBMVETH
631 tristate "IBM LAN Virtual Ethernet support"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700632 depends on PPC_PSERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 ---help---
634 This driver supports virtual ethernet adapters on newer IBM iSeries
635 and pSeries systems.
636
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800637 To compile this driver as a module, choose M here. The module will
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 be called ibmveth.
639
David Gibson1d3bb992007-08-23 13:56:01 +1000640source "drivers/net/ibm_newemac/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
642config NET_PCI
643 bool "EISA, VLB, PCI and on board controllers"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700644 depends on ISA || EISA || PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 help
646 This is another class of network cards which attach directly to the
647 bus. If you have one of those, say Y and read the Ethernet-HOWTO,
648 available from <http://www.tldp.org/docs.html#howto>.
649
650 Note that the answer to this question doesn't directly affect the
651 kernel: saying N will just cause the configurator to skip all
652 the questions about this class of network cards. If you say Y, you
653 will be asked for your specific card in the following questions. If
654 you are unsure, say Y.
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656config ADAPTEC_STARFIRE
657 tristate "Adaptec Starfire/DuraLAN support"
658 depends on NET_PCI && PCI
659 select CRC32
660 select MII
661 help
662 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
663 adapter. The DuraLAN chip is used on the 64 bit PCI boards from
664 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
665 driver.
666
667 To compile this driver as a module, choose M here: the module
668 will be called starfire. This is recommended.
669
Tristram Ha1eb1cc72010-02-08 11:38:28 +0000670config KSZ884X_PCI
671 tristate "Micrel KSZ8841/2 PCI"
672 depends on NET_PCI && PCI
673 select MII
674 select CRC32
675 help
676 This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip.
677
678 To compile this driver as a module, choose M here. The module
679 will be called ksz884x.
680
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681config FORCEDETH
Adrian Bunk82770082006-03-08 00:06:30 -0800682 tristate "nForce Ethernet support"
683 depends on NET_PCI && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 help
685 If you have a network (Ethernet) controller of this type, say Y and
686 read the Ethernet-HOWTO, available from
687 <http://www.tldp.org/docs.html#howto>.
688
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800689 To compile this driver as a module, choose M here. The module
690 will be called forcedeth.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692config CS89x0
693 tristate "CS89x0 support"
Gilles Chanteperdrix0ac4ed92008-09-26 15:44:43 +0100694 depends on NET_ETHERNET && (ISA || EISA || MACH_IXDP2351 \
Domenico Andreoli2ce8c072011-03-14 03:47:07 +0000695 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 ---help---
697 Support for CS89x0 chipset based Ethernet cards. If you have a
698 network (Ethernet) card of this type, say Y and read the
699 Ethernet-HOWTO, available from
700 <http://www.tldp.org/docs.html#howto> as well as
701 <file:Documentation/networking/cs89x0.txt>.
702
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800703 To compile this driver as a module, choose M here. The module
704 will be called cs89x0.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705
Gilles Chanteperdrix0ac4ed92008-09-26 15:44:43 +0100706config CS89x0_NONISA_IRQ
707 def_bool y
708 depends on CS89x0 != n
Domenico Andreoli2ce8c072011-03-14 03:47:07 +0000709 depends on MACH_IXDP2351 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440
Gilles Chanteperdrix0ac4ed92008-09-26 15:44:43 +0100710
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711config TC35815
712 tristate "TOSHIBA TC35815 Ethernet support"
Atsushi Nemotoeea221c2007-03-03 23:54:59 +0900713 depends on NET_PCI && PCI && MIPS
Atsushi Nemotoc6686fe2008-04-12 00:47:46 +0900714 select PHYLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716config FEALNX
717 tristate "Myson MTD-8xx PCI Ethernet support"
718 depends on NET_PCI && PCI
719 select CRC32
720 select MII
721 help
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200722 Say Y here to support the Myson MTD-800 family of PCI-based Ethernet
723 cards. <http://www.myson.com.tw/>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724
725config NATSEMI
726 tristate "National Semiconductor DP8381x series PCI Ethernet support"
727 depends on NET_PCI && PCI
728 select CRC32
729 help
730 This driver is for the National Semiconductor DP83810 series,
731 which is used in cards from PureData, NetGear, Linksys
732 and others, including the 83815 chip.
733 More specific information and updates are available from
734 <http://www.scyld.com/network/natsemi.html>.
735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736config 8139CP
737 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)"
738 depends on NET_PCI && PCI && EXPERIMENTAL
739 select CRC32
740 select MII
741 help
742 This is a driver for the Fast Ethernet PCI network cards based on
743 the RTL8139C+ chips. If you have one of those, say Y and read
744 the Ethernet-HOWTO, available from
745 <http://www.tldp.org/docs.html#howto>.
746
747 To compile this driver as a module, choose M here: the module
748 will be called 8139cp. This is recommended.
749
750config 8139TOO
Adrian Bunkf04e3f02005-05-16 21:13:03 +0200751 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 depends on NET_PCI && PCI
753 select CRC32
754 select MII
755 ---help---
756 This is a driver for the Fast Ethernet PCI network cards based on
Adrian Bunkf04e3f02005-05-16 21:13:03 +0200757 the RTL 8129/8130/8139 chips. If you have one of those, say Y and
758 read the Ethernet-HOWTO <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
760 To compile this driver as a module, choose M here: the module
761 will be called 8139too. This is recommended.
762
763config 8139TOO_PIO
764 bool "Use PIO instead of MMIO"
765 default y
766 depends on 8139TOO
767 help
768 This instructs the driver to use programmed I/O ports (PIO) instead
769 of PCI shared memory (MMIO). This can possibly solve some problems
770 in case your mainboard has memory consistency issues. If unsure,
771 say N.
772
773config 8139TOO_TUNE_TWISTER
774 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)"
775 depends on 8139TOO
776 help
777 This implements a function which might come in handy in case you
778 are using low quality on long cabling. It is required for RealTek
779 RTL-8139 revision K boards, and totally unused otherwise. It tries
780 to match the transceiver to the cable characteristics. This is
781 experimental since hardly documented by the manufacturer.
782 If unsure, say Y.
783
784config 8139TOO_8129
785 bool "Support for older RTL-8129/8130 boards"
786 depends on 8139TOO
787 help
788 This enables support for the older and uncommon RTL-8129 and
789 RTL-8130 chips, which support MII via an external transceiver,
790 instead of an internal one. Disabling this option will save some
791 memory by making the code size smaller. If unsure, say Y.
792
793config 8139_OLD_RX_RESET
794 bool "Use older RX-reset method"
795 depends on 8139TOO
796 help
797 The 8139too driver was recently updated to contain a more rapid
798 reset sequence, in the face of severe receive errors. This "new"
799 RX-reset method should be adequate for all boards. But if you
800 experience problems, you can enable this option to restore the
801 old RX-reset behavior. If unsure, say N.
802
Sten Wang7a47dd72007-11-12 21:31:11 -0800803config R6040
Florian Fainelli68334112009-01-08 15:04:50 +0000804 tristate "RDC R6040 Fast Ethernet Adapter support"
Sten Wang7a47dd72007-11-12 21:31:11 -0800805 depends on NET_PCI && PCI
806 select CRC32
807 select MII
Florian Fainelli38318612010-05-31 09:18:57 +0000808 select PHYLIB
Sten Wang7a47dd72007-11-12 21:31:11 -0800809 help
810 This is a driver for the R6040 Fast Ethernet MACs found in the
811 the RDC R-321x System-on-chips.
812
813 To compile this driver as a module, choose M here: the module
814 will be called r6040. This is recommended.
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816config SIS900
817 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
818 depends on NET_PCI && PCI
819 select CRC32
Adrian Bunk6da0f682005-04-30 13:52:49 +0200820 select MII
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 ---help---
822 This is a driver for the Fast Ethernet PCI network cards based on
823 the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
Adrian Bunkc3cf5602006-03-04 17:07:57 +0100824 SiS 630 and SiS 540 chipsets.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825
826 This driver also supports AMD 79C901 HomePNA so that you can use
827 your phone line as a network cable.
828
829 To compile this driver as a module, choose M here: the module
830 will be called sis900. This is recommended.
831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832config SUNDANCE
833 tristate "Sundance Alta support"
834 depends on NET_PCI && PCI
835 select CRC32
836 select MII
837 help
838 This driver is for the Sundance "Alta" chip.
839 More specific information and updates are available from
840 <http://www.scyld.com/network/sundance.html>.
841
842config SUNDANCE_MMIO
843 bool "Use MMIO instead of PIO"
844 depends on SUNDANCE
845 help
846 Enable memory-mapped I/O for interaction with Sundance NIC registers.
847 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
848 is known to solve bugs on certain chips.
849
850 If unsure, say N.
851
852config TLAN
853 tristate "TI ThunderLAN support"
Stephen Hemminger93e16842008-05-30 09:49:55 -0700854 depends on NET_PCI && (PCI || EISA)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 ---help---
856 If you have a PCI Ethernet network card based on the ThunderLAN chip
857 which is supported by this driver, say Y and read the
858 Ethernet-HOWTO, available from
859 <http://www.tldp.org/docs.html#howto>.
860
861 Devices currently supported by this driver are Compaq Netelligent,
862 Compaq NetFlex and Olicom cards. Please read the file
863 <file:Documentation/networking/tlan.txt> for more details.
864
Adrian Bunk57ce45d2007-11-12 21:03:58 -0800865 To compile this driver as a module, choose M here. The module
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866 will be called tlan.
867
868 Please email feedback to <torben.mathiasen@compaq.com>.
869
Richard Ršöjforsb07878e2009-06-04 03:35:55 +0000870config KS8842
David J. Choi28bd6202010-07-13 10:09:19 -0700871 tristate "Micrel KSZ8841/42 with generic bus interface"
Randy Dunlap19de1e32010-07-29 07:14:27 +0000872 depends on HAS_IOMEM && DMA_ENGINE
Richard Ršöjforsb07878e2009-06-04 03:35:55 +0000873 help
Philippe De Muytere85eb112010-11-11 12:31:21 +0000874 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
875 ethernet switch chip (managed, VLAN, QoS) from Micrel or
876 Timberdale(FPGA).
Richard Ršöjforsb07878e2009-06-04 03:35:55 +0000877
Ben Dooks3ba81f32009-07-16 05:24:08 +0000878config KS8851
Philippe De Muytere85eb112010-11-11 12:31:21 +0000879 tristate "Micrel KS8851 SPI"
880 depends on SPI
881 select MII
Randy Dunlapcbb35f8a2009-08-19 12:13:31 -0700882 select CRC32
Philippe De Muytere85eb112010-11-11 12:31:21 +0000883 help
884 SPI driver for Micrel KS8851 SPI attached network chip.
Ben Dooks3ba81f32009-07-16 05:24:08 +0000885
Choi, Davida55c0a0e2009-09-25 14:42:12 +0000886config KS8851_MLL
887 tristate "Micrel KS8851 MLL"
888 depends on HAS_IOMEM
Randy Dunlap47a01a02009-10-14 15:10:58 -0700889 select MII
Choi, Davida55c0a0e2009-09-25 14:42:12 +0000890 help
891 This platform driver is for Micrel KS8851 Address/data bus
892 multiplexed network chip.
893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894config VIA_RHINE
895 tristate "VIA Rhine support"
896 depends on NET_PCI && PCI
897 select CRC32
898 select MII
899 help
900 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
901 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
902 Ethernet functions can also be found integrated on South Bridges
903 (e.g. VT8235).
904
905 To compile this driver as a module, choose M here. The module
906 will be called via-rhine.
907
908config VIA_RHINE_MMIO
909 bool "Use MMIO instead of PIO"
910 depends on VIA_RHINE
911 help
912 This instructs the driver to use PCI shared memory (MMIO) instead of
913 programmed I/O ports (PIO). Enabling this gives an improvement in
914 processing time in parts of the driver.
915
916 If unsure, say Y.
917
Cesar Eduardo Barrosbf345702006-12-19 13:08:47 -0800918config SC92031
919 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)"
920 depends on NET_PCI && PCI && EXPERIMENTAL
921 select CRC32
922 ---help---
923 This is a driver for the Fast Ethernet PCI network cards based on
924 the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
925 have one of these, say Y here.
926
927 To compile this driver as a module, choose M here: the module
928 will be called sc92031. This is recommended.
929
Matteo Croced95b39c2007-10-14 18:10:13 +0200930config CPMAC
931 tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
Florian Fainelli839b04c2009-08-04 11:17:49 +0000932 depends on NET_ETHERNET && EXPERIMENTAL && AR7
Matteo Croced95b39c2007-10-14 18:10:13 +0200933 select PHYLIB
Matteo Croced95b39c2007-10-14 18:10:13 +0200934 help
935 TI AR7 CPMAC Ethernet support
936
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937config NET_POCKET
938 bool "Pocket and portable adapters"
Jan Engelhardtd1c0a652007-06-13 12:48:53 -0700939 depends on PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 ---help---
941 Cute little network (Ethernet) devices which attach to the parallel
942 port ("pocket adapters"), commonly used with laptops. If you have
943 one of those, say Y and read the Ethernet-HOWTO, available from
944 <http://www.tldp.org/docs.html#howto>.
945
946 If you want to plug a network (or some other) card into the PCMCIA
947 (or PC-card) slot of your laptop instead (PCMCIA is the standard for
948 credit card size extension cards used by all modern laptops), you
949 need the pcmcia-cs package (location contained in the file
950 <file:Documentation/Changes>) and you can say N here.
951
952 Laptop users should read the Linux Laptop home page at
953 <http://www.linux-on-laptops.com/> or
954 Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>.
955
956 Note that the answer to this question doesn't directly affect the
957 kernel: saying N will just cause the configurator to skip all
958 the questions about this class of network devices. If you say Y, you
959 will be asked for your specific device in the following questions.
960
961config ATP
962 tristate "AT-LAN-TEC/RealTek pocket adapter support"
Grant Coady32fa2bf2005-09-10 00:14:05 +1000963 depends on NET_POCKET && PARPORT && X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 select CRC32
965 ---help---
966 This is a network (Ethernet) device which attaches to your parallel
967 port. Read <file:drivers/net/atp.c> as well as the Ethernet-HOWTO,
968 available from <http://www.tldp.org/docs.html#howto>, if you
969 want to use this. If you intend to use this driver, you should have
970 said N to the "Parallel printer support", because the two drivers
971 don't like each other.
972
973 To compile this driver as a module, choose M here: the module
974 will be called atp.
975
976config DE600
977 tristate "D-Link DE600 pocket adapter support"
Grant Coady32fa2bf2005-09-10 00:14:05 +1000978 depends on NET_POCKET && PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 ---help---
980 This is a network (Ethernet) device which attaches to your parallel
981 port. Read <file:Documentation/networking/DLINK.txt> as well as the
982 Ethernet-HOWTO, available from
983 <http://www.tldp.org/docs.html#howto>, if you want to use
984 this. It is possible to have several devices share a single parallel
985 port and it is safe to compile the corresponding drivers into the
986 kernel.
987
988 To compile this driver as a module, choose M here: the module
989 will be called de600.
990
991config DE620
992 tristate "D-Link DE620 pocket adapter support"
Grant Coady32fa2bf2005-09-10 00:14:05 +1000993 depends on NET_POCKET && PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 ---help---
995 This is a network (Ethernet) device which attaches to your parallel
996 port. Read <file:Documentation/networking/DLINK.txt> as well as the
997 Ethernet-HOWTO, available from
998 <http://www.tldp.org/docs.html#howto>, if you want to use
999 this. It is possible to have several devices share a single parallel
1000 port and it is safe to compile the corresponding drivers into the
1001 kernel.
1002
1003 To compile this driver as a module, choose M here: the module
1004 will be called de620.
1005
1006config SGISEEQ
1007 tristate "SGI Seeq ethernet controller support"
Thomas Bogendoerfer49b11bc2007-12-19 13:42:36 +01001008 depends on SGI_HAS_SEEQ
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009 help
1010 Say Y here if you have an Seeq based Ethernet network card. This is
1011 used in many Silicon Graphics machines.
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013config FEC
Fabio Estevam64423302009-05-27 03:41:39 +00001014 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
Amit Kucheriabd011e82010-02-05 08:56:22 +00001015 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
Uwe Kleine-König085e79e2011-01-17 09:52:18 +01001016 IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC
1017 default IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC if ARM
Bryan Wue6b043d2010-03-31 02:10:44 +00001018 select PHYLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 help
1020 Say Y here if you want to use the built-in 10/100 Fast ethernet
Sascha Hauer196719e2009-01-28 23:03:10 +00001021 controller on some Motorola ColdFire and Freescale i.MX processors.
Greg Ungerer2af69212005-09-12 11:18:10 +10001022
Domen Puncer5d031e92007-10-26 18:07:49 +02001023config FEC_MPC52xx
1024 tristate "MPC52xx FEC driver"
Grant Likely847cdf42008-11-14 05:19:00 -07001025 depends on PPC_MPC52xx && PPC_BESTCOMM
Domen Puncer5d031e92007-10-26 18:07:49 +02001026 select CRC32
1027 select PHYLIB
Grant Likely847cdf42008-11-14 05:19:00 -07001028 select PPC_BESTCOMM_FEC
Domen Puncer5d031e92007-10-26 18:07:49 +02001029 ---help---
1030 This option enables support for the MPC5200's on-chip
1031 Fast Ethernet Controller
Pavel Machek4737f092009-06-05 00:44:53 +02001032 If compiled as module, it will be called fec_mpc52xx.
Domen Puncer5d031e92007-10-26 18:07:49 +02001033
1034config FEC_MPC52xx_MDIO
1035 bool "MPC52xx FEC MDIO bus driver"
1036 depends on FEC_MPC52xx
1037 default y
1038 ---help---
1039 The MPC5200's FEC can connect to the Ethernet either with
1040 an external MII PHY chip or 10 Mbps 7-wire interface
1041 (Motorola? industry standard).
1042 If your board uses an external PHY connected to FEC, enable this.
1043 If not sure, enable.
Pavel Machek4737f092009-06-05 00:44:53 +02001044 If compiled as module, it will be called fec_mpc52xx_phy.
Domen Puncer5d031e92007-10-26 18:07:49 +02001045
Chris Snook452c1ce2008-09-14 19:56:10 -05001046config ATL2
1047 tristate "Atheros L2 Fast Ethernet support"
1048 depends on PCI
1049 select CRC32
1050 select MII
1051 help
1052 This driver supports the Atheros L2 fast ethernet adapter.
1053
1054 To compile this driver as a module, choose M here. The module
1055 will be called atl2.
1056
John Linnbb81b2d2009-08-20 02:52:16 -07001057config XILINX_EMACLITE
1058 tristate "Xilinx 10/100 Ethernet Lite support"
1059 depends on PPC32 || MICROBLAZE
John Linn5cdaaa12010-02-15 21:51:00 -08001060 select PHYLIB
John Linnbb81b2d2009-08-20 02:52:16 -07001061 help
1062 This driver supports the 10/100 Ethernet Lite from Xilinx.
1063
Po-Yu Chuang8d77c032011-02-28 20:48:49 +00001064config FTMAC100
1065 tristate "Faraday FTMAC100 10/100 Ethernet support"
1066 depends on ARM
1067 select MII
1068 help
1069 This driver supports the FTMAC100 10/100 Ethernet controller
1070 from Faraday. It is used on Faraday A320, Andes AG101 and some
1071 other ARM/NDS32 SoC's.
1072
John Crispin504d4722011-05-06 00:10:01 +02001073config LANTIQ_ETOP
1074 tristate "Lantiq SoC ETOP driver"
1075 depends on SOC_TYPE_XWAY
1076 help
1077 Support for the MII0 inside the Lantiq SoC
1078
1079
Pantelis Antoniou48257c42005-10-28 16:25:58 -04001080source "drivers/net/fs_enet/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
David Daneyd6aa60a2009-10-14 12:04:41 -07001082source "drivers/net/octeon/Kconfig"
1083
Jan Engelhardtd1c0a652007-06-13 12:48:53 -07001084endif # NET_ETHERNET
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
1086#
1087# Gigabit Ethernet
1088#
1089
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001090menuconfig NETDEV_1000
1091 bool "Ethernet (1000 Mbit)"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001092 depends on !UML
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001093 default y
Jan Engelhardt06bfb7e2007-08-18 12:56:21 +02001094 ---help---
1095 Ethernet (also called IEEE 802.3 or ISO 8802-2) is the most common
1096 type of Local Area Network (LAN) in universities and companies.
1097
1098 Say Y here to get to see options for Gigabit Ethernet drivers.
1099 This option alone does not add any kernel code.
1100 Note that drivers supporting both 100 and 1000 MBit may be listed
1101 under "Ethernet (10 or 100MBit)" instead.
1102
1103 If you say N, all options in this submenu will be skipped and disabled.
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001104
1105if NETDEV_1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107config DL2K
Komurodf950822007-08-13 09:45:41 +09001108 tristate "DL2000/TC902x-based Gigabit Ethernet support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 depends on PCI
1110 select CRC32
1111 help
Komurodf950822007-08-13 09:45:41 +09001112 This driver supports DL2000/TC902x-based Gigabit ethernet cards,
1113 which includes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114 D-Link DGE-550T Gigabit Ethernet Adapter.
1115 D-Link DL2000-based Gigabit Ethernet Adapter.
Komurodf950822007-08-13 09:45:41 +09001116 Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117
1118 To compile this driver as a module, choose M here: the
1119 module will be called dl2k.
1120
Stephen Hemmingerab7a9832008-01-01 09:27:58 -08001121config IP1000
1122 tristate "IP1000 Gigabit Ethernet support"
1123 depends on PCI && EXPERIMENTAL
1124 select MII
1125 ---help---
1126 This driver supports IP1000 gigabit Ethernet cards.
1127
1128 To compile this driver as a module, choose M here: the module
1129 will be called ipg. This is recommended.
1130
Lennert Buytenhek15d014d2005-11-11 18:23:13 +01001131source "drivers/net/ixp2000/Kconfig"
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133config NS83820
Jon Mason47c51432006-02-12 11:53:04 -06001134 tristate "National Semiconductor DP83820 support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 depends on PCI
1136 help
1137 This is a driver for the National Semiconductor DP83820 series
1138 of gigabit ethernet MACs. Cards using this chipset include
1139 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
1140 SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of
1141 zero copy.
1142
1143config HAMACHI
1144 tristate "Packet Engines Hamachi GNIC-II support"
1145 depends on PCI
1146 select MII
1147 help
1148 If you have a Gigabit Ethernet card of this type, say Y and read
1149 the Ethernet-HOWTO, available from
1150 <http://www.tldp.org/docs.html#howto>.
1151
Adrian Bunk57ce45d2007-11-12 21:03:58 -08001152 To compile this driver as a module, choose M here. The module will be
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 called hamachi.
1154
1155config YELLOWFIN
1156 tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
1157 depends on PCI && EXPERIMENTAL
1158 select CRC32
1159 ---help---
1160 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
1161 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
1162 used by the Beowulf Linux cluster project. See
1163 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
1164 information about this driver in particular and Beowulf in general.
1165
1166 To compile this driver as a module, choose M here: the module
1167 will be called yellowfin. This is recommended.
1168
1169config R8169
1170 tristate "Realtek 8169 gigabit ethernet support"
1171 depends on PCI
françois romieubca03d52011-01-03 15:07:31 +00001172 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 select CRC32
Francois Romieub7372492008-09-13 15:04:38 +02001174 select MII
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 ---help---
1176 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
1177
1178 To compile this driver as a module, choose M here: the module
1179 will be called r8169. This is recommended.
1180
Francois Romieu890e8d02005-07-30 13:08:43 +02001181config SIS190
Francois Romieue7976372005-09-03 00:57:51 +02001182 tristate "SiS190/SiS191 gigabit ethernet support"
Adrian Bunke9985d52005-08-09 02:41:00 +02001183 depends on PCI
1184 select CRC32
1185 select MII
1186 ---help---
Francois Romieue7976372005-09-03 00:57:51 +02001187 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
1188 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
1189 appear in lan on motherboard designs which are based on SiS 965
1190 and SiS 966 south bridge.
Francois Romieu890e8d02005-07-30 13:08:43 +02001191
Adrian Bunke9985d52005-08-09 02:41:00 +02001192 To compile this driver as a module, choose M here: the module
1193 will be called sis190. This is recommended.
Francois Romieu890e8d02005-07-30 13:08:43 +02001194
Stephen Hemmingerbaef58b2005-05-12 20:14:36 -04001195config SKGE
stephen hemminger560040b2011-07-07 05:51:01 +00001196 tristate "Marvell Yukon Gigabit Ethernet support"
Stephen Hemminger7a160c72006-02-13 15:48:08 -08001197 depends on PCI
Stephen Hemmingerbaef58b2005-05-12 20:14:36 -04001198 select CRC32
1199 ---help---
1200 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
1201 and related Gigabit Ethernet adapters. It is a new smaller driver
Stephen Hemminger46a60f22005-09-09 12:54:56 -07001202 with better performance and more complete ethtool support.
Stephen Hemmingerbaef58b2005-05-12 20:14:36 -04001203
1204 It does not support the link failover and network management
Stephen Hemminger5ad887f2007-09-15 19:35:14 -04001205 features that "portable" vendor supplied sk98lin driver does.
Stephen Hemmingercd28ab62005-08-16 16:36:49 -07001206
Daniel Drakec6f0d752006-01-21 19:35:34 +00001207 This driver supports adapters based on the original Yukon chipset:
1208 Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
1209 Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
1210
1211 It does not support the newer Yukon2 chipset: a separate driver,
stephen hemminger560040b2011-07-07 05:51:01 +00001212 sky2, is provided for these adapters.
Daniel Drakec6f0d752006-01-21 19:35:34 +00001213
1214 To compile this driver as a module, choose M here: the module
1215 will be called skge. This is recommended.
Stephen Hemmingercd28ab62005-08-16 16:36:49 -07001216
Stephen Hemminger678aa1f2007-10-16 12:15:54 -07001217config SKGE_DEBUG
Philippe De Muytere85eb112010-11-11 12:31:21 +00001218 bool "Debugging interface"
1219 depends on SKGE && DEBUG_FS
1220 help
1221 This option adds the ability to dump driver state for debugging.
1222 The file /sys/kernel/debug/skge/ethX displays the state of the internal
1223 transmit and receive rings.
Stephen Hemminger678aa1f2007-10-16 12:15:54 -07001224
Philippe De Muytere85eb112010-11-11 12:31:21 +00001225 If unsure, say N.
Stephen Hemminger678aa1f2007-10-16 12:15:54 -07001226
stephen hemminger57d6fa32011-07-06 19:00:07 +00001227config SKGE_GENESIS
1228 bool "Support for older SysKonnect Genesis boards"
1229 depends on SKGE
1230 help
1231 This enables support for the older and uncommon SysKonnect Genesis
1232 chips, which support MII via an external transceiver, instead of
1233 an internal one. Disabling this option will save some memory
1234 by making code smaller. If unsure say Y.
1235
Stephen Hemmingercd28ab62005-08-16 16:36:49 -07001236config SKY2
stephen hemminger560040b2011-07-07 05:51:01 +00001237 tristate "Marvell Yukon 2 support"
Stephen Hemmingerf479b322006-10-27 10:22:10 -07001238 depends on PCI
Stephen Hemmingercd28ab62005-08-16 16:36:49 -07001239 select CRC32
1240 ---help---
Matt LaPlantecab00892006-10-03 22:36:44 +02001241 This driver supports Gigabit Ethernet adapters based on the
Daniel Drakec6f0d752006-01-21 19:35:34 +00001242 Marvell Yukon 2 chipset:
1243 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
1244 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
1245
Stephen Hemmingerf479b322006-10-27 10:22:10 -07001246 There is companion driver for the older Marvell Yukon and
stephen hemminger560040b2011-07-07 05:51:01 +00001247 SysKonnect Genesis based adapters: skge.
Stephen Hemmingercd28ab62005-08-16 16:36:49 -07001248
1249 To compile this driver as a module, choose M here: the module
1250 will be called sky2. This is recommended.
1251
Stephen Hemminger3cf26752007-07-09 15:33:35 -07001252config SKY2_DEBUG
Philippe De Muytere85eb112010-11-11 12:31:21 +00001253 bool "Debugging interface"
1254 depends on SKY2 && DEBUG_FS
1255 help
1256 This option adds the ability to dump driver state for debugging.
1257 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
1258 transmit and receive rings.
Daniel Drakec6f0d752006-01-21 19:35:34 +00001259
Philippe De Muytere85eb112010-11-11 12:31:21 +00001260 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261
1262config VIA_VELOCITY
1263 tristate "VIA Velocity support"
Yoichi Yuasa73815532007-05-24 16:12:27 +09001264 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265 select CRC32
1266 select CRC_CCITT
1267 select MII
1268 help
1269 If you have a VIA "Velocity" based network card say Y here.
1270
1271 To compile this driver as a module, choose M here. The module
1272 will be called via-velocity.
1273
Jens Osterkampaaec0fa2005-09-05 15:19:29 -07001274config SPIDER_NET
1275 tristate "Spider Gigabit Ethernet driver"
Kou Ishizaki3342cf0e2007-02-20 16:36:14 -06001276 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB)
Christoph Hellwig9b158792006-03-15 11:30:44 +01001277 select FW_LOADER
Jens Osterkampaaec0fa2005-09-05 15:19:29 -07001278 help
1279 This driver supports the Gigabit Ethernet chips present on the
1280 Cell Processor-Based Blades from IBM.
1281
Zang Roy-r619115e123b82006-11-08 19:49:13 -08001282config TSI108_ETH
Philippe De Muyterdd68ad22010-11-13 08:43:29 +00001283 tristate "Tundra TSI108 gigabit Ethernet support"
1284 depends on TSI108_BRIDGE
1285 help
1286 This driver supports Tundra TSI108 gigabit Ethernet ports.
1287 To compile this driver as a module, choose M here: the module
1288 will be called tsi108_eth.
Zang Roy-r619115e123b82006-11-08 19:49:13 -08001289
Masakazu Mokuno02c18892007-07-05 20:11:16 +09001290config GELIC_NET
1291 tristate "PS3 Gigabit Ethernet driver"
1292 depends on PPC_PS3
Geoff Levand1d32e212008-04-10 07:01:53 +10001293 select PS3_SYS_MANAGER
Masakazu Mokuno02c18892007-07-05 20:11:16 +09001294 help
1295 This driver supports the network device on the PS3 game
1296 console. This driver has built-in support for Ethernet.
1297
1298 To compile this driver as a module, choose M here: the
1299 module will be called ps3_gelic.
1300
Masakazu Mokuno09dde542008-02-07 19:58:57 +09001301config GELIC_WIRELESS
John W. Linville97ed8392008-03-06 13:08:09 -05001302 bool "PS3 Wireless support"
Benjamin Herrenschmidt92c6f8d2009-12-18 11:19:32 -08001303 depends on WLAN
John W. Linville97ed8392008-03-06 13:08:09 -05001304 depends on GELIC_NET
1305 select WIRELESS_EXT
1306 help
1307 This option adds the support for the wireless feature of PS3.
1308 If you have the wireless-less model of PS3 or have no plan to
1309 use wireless feature, disabling this option saves memory. As
1310 the driver automatically distinguishes the models, you can
1311 safely enable this option even if you have a wireless-less model.
Masakazu Mokuno09dde542008-02-07 19:58:57 +09001312
Andy Fleming1577ece2009-02-04 16:42:12 -08001313config FSL_PQ_MDIO
1314 tristate "Freescale PQ MDIO"
1315 depends on FSL_SOC
1316 select PHYLIB
1317 help
1318 This driver supports the MDIO bus used by the gianfar and UCC drivers.
1319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320config GIANFAR
1321 tristate "Gianfar Ethernet"
Kumar Gala3a831562008-01-28 10:24:30 -06001322 depends on FSL_SOC
Andy Fleming1577ece2009-02-04 16:42:12 -08001323 select FSL_PQ_MDIO
Andy Flemingbb40dcb2005-09-23 22:54:21 -04001324 select PHYLIB
Dave Jiangbf41a7c2007-04-12 10:57:06 -07001325 select CRC32
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 help
Jon Loeligeref82a302006-06-17 17:52:55 -05001327 This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
1328 and MPC86xx family of chips, and the FEC on the 8540.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329
Li Yangce973b12006-08-14 23:00:11 -07001330config UCC_GETH
Timur Tabi7d776cb2007-03-12 15:40:27 -05001331 tristate "Freescale QE Gigabit Ethernet"
1332 depends on QUICC_ENGINE
Andy Fleming1577ece2009-02-04 16:42:12 -08001333 select FSL_PQ_MDIO
Jan Altenberg296baae2007-06-01 00:46:29 -07001334 select PHYLIB
Li Yangce973b12006-08-14 23:00:11 -07001335 help
Timur Tabi7d776cb2007-03-12 15:40:27 -05001336 This driver supports the Gigabit Ethernet mode of the QUICC Engine,
1337 which is available on some Freescale SOCs.
Li Yangce973b12006-08-14 23:00:11 -07001338
Michael Reissd5b90492007-04-13 01:26:19 -05001339config UGETH_TX_ON_DEMAND
1340 bool "Transmit on Demand support"
Li Yangce973b12006-08-14 23:00:11 -07001341 depends on UCC_GETH
1342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343config MV643XX_ETH
Lennert Buytenhek9c1bbdf2007-10-19 04:11:03 +02001344 tristate "Marvell Discovery (643XX) and Orion ethernet support"
Ben Hutchings10ccff62010-10-03 15:42:05 +00001345 depends on (MV64X60 || PPC32 || PLAT_ORION) && INET
Lennert Buytenhekab307a32009-02-24 15:41:32 +00001346 select INET_LRO
Lennert Buytenheked944932008-08-26 13:34:19 +02001347 select PHYLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 help
Lennert Buytenhek9c1bbdf2007-10-19 04:11:03 +02001349 This driver supports the gigabit ethernet MACs in the
1350 Marvell Discovery PPC/MIPS chipset family (MV643XX) and
1351 in the Marvell Orion ARM SoC family.
1352
1353 Some boards that use the Discovery chipset are the Momenco
1354 Ocelot C and Jaguar ATX and Pegasos II.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
Grant Likely92744982009-04-25 12:53:39 +00001356config XILINX_LL_TEMAC
1357 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
John Linne44171f2010-04-08 07:08:02 +00001358 depends on PPC || MICROBLAZE
Grant Likely92744982009-04-25 12:53:39 +00001359 select PHYLIB
Grant Likely92744982009-04-25 12:53:39 +00001360 help
1361 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
1362 core used in Xilinx Spartan and Virtex FPGAs
1363
Jay Cliburnf3cc28c2007-02-08 10:42:37 -05001364config ATL1
Jay Cliburna6d1f362008-09-27 04:17:22 +00001365 tristate "Atheros/Attansic L1 Gigabit Ethernet support"
1366 depends on PCI
Jay Cliburnf3cc28c2007-02-08 10:42:37 -05001367 select CRC32
1368 select MII
1369 help
Jay Cliburna6d1f362008-09-27 04:17:22 +00001370 This driver supports the Atheros/Attansic L1 gigabit ethernet
1371 adapter.
Jay Cliburnf3cc28c2007-02-08 10:42:37 -05001372
1373 To compile this driver as a module, choose M here. The module
1374 will be called atl1.
1375
Jie Yanga6a53252008-07-18 11:37:13 +08001376config ATL1E
1377 tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
1378 depends on PCI && EXPERIMENTAL
1379 select CRC32
1380 select MII
1381 help
1382 This driver supports the Atheros L1E gigabit ethernet adapter.
1383
1384 To compile this driver as a module, choose M here. The module
1385 will be called atl1e.
1386
Jie Yang43250dd2009-02-18 17:24:15 -08001387config ATL1C
1388 tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
1389 depends on PCI && EXPERIMENTAL
1390 select CRC32
1391 select MII
1392 help
1393 This driver supports the Atheros L1C gigabit ethernet adapter.
1394
1395 To compile this driver as a module, choose M here. The module
1396 will be called atl1c.
1397
Guo-Fu Tseng95252232008-09-16 01:00:11 +08001398config JME
1399 tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
1400 depends on PCI
1401 select CRC32
1402 select MII
1403 ---help---
1404 This driver supports the PCI-Express gigabit ethernet adapters
1405 based on JMicron JMC250 chipset.
1406
1407 To compile this driver as a module, choose M here. The module
1408 will be called jme.
1409
Oskar Schirmer8b0215a2009-06-10 12:58:48 -07001410config S6GMAC
1411 tristate "S6105 GMAC ethernet support"
1412 depends on XTENSA_VARIANT_S6000
1413 select PHYLIB
1414 help
1415 This driver supports the on chip ethernet device on the
1416 S6105 xtensa processor.
1417
1418 To compile this driver as a module, choose M here. The module
1419 will be called s6gmac.
1420
Giuseppe Cavallaro47dd7a52009-10-14 15:13:45 -07001421source "drivers/net/stmmac/Kconfig"
1422
Masayuki Ohtake77555ee2010-09-21 01:44:11 +00001423config PCH_GBE
Tomoyab0e6baf2011-05-09 01:19:37 +00001424 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GbE"
Masayuki Ohtake77555ee2010-09-21 01:44:11 +00001425 depends on PCI
David S. Miller116c1ea2010-10-28 10:15:43 -07001426 select MII
Masayuki Ohtake77555ee2010-09-21 01:44:11 +00001427 ---help---
Toshiharu Okadaa1dcfcb2010-11-21 19:58:37 +00001428 This is a gigabit ethernet driver for EG20T PCH.
1429 EG20T PCH is the platform controller hub that is used in Intel's
Masayuki Ohtake77555ee2010-09-21 01:44:11 +00001430 general embedded platform.
Toshiharu Okadaa1dcfcb2010-11-21 19:58:37 +00001431 EG20T PCH has Gigabit Ethernet interface.
Masayuki Ohtake77555ee2010-09-21 01:44:11 +00001432 Using this interface, it is able to access system devices connected
1433 to Gigabit Ethernet.
1434 This driver enables Gigabit Ethernet function.
1435
Tomoyab0e6baf2011-05-09 01:19:37 +00001436 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
1437 Output Hub), ML7223.
1438 ML7223 IOH is for MP(Media Phone) use.
1439 ML7223 is companion chip for Intel Atom E6xx series.
1440 ML7223 is completely compatible for Intel EG20T PCH.
1441
Po-Yu Chuang69785b72011-06-08 23:32:48 +00001442config FTGMAC100
1443 tristate "Faraday FTGMAC100 Gigabit Ethernet support"
1444 depends on ARM
1445 select PHYLIB
1446 help
1447 This driver supports the FTGMAC100 Gigabit Ethernet controller
1448 from Faraday. It is used on Faraday A369, Andes AG102 and some
1449 other ARM/NDS32 SoC's.
1450
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001451endif # NETDEV_1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452
1453#
1454# 10 Gigabit Ethernet
1455#
1456
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001457menuconfig NETDEV_10000
1458 bool "Ethernet (10000 Mbit)"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001459 depends on !UML
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001460 default y
Jan Engelhardt06bfb7e2007-08-18 12:56:21 +02001461 ---help---
1462 Say Y here to get to see options for 10 Gigabit Ethernet drivers.
1463 This option alone does not add any kernel code.
1464
1465 If you say N, all options in this submenu will be skipped and disabled.
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001466
1467if NETDEV_10000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468
Ben Hutchings1b1c2e92009-04-29 08:04:46 +00001469config MDIO
1470 tristate
1471
Jan-Bernd Themann7a291082006-09-13 17:44:31 +02001472config EHEA
1473 tristate "eHEA Ethernet support"
Nathan Lynch60d50192008-06-04 08:31:28 +10001474 depends on IBMEBUS && INET && SPARSEMEM
Jan-Bernd Themannd4dc4ec2007-09-25 16:16:34 -07001475 select INET_LRO
Jan-Bernd Themann7a291082006-09-13 17:44:31 +02001476 ---help---
1477 This driver supports the IBM pSeries eHEA ethernet adapter.
1478
1479 To compile the driver as a module, choose M here. The module
1480 will be called ehea.
1481
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001482config ENIC
Vasanthy Kolluri641cb852010-03-18 16:20:04 +00001483 tristate "Cisco VIC Ethernet NIC Support"
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001484 depends on PCI && INET
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001485 help
Vasanthy Kolluri641cb852010-03-18 16:20:04 +00001486 This enables the support for the Cisco VIC Ethernet card.
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001487
Olof Johanssonf5cd7872007-01-31 21:43:54 -06001488config PASEMI_MAC
1489 tristate "PA Semi 1/10Gbit MAC"
Ben Hutchings10ccff62010-10-03 15:42:05 +00001490 depends on PPC_PASEMI && PCI && INET
Olof Johanssonbb6e9592007-05-08 00:47:54 -05001491 select PHYLIB
Olof Johansson28ae79f2007-11-28 20:57:27 -06001492 select INET_LRO
Olof Johanssonf5cd7872007-01-31 21:43:54 -06001493 help
1494 This driver supports the on-chip 1/10Gbit Ethernet controller on
1495 PA Semi's PWRficient line of chips.
1496
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07001497config TEHUTI
1498 tristate "Tehuti Networks 10G Ethernet"
1499 depends on PCI
1500 help
1501 Tehuti Networks 10G Ethernet NIC
1502
Jan Engelhardtf30486d2007-05-10 22:52:56 -07001503endif # NETDEV_10000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505source "drivers/net/tokenring/Kconfig"
1506
1507source "drivers/net/wireless/Kconfig"
1508
Inaky Perez-Gonzalez143ee2d2008-12-23 16:18:48 -08001509source "drivers/net/wimax/Kconfig"
1510
Jeff Garzik5b2fc492007-05-09 21:31:55 -04001511source "drivers/net/usb/Kconfig"
1512
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513source "drivers/net/pcmcia/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514
1515source "drivers/net/wan/Kconfig"
1516
1517source "drivers/atm/Kconfig"
1518
Sergey Lapin84594642009-06-08 12:18:51 +00001519source "drivers/ieee802154/Kconfig"
1520
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521source "drivers/s390/net/Kconfig"
1522
Sjur Braendeland9b271052010-03-30 13:56:30 +00001523source "drivers/net/caif/Kconfig"
1524
Chris Metcalfe5a06932010-11-01 17:00:37 -04001525config TILE_NET
1526 tristate "Tilera GBE/XGBE network driver support"
1527 depends on TILE
1528 default y
1529 select CRC32
1530 help
1531 This is a standard Linux network device driver for the
1532 on-chip Tilera Gigabit Ethernet and XAUI interfaces.
1533
1534 To compile this driver as a module, choose M here: the module
1535 will be called tile_net.
1536
Jeremy Fitzhardinge0d160212007-07-17 18:37:06 -07001537config XEN_NETDEV_FRONTEND
1538 tristate "Xen network device frontend driver"
1539 depends on XEN
Jeremy Fitzhardinge70030872009-03-27 16:28:34 -07001540 select XEN_XENBUS_FRONTEND
Jeremy Fitzhardinge0d160212007-07-17 18:37:06 -07001541 default y
1542 help
Ian Campbellf942dc22011-03-15 00:06:18 +00001543 This driver provides support for Xen paravirtual network
1544 devices exported by a Xen network driver domain (often
1545 domain 0).
1546
1547 The corresponding Linux backend driver is enabled by the
1548 CONFIG_XEN_NETDEV_BACKEND option.
1549
1550 If you are compiling a kernel for use as Xen guest, you
1551 should say Y here. To compile this driver as a module, chose
1552 M here: the module will be called xen-netfront.
1553
1554config XEN_NETDEV_BACKEND
1555 tristate "Xen backend network device"
1556 depends on XEN_BACKEND
1557 help
1558 This driver allows the kernel to act as a Xen network driver
1559 domain which exports paravirtual network devices to other
1560 Xen domains. These devices can be accessed by any operating
1561 system that implements a compatible front end.
1562
1563 The corresponding Linux frontend driver is enabled by the
1564 CONFIG_XEN_NETDEV_FRONTEND configuration option.
1565
1566 The backend driver presents a standard network device
1567 endpoint for each paravirtual network device to the driver
1568 domain network stack. These can then be bridged or routed
1569 etc in order to provide full network connectivity.
1570
1571 If you are compiling a kernel to run in a Xen network driver
1572 domain (often this is domain 0) you should say Y here. To
1573 compile this driver as a module, chose M here: the module
1574 will be called xen-netback.
Jeremy Fitzhardinge0d160212007-07-17 18:37:06 -07001575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576config ISERIES_VETH
1577 tristate "iSeries Virtual Ethernet driver support"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001578 depends on PPC_ISERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579
Matt Porterf89efd52005-09-09 12:10:10 -07001580config RIONET
1581 tristate "RapidIO Ethernet over messaging driver support"
Randy Dunlapa81c52a2006-11-01 21:18:58 -08001582 depends on RAPIDIO
Matt Porterf89efd52005-09-09 12:10:10 -07001583
1584config RIONET_TX_SIZE
1585 int "Number of outbound queue entries"
1586 depends on RIONET
1587 default "128"
1588
1589config RIONET_RX_SIZE
1590 int "Number of inbound queue entries"
1591 depends on RIONET
1592 default "128"
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594config FDDI
Dave Joneseb560922008-12-27 20:43:48 -08001595 tristate "FDDI driver support"
Maciej W. Rozyckie89a2cf2007-02-05 16:28:27 -08001596 depends on (PCI || EISA || TC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 help
1598 Fiber Distributed Data Interface is a high speed local area network
1599 design; essentially a replacement for high speed Ethernet. FDDI can
1600 run over copper or fiber. If you are connected to such a network and
1601 want a driver for the FDDI card in your computer, say Y here (and
1602 then also Y to the driver for your FDDI card, below). Most people
1603 will say N.
1604
1605config DEFXX
Maciej W. Rozyckie89a2cf2007-02-05 16:28:27 -08001606 tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
1607 depends on FDDI && (PCI || EISA || TC)
1608 ---help---
1609 This is support for the DIGITAL series of TURBOchannel (DEFTA),
1610 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
1611 to a local FDDI network.
1612
1613 To compile this driver as a module, choose M here: the module
1614 will be called defxx. If unsure, say N.
1615
1616config DEFXX_MMIO
1617 bool
1618 prompt "Use MMIO instead of PIO" if PCI || EISA
1619 depends on DEFXX
1620 default n if PCI || EISA
1621 default y
1622 ---help---
1623 This instructs the driver to use EISA or PCI memory-mapped I/O
1624 (MMIO) as appropriate instead of programmed I/O ports (PIO).
1625 Enabling this gives an improvement in processing time in parts
1626 of the driver, but it may cause problems with EISA (DEFEA)
1627 adapters. TURBOchannel does not have the concept of I/O ports,
1628 so MMIO is always used for these (DEFTA) adapters.
1629
1630 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631
1632config SKFP
1633 tristate "SysKonnect FDDI PCI support"
1634 depends on FDDI && PCI
Akinobu Mitabc63eb92006-12-19 13:09:08 -08001635 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636 ---help---
1637 Say Y here if you have a SysKonnect FDDI PCI adapter.
1638 The following adapters are supported by this driver:
1639 - SK-5521 (SK-NET FDDI-UP)
1640 - SK-5522 (SK-NET FDDI-UP DAS)
1641 - SK-5541 (SK-NET FDDI-FP)
1642 - SK-5543 (SK-NET FDDI-LP)
1643 - SK-5544 (SK-NET FDDI-LP DAS)
1644 - SK-5821 (SK-NET FDDI-UP64)
1645 - SK-5822 (SK-NET FDDI-UP64 DAS)
1646 - SK-5841 (SK-NET FDDI-FP64)
1647 - SK-5843 (SK-NET FDDI-LP64)
1648 - SK-5844 (SK-NET FDDI-LP64 DAS)
1649 - Netelligent 100 FDDI DAS Fibre SC
1650 - Netelligent 100 FDDI SAS Fibre SC
1651 - Netelligent 100 FDDI DAS UTP
1652 - Netelligent 100 FDDI SAS UTP
1653 - Netelligent 100 FDDI SAS Fibre MIC
1654
1655 Read <file:Documentation/networking/skfp.txt> for information about
1656 the driver.
1657
1658 Questions concerning this driver can be addressed to:
1659 <linux@syskonnect.de>
1660
1661 To compile this driver as a module, choose M here: the module
1662 will be called skfp. This is recommended.
1663
1664config HIPPI
1665 bool "HIPPI driver support (EXPERIMENTAL)"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001666 depends on EXPERIMENTAL && INET && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667 help
1668 HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
1669 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
1670 can run over copper (25m) or fiber (300m on multi-mode or 10km on
1671 single-mode). HIPPI networks are commonly used for clusters and to
1672 connect to super computers. If you are connected to a HIPPI network
1673 and have a HIPPI network card in your computer that you want to use
1674 under Linux, say Y here (you must also remember to enable the driver
1675 for your HIPPI card below). Most people will say N here.
1676
1677config ROADRUNNER
1678 tristate "Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL)"
1679 depends on HIPPI && PCI
1680 help
1681 Say Y here if this is your PCI HIPPI network card.
1682
1683 To compile this driver as a module, choose M here: the module
1684 will be called rrunner. If unsure, say N.
1685
1686config ROADRUNNER_LARGE_RINGS
1687 bool "Use large TX/RX rings (EXPERIMENTAL)"
1688 depends on ROADRUNNER
1689 help
1690 If you say Y here, the RoadRunner driver will preallocate up to 2 MB
1691 of additional memory to allow for fastest operation, both for
1692 transmitting and receiving. This memory cannot be used by any other
1693 kernel code or by user space programs. Say Y here only if you have
1694 the memory.
1695
1696config PLIP
1697 tristate "PLIP (parallel port) support"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001698 depends on PARPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 ---help---
1700 PLIP (Parallel Line Internet Protocol) is used to create a
1701 reasonably fast mini network consisting of two (or, rarely, more)
1702 local machines. A PLIP link from a Linux box is a popular means to
1703 install a Linux distribution on a machine which doesn't have a
1704 CD-ROM drive (a minimal system has to be transferred with floppies
1705 first). The kernels on both machines need to have this PLIP option
1706 enabled for this to work.
1707
1708 The PLIP driver has two modes, mode 0 and mode 1. The parallel
1709 ports (the connectors at the computers with 25 holes) are connected
1710 with "null printer" or "Turbo Laplink" cables which can transmit 4
1711 bits at a time (mode 0) or with special PLIP cables, to be used on
1712 bidirectional parallel ports only, which can transmit 8 bits at a
1713 time (mode 1); you can find the wiring of these cables in
1714 <file:Documentation/networking/PLIP.txt>. The cables can be up to
1715 15m long. Mode 0 works also if one of the machines runs DOS/Windows
1716 and has some PLIP software installed, e.g. the Crynwr PLIP packet
1717 driver (<http://oak.oakland.edu/simtel.net/msdos/pktdrvr-pre.html>)
1718 and winsock or NCSA's telnet.
1719
1720 If you want to use PLIP, say Y and read the PLIP mini-HOWTO as well
1721 as the NET-3-HOWTO, both available from
1722 <http://www.tldp.org/docs.html#howto>. Note that the PLIP
1723 protocol has been changed and this PLIP driver won't work together
1724 with the PLIP support in Linux versions 1.0.x. This option enlarges
1725 your kernel by about 8 KB.
1726
Adrian Bunk57ce45d2007-11-12 21:03:58 -08001727 To compile this driver as a module, choose M here. The module
1728 will be called plip. If unsure, say Y or M, in case you buy
1729 a laptop later.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730
1731config PPP
1732 tristate "PPP (point-to-point protocol) support"
Ralf Baechleb6e37e52006-07-14 12:15:40 +01001733 select SLHC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 ---help---
1735 PPP (Point to Point Protocol) is a newer and better SLIP. It serves
1736 the same purpose: sending Internet traffic over telephone (and other
1737 serial) lines. Ask your access provider if they support it, because
1738 otherwise you can't use it; most Internet access providers these
1739 days support PPP rather than SLIP.
1740
1741 To use PPP, you need an additional program called pppd as described
1742 in the PPP-HOWTO, available at
1743 <http://www.tldp.org/docs.html#howto>. Make sure that you have
1744 the version of pppd recommended in <file:Documentation/Changes>.
1745 The PPP option enlarges your kernel by about 16 KB.
1746
1747 There are actually two versions of PPP: the traditional PPP for
1748 asynchronous lines, such as regular analog phone lines, and
1749 synchronous PPP which can be used over digital ISDN lines for
1750 example. If you want to use PPP over phone lines or other
1751 asynchronous serial lines, you need to say Y (or M) here and also to
1752 the next option, "PPP support for async serial ports". For PPP over
1753 synchronous lines, you should say Y (or M) here and to "Support
1754 synchronous PPP", below.
1755
1756 If you said Y to "Version information on all symbols" above, then
1757 you cannot compile the PPP driver into the kernel; you can then only
1758 compile it as a module. To compile this driver as a module, choose M
Adrian Bunk57ce45d2007-11-12 21:03:58 -08001759 here. The module will be called ppp_generic.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760
1761config PPP_MULTILINK
1762 bool "PPP multilink support (EXPERIMENTAL)"
1763 depends on PPP && EXPERIMENTAL
1764 help
1765 PPP multilink is a protocol (defined in RFC 1990) which allows you
1766 to combine several (logical or physical) lines into one logical PPP
1767 connection, so that you can utilize your full bandwidth.
1768
1769 This has to be supported at the other end as well and you need a
1770 version of the pppd daemon which understands the multilink protocol.
1771
1772 If unsure, say N.
1773
1774config PPP_FILTER
1775 bool "PPP filtering"
1776 depends on PPP
1777 help
1778 Say Y here if you want to be able to filter the packets passing over
1779 PPP interfaces. This allows you to control which packets count as
1780 activity (i.e. which packets will reset the idle timer or bring up
Jon Mason47c51432006-02-12 11:53:04 -06001781 a demand-dialed link) and which packets are to be dropped entirely.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 You need to say Y here if you wish to use the pass-filter and
1783 active-filter options to pppd.
1784
1785 If unsure, say N.
1786
1787config PPP_ASYNC
1788 tristate "PPP support for async serial ports"
1789 depends on PPP
1790 select CRC_CCITT
1791 ---help---
1792 Say Y (or M) here if you want to be able to use PPP over standard
1793 asynchronous serial ports, such as COM1 or COM2 on a PC. If you use
1794 a modem (not a synchronous or ISDN modem) to contact your ISP, you
1795 need this option.
1796
1797 To compile this driver as a module, choose M here.
1798
1799 If unsure, say Y.
1800
1801config PPP_SYNC_TTY
1802 tristate "PPP support for sync tty ports"
1803 depends on PPP
1804 help
1805 Say Y (or M) here if you want to be able to use PPP over synchronous
1806 (HDLC) tty devices, such as the SyncLink adapter. These devices
1807 are often used for high-speed leased lines like T1/E1.
1808
1809 To compile this driver as a module, choose M here.
1810
1811config PPP_DEFLATE
1812 tristate "PPP Deflate compression"
1813 depends on PPP
1814 select ZLIB_INFLATE
1815 select ZLIB_DEFLATE
1816 ---help---
1817 Support for the Deflate compression method for PPP, which uses the
1818 Deflate algorithm (the same algorithm that gzip uses) to compress
1819 each PPP packet before it is sent over the wire. The machine at the
1820 other end of the PPP link (usually your ISP) has to support the
1821 Deflate compression method as well for this to be useful. Even if
1822 they don't support it, it is safe to say Y here.
1823
1824 To compile this driver as a module, choose M here.
1825
1826config PPP_BSDCOMP
1827 tristate "PPP BSD-Compress compression"
1828 depends on PPP
1829 ---help---
1830 Support for the BSD-Compress compression method for PPP, which uses
1831 the LZW compression method to compress each PPP packet before it is
1832 sent over the wire. The machine at the other end of the PPP link
1833 (usually your ISP) has to support the BSD-Compress compression
1834 method as well for this to be useful. Even if they don't support it,
1835 it is safe to say Y here.
1836
1837 The PPP Deflate compression method ("PPP Deflate compression",
1838 above) is preferable to BSD-Compress, because it compresses better
1839 and is patent-free.
1840
1841 Note that the BSD compression code will always be compiled as a
1842 module; it is called bsd_comp and will show up in the directory
1843 modules once you have said "make modules". If unsure, say N.
1844
Matt Domschb3f9b922005-11-08 09:40:47 -08001845config PPP_MPPE
Philippe De Muytere85eb112010-11-11 12:31:21 +00001846 tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)"
1847 depends on PPP && EXPERIMENTAL
1848 select CRYPTO
1849 select CRYPTO_SHA1
1850 select CRYPTO_ARC4
1851 select CRYPTO_ECB
1852 ---help---
1853 Support for the MPPE Encryption protocol, as employed by the
1854 Microsoft Point-to-Point Tunneling Protocol.
Matt Domschb3f9b922005-11-08 09:40:47 -08001855
Philippe De Muytere85eb112010-11-11 12:31:21 +00001856 See http://pptpclient.sourceforge.net/ for information on
1857 configuring PPTP clients and servers to utilize this method.
Matt Domschb3f9b922005-11-08 09:40:47 -08001858
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859config PPPOE
1860 tristate "PPP over Ethernet (EXPERIMENTAL)"
1861 depends on EXPERIMENTAL && PPP
1862 help
1863 Support for PPP over Ethernet.
1864
1865 This driver requires the latest version of pppd from the CVS
1866 repository at cvs.samba.org. Alternatively, see the
1867 RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
1868 which contains instruction on how to use this driver (under
1869 the heading "Kernel mode PPPoE").
1870
Dmitry Kozlov00959ad2010-08-21 23:05:39 -07001871config PPTP
1872 tristate "PPP over IPv4 (PPTP) (EXPERIMENTAL)"
1873 depends on EXPERIMENTAL && PPP && NET_IPGRE_DEMUX
1874 help
1875 Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
1876
1877 This driver requires pppd plugin to work in client mode or
1878 modified pptpd (poptop) to work in server mode.
1879 See http://accel-pptp.sourceforge.net/ for information how to
1880 utilize this module.
1881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882config PPPOATM
1883 tristate "PPP over ATM"
1884 depends on ATM && PPP
1885 help
1886 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
1887 This implementation does not yet comply with section 8 of RFC2364,
1888 which can lead to bad results if the ATM peer loses state and
1889 changes its encapsulation unilaterally.
1890
James Chapman3557baa2007-06-27 15:49:24 -07001891config PPPOL2TP
1892 tristate "PPP over L2TP (EXPERIMENTAL)"
James Chapmanfd558d12010-04-02 06:18:33 +00001893 depends on EXPERIMENTAL && L2TP && PPP
James Chapman3557baa2007-06-27 15:49:24 -07001894 help
1895 Support for PPP-over-L2TP socket family. L2TP is a protocol
1896 used by ISPs and enterprises to tunnel PPP traffic over UDP
1897 tunnels. L2TP is replacing PPTP for VPN uses.
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899config SLIP
1900 tristate "SLIP (serial line) support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 ---help---
1902 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
1903 connect to your Internet service provider or to connect to some
1904 other local Unix box or if you want to configure your Linux box as a
1905 Slip/CSlip server for other people to dial in. SLIP (Serial Line
1906 Internet Protocol) is a protocol used to send Internet traffic over
1907 serial connections such as telephone lines or null modem cables;
1908 nowadays, the protocol PPP is more commonly used for this same
1909 purpose.
1910
1911 Normally, your access provider has to support SLIP in order for you
1912 to be able to use it, but there is now a SLIP emulator called SLiRP
1913 around (available from
1914 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
1915 allows you to use SLIP over a regular dial up shell connection. If
1916 you plan to use SLiRP, make sure to say Y to CSLIP, below. The
1917 NET-3-HOWTO, available from
1918 <http://www.tldp.org/docs.html#howto>, explains how to
1919 configure SLIP. Note that you don't need this option if you just
1920 want to run term (term is a program which gives you almost full
1921 Internet connectivity if you have a regular dial up shell account on
1922 some Internet connected Unix computer. Read
1923 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
1924 support will enlarge your kernel by about 4 KB. If unsure, say N.
1925
Adrian Bunk57ce45d2007-11-12 21:03:58 -08001926 To compile this driver as a module, choose M here. The module
1927 will be called slip.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928
1929config SLIP_COMPRESSED
1930 bool "CSLIP compressed headers"
1931 depends on SLIP
Ralf Baechleb6e37e52006-07-14 12:15:40 +01001932 select SLHC
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 ---help---
1934 This protocol is faster than SLIP because it uses compression on the
1935 TCP/IP headers (not on the data itself), but it has to be supported
1936 on both ends. Ask your access provider if you are not sure and
1937 answer Y, just in case. You will still be able to use plain SLIP. If
1938 you plan to use SLiRP, the SLIP emulator (available from
1939 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
1940 allows you to use SLIP over a regular dial up shell connection, you
1941 definitely want to say Y here. The NET-3-HOWTO, available from
1942 <http://www.tldp.org/docs.html#howto>, explains how to configure
1943 CSLIP. This won't enlarge your kernel.
1944
Ralf Baechleb6e37e52006-07-14 12:15:40 +01001945config SLHC
1946 tristate
1947 help
1948 This option enables Van Jacobsen serial line header compression
1949 routines.
1950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951config SLIP_SMART
1952 bool "Keepalive and linefill"
1953 depends on SLIP
1954 help
1955 Adds additional capabilities to the SLIP driver to support the
1956 RELCOM line fill and keepalive monitoring. Ideal on poor quality
1957 analogue lines.
1958
1959config SLIP_MODE_SLIP6
1960 bool "Six bit SLIP encapsulation"
1961 depends on SLIP
1962 help
1963 Just occasionally you may need to run IP over hostile serial
1964 networks that don't pass all control characters or are only seven
1965 bit. Saying Y here adds an extra mode you can use with SLIP:
1966 "slip6". In this mode, SLIP will only send normal ASCII symbols over
1967 the serial device. Naturally, this has to be supported at the other
1968 end of the link as well. It's good enough, for example, to run IP
1969 over the async ports of a Camtec JNT Pad. If unsure, say N.
1970
1971config NET_FC
1972 bool "Fibre Channel driver support"
Randy Dunlapcbcd2a42005-07-27 13:04:35 -07001973 depends on SCSI && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 help
1975 Fibre Channel is a high speed serial protocol mainly used to connect
1976 large storage devices to the computer; it is compatible with and
1977 intended to replace SCSI.
1978
1979 If you intend to use Fibre Channel, you need to have a Fibre channel
1980 adaptor card in your computer; say Y here and to the driver for your
1981 adaptor below. You also should have said Y to "SCSI support" and
1982 "SCSI generic support".
1983
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984config NETCONSOLE
Amerigo Wangecbacf82010-03-21 23:59:23 +00001985 tristate "Network console logging support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 ---help---
1987 If you want to log kernel messages over the network, enable this.
1988 See <file:Documentation/networking/netconsole.txt> for details.
1989
Satyam Sharma0bcc1812007-08-10 15:35:05 -07001990config NETCONSOLE_DYNAMIC
Amerigo Wangecbacf82010-03-21 23:59:23 +00001991 bool "Dynamic reconfiguration of logging targets"
Randy Dunlap58fa4592011-06-21 08:01:20 +00001992 depends on NETCONSOLE && SYSFS && CONFIGFS_FS && \
1993 !(NETCONSOLE=y && CONFIGFS_FS=m)
Satyam Sharma0bcc1812007-08-10 15:35:05 -07001994 help
1995 This option enables the ability to dynamically reconfigure target
1996 parameters (interface, IP addresses, port numbers, MAC addresses)
1997 at runtime through a userspace interface exported using configfs.
1998 See <file:Documentation/networking/netconsole.txt> for details.
1999
Randy Dunlap54208992005-07-18 13:45:12 -07002000config NETPOLL
2001 def_bool NETCONSOLE
2002
Randy Dunlap54208992005-07-18 13:45:12 -07002003config NETPOLL_TRAP
2004 bool "Netpoll traffic trapping"
2005 default n
2006 depends on NETPOLL
2007
2008config NET_POLL_CONTROLLER
2009 def_bool NETPOLL
2010
Rusty Russell296f96f2007-10-22 11:03:37 +10002011config VIRTIO_NET
2012 tristate "Virtio network driver (EXPERIMENTAL)"
2013 depends on EXPERIMENTAL && VIRTIO
2014 ---help---
Anthony Liguori0ad07ec2007-11-07 20:46:31 -06002015 This is the virtual network driver for virtio. It can be used with
Philippe De Muytere85eb112010-11-11 12:31:21 +00002016 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
Rusty Russell296f96f2007-10-22 11:03:37 +10002017
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -07002018config VMXNET3
Philippe De Muytere85eb112010-11-11 12:31:21 +00002019 tristate "VMware VMXNET3 ethernet driver"
2020 depends on PCI && INET
2021 help
2022 This driver supports VMware's vmxnet3 virtual ethernet NIC.
2023 To compile this driver as a module, choose M here: the
2024 module will be called vmxnet3.
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -07002025
Jan Engelhardtd1c0a652007-06-13 12:48:53 -07002026endif # NETDEVICES