111597885SJeff Kirsher#
211597885SJeff Kirsher# Intel 82596/82593/82596 network device configuration
311597885SJeff Kirsher#
411597885SJeff Kirsher
511597885SJeff Kirsherconfig NET_VENDOR_I825XX
611597885SJeff Kirsher	bool "Intel (82586/82593/82596) devices"
788f07484SJeff Kirsher	default y
818a41e36SKees Cook	depends on NET_VENDOR_INTEL
911597885SJeff Kirsher	---help---
1011597885SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
1111597885SJeff Kirsher	  and read the Ethernet-HOWTO, available from
1211597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
1311597885SJeff Kirsher
1411597885SJeff Kirsher	  Note that the answer to this question does not directly affect the
1511597885SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
1611597885SJeff Kirsher	  the questions about these devices. If you say Y, you will be asked for
1711597885SJeff Kirsher	  your specific card in the following questions.
1811597885SJeff Kirsher
1911597885SJeff Kirsherif NET_VENDOR_I825XX
2011597885SJeff Kirsher
2111597885SJeff Kirsherconfig ELPLUS
2211597885SJeff Kirsher	tristate "3c505 \"EtherLink Plus\" support"
2311597885SJeff Kirsher	depends on ISA && ISA_DMA_API
2411597885SJeff Kirsher	---help---
2511597885SJeff Kirsher	  Information about this network (Ethernet) card can be found in
2611597885SJeff Kirsher	  <file:Documentation/networking/3c505.txt>.  If you have a card of
2711597885SJeff Kirsher	  this type, say Y and read the Ethernet-HOWTO, available from
2811597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
2911597885SJeff Kirsher
3011597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
3111597885SJeff Kirsher	  will be called 3c505.
3211597885SJeff Kirsher
3311597885SJeff Kirsherconfig EL16
3418a41e36SKees Cook	tristate "3c507 \"EtherLink 16\" support"
3518a41e36SKees Cook	depends on ISA
3611597885SJeff Kirsher	---help---
3711597885SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
3811597885SJeff Kirsher	  the Ethernet-HOWTO, available from
3911597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
4011597885SJeff Kirsher
4111597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
4211597885SJeff Kirsher	  will be called 3c507.
4311597885SJeff Kirsher
4411597885SJeff Kirsherconfig ARM_ETHER1
4511597885SJeff Kirsher	tristate "Acorn Ether1 support"
4611597885SJeff Kirsher	depends on ARM && ARCH_ACORN
4711597885SJeff Kirsher	---help---
4811597885SJeff Kirsher	  If you have an Acorn system with one of these (AKA25) network cards,
4911597885SJeff Kirsher	  you should say Y to this option if you wish to use it with Linux.
5011597885SJeff Kirsher
5111597885SJeff Kirsherconfig APRICOT
5211597885SJeff Kirsher	tristate "Apricot Xen-II on board Ethernet"
5311597885SJeff Kirsher	depends on ISA
5411597885SJeff Kirsher	---help---
5511597885SJeff Kirsher	  If you have a network (Ethernet) controller of this type, say Y and
5611597885SJeff Kirsher	  read the Ethernet-HOWTO, available from
5711597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
5811597885SJeff Kirsher
5911597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
6011597885SJeff Kirsher	  will be called apricot.
6111597885SJeff Kirsher
6211597885SJeff Kirsherconfig BVME6000_NET
6311597885SJeff Kirsher	tristate "BVME6000 Ethernet support"
643ddb709aSGeert Uytterhoeven	depends on BVME6000
6511597885SJeff Kirsher	---help---
6611597885SJeff Kirsher	  This is the driver for the Ethernet interface on BVME4000 and
6711597885SJeff Kirsher	  BVME6000 VME boards.  Say Y here to include the driver for this chip
6811597885SJeff Kirsher	  in your kernel.
6911597885SJeff Kirsher	  To compile this driver as a module, choose M here.
7011597885SJeff Kirsher
7111597885SJeff Kirsherconfig EEXPRESS
7211597885SJeff Kirsher	tristate "EtherExpress 16 support"
7311597885SJeff Kirsher	depends on ISA
7411597885SJeff Kirsher	---help---
7511597885SJeff Kirsher	  If you have an EtherExpress16 network (Ethernet) card, say Y and
7611597885SJeff Kirsher	  read the Ethernet-HOWTO, available from
7711597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.  Note that the Intel
7811597885SJeff Kirsher	  EtherExpress16 card used to be regarded as a very poor choice
7911597885SJeff Kirsher	  because the driver was very unreliable. We now have a new driver
8011597885SJeff Kirsher	  that should do better.
8111597885SJeff Kirsher
8211597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
8311597885SJeff Kirsher	  will be called eexpress.
8411597885SJeff Kirsher
8511597885SJeff Kirsherconfig EEXPRESS_PRO
8611597885SJeff Kirsher	tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
8711597885SJeff Kirsher	depends on ISA
8811597885SJeff Kirsher	---help---
8911597885SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y. This
9011597885SJeff Kirsher	  driver supports Intel i82595{FX,TX} based boards. Note however
9111597885SJeff Kirsher	  that the EtherExpress PRO/100 Ethernet card has its own separate
9211597885SJeff Kirsher	  driver.  Please read the Ethernet-HOWTO, available from
9311597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
9411597885SJeff Kirsher
9511597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
9611597885SJeff Kirsher	  will be called eepro.
9711597885SJeff Kirsher
9811597885SJeff Kirsherconfig LASI_82596
9911597885SJeff Kirsher	tristate "Lasi ethernet"
10011597885SJeff Kirsher	depends on GSC
10111597885SJeff Kirsher	---help---
10211597885SJeff Kirsher	  Say Y here to support the builtin Intel 82596 ethernet controller
10311597885SJeff Kirsher	  found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
10411597885SJeff Kirsher
10511597885SJeff Kirsherconfig LP486E
10611597885SJeff Kirsher	tristate "LP486E on board Ethernet"
10711597885SJeff Kirsher	depends on ISA
10811597885SJeff Kirsher	---help---
10911597885SJeff Kirsher	  Say Y here to support the 82596-based on-board Ethernet controller
11011597885SJeff Kirsher	  for the Panther motherboard, which is one of the two shipped in the
11111597885SJeff Kirsher	  Intel Professional Workstation.
11211597885SJeff Kirsher
11311597885SJeff Kirsherconfig MVME16x_NET
11411597885SJeff Kirsher	tristate "MVME16x Ethernet support"
11511597885SJeff Kirsher	depends on MVME16x
11611597885SJeff Kirsher	---help---
11711597885SJeff Kirsher	  This is the driver for the Ethernet interface on the Motorola
11811597885SJeff Kirsher	  MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the
11911597885SJeff Kirsher	  driver for this chip in your kernel.
12011597885SJeff Kirsher	  To compile this driver as a module, choose M here.
12111597885SJeff Kirsher
12211597885SJeff Kirsherconfig NI52
12311597885SJeff Kirsher	tristate "NI5210 support"
12411597885SJeff Kirsher	depends on ISA
12511597885SJeff Kirsher	---help---
12611597885SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
12711597885SJeff Kirsher	  the Ethernet-HOWTO, available from
12811597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12911597885SJeff Kirsher
13011597885SJeff Kirsher	  To compile this driver as a module, choose M here. The module
13111597885SJeff Kirsher	  will be called ni52.
13211597885SJeff Kirsher
13311597885SJeff Kirsherconfig SNI_82596
13411597885SJeff Kirsher	tristate "SNI RM ethernet"
13511597885SJeff Kirsher	depends on SNI_RM
13611597885SJeff Kirsher	---help---
13711597885SJeff Kirsher	  Say Y here to support the on-board Intel 82596 ethernet controller
13811597885SJeff Kirsher	  built into SNI RM machines.
13911597885SJeff Kirsher
14011597885SJeff Kirsherconfig SUN3_82586
14111597885SJeff Kirsher	bool "Sun3 on-board Intel 82586 support"
14211597885SJeff Kirsher	depends on SUN3
14311597885SJeff Kirsher	---help---
14411597885SJeff Kirsher	  This driver enables support for the on-board Intel 82586 based
14511597885SJeff Kirsher	  Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note
14611597885SJeff Kirsher	  that this driver does not support 82586-based adapters on additional
14711597885SJeff Kirsher	  VME boards.
14811597885SJeff Kirsher
14911597885SJeff Kirsherconfig ZNET
15018a41e36SKees Cook	tristate "Zenith Z-Note support"
15118a41e36SKees Cook	depends on ISA_DMA_API && X86
15211597885SJeff Kirsher	---help---
15311597885SJeff Kirsher	  The Zenith Z-Note notebook computer has a built-in network
15411597885SJeff Kirsher	  (Ethernet) card, and this is the Linux driver for it. Note that the
15511597885SJeff Kirsher	  IBM Thinkpad 300 is compatible with the Z-Note and is also supported
15611597885SJeff Kirsher	  by this driver. Read the Ethernet-HOWTO, available from
15711597885SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
15811597885SJeff Kirsher
15911597885SJeff Kirsherendif # NET_VENDOR_I825XX
160