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