1# 2# Intel 82596/82593/82596 network device configuration 3# 4 5config NET_VENDOR_I825XX 6 bool "Intel (82586/82593/82596) devices" 7 default y 8 depends on NET_VENDOR_INTEL && (ISA || ISA_DMA_API || ARM || \ 9 ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \ 10 GSC || BVME6000 || MVME16x || EXPERIMENTAL) 11 ---help--- 12 If you have a network (Ethernet) card belonging to this class, say Y 13 and read the Ethernet-HOWTO, available from 14 <http://www.tldp.org/docs.html#howto>. 15 16 Note that the answer to this question does not directly affect the 17 kernel: saying N will just cause the configurator to skip all 18 the questions about these devices. If you say Y, you will be asked for 19 your specific card in the following questions. 20 21if NET_VENDOR_I825XX 22 23config ELPLUS 24 tristate "3c505 \"EtherLink Plus\" support" 25 depends on ISA && ISA_DMA_API 26 ---help--- 27 Information about this network (Ethernet) card can be found in 28 <file:Documentation/networking/3c505.txt>. If you have a card of 29 this type, say Y and read the Ethernet-HOWTO, available from 30 <http://www.tldp.org/docs.html#howto>. 31 32 To compile this driver as a module, choose M here. The module 33 will be called 3c505. 34 35config EL16 36 tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)" 37 depends on ISA && EXPERIMENTAL 38 ---help--- 39 If you have a network (Ethernet) card of this type, say Y and read 40 the Ethernet-HOWTO, available from 41 <http://www.tldp.org/docs.html#howto>. 42 43 To compile this driver as a module, choose M here. The module 44 will be called 3c507. 45 46config ARM_ETHER1 47 tristate "Acorn Ether1 support" 48 depends on ARM && ARCH_ACORN 49 ---help--- 50 If you have an Acorn system with one of these (AKA25) network cards, 51 you should say Y to this option if you wish to use it with Linux. 52 53config APRICOT 54 tristate "Apricot Xen-II on board Ethernet" 55 depends on ISA 56 ---help--- 57 If you have a network (Ethernet) controller of this type, say Y and 58 read the Ethernet-HOWTO, available from 59 <http://www.tldp.org/docs.html#howto>. 60 61 To compile this driver as a module, choose M here. The module 62 will be called apricot. 63 64config BVME6000_NET 65 tristate "BVME6000 Ethernet support" 66 depends on BVME6000 67 ---help--- 68 This is the driver for the Ethernet interface on BVME4000 and 69 BVME6000 VME boards. Say Y here to include the driver for this chip 70 in your kernel. 71 To compile this driver as a module, choose M here. 72 73config EEXPRESS 74 tristate "EtherExpress 16 support" 75 depends on ISA 76 ---help--- 77 If you have an EtherExpress16 network (Ethernet) card, say Y and 78 read the Ethernet-HOWTO, available from 79 <http://www.tldp.org/docs.html#howto>. Note that the Intel 80 EtherExpress16 card used to be regarded as a very poor choice 81 because the driver was very unreliable. We now have a new driver 82 that should do better. 83 84 To compile this driver as a module, choose M here. The module 85 will be called eexpress. 86 87config EEXPRESS_PRO 88 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support" 89 depends on ISA 90 ---help--- 91 If you have a network (Ethernet) card of this type, say Y. This 92 driver supports Intel i82595{FX,TX} based boards. Note however 93 that the EtherExpress PRO/100 Ethernet card has its own separate 94 driver. Please read the Ethernet-HOWTO, available from 95 <http://www.tldp.org/docs.html#howto>. 96 97 To compile this driver as a module, choose M here. The module 98 will be called eepro. 99 100config LASI_82596 101 tristate "Lasi ethernet" 102 depends on GSC 103 ---help--- 104 Say Y here to support the builtin Intel 82596 ethernet controller 105 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 106 107config LP486E 108 tristate "LP486E on board Ethernet" 109 depends on ISA 110 ---help--- 111 Say Y here to support the 82596-based on-board Ethernet controller 112 for the Panther motherboard, which is one of the two shipped in the 113 Intel Professional Workstation. 114 115config MVME16x_NET 116 tristate "MVME16x Ethernet support" 117 depends on MVME16x 118 ---help--- 119 This is the driver for the Ethernet interface on the Motorola 120 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 121 driver for this chip in your kernel. 122 To compile this driver as a module, choose M here. 123 124config NI52 125 tristate "NI5210 support" 126 depends on ISA 127 ---help--- 128 If you have a network (Ethernet) card of this type, say Y and read 129 the Ethernet-HOWTO, available from 130 <http://www.tldp.org/docs.html#howto>. 131 132 To compile this driver as a module, choose M here. The module 133 will be called ni52. 134 135config SNI_82596 136 tristate "SNI RM ethernet" 137 depends on SNI_RM 138 ---help--- 139 Say Y here to support the on-board Intel 82596 ethernet controller 140 built into SNI RM machines. 141 142config SUN3_82586 143 bool "Sun3 on-board Intel 82586 support" 144 depends on SUN3 145 ---help--- 146 This driver enables support for the on-board Intel 82586 based 147 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 148 that this driver does not support 82586-based adapters on additional 149 VME boards. 150 151config ZNET 152 tristate "Zenith Z-Note support (EXPERIMENTAL)" 153 depends on EXPERIMENTAL && ISA_DMA_API 154 ---help--- 155 The Zenith Z-Note notebook computer has a built-in network 156 (Ethernet) card, and this is the Linux driver for it. Note that the 157 IBM Thinkpad 300 is compatible with the Z-Note and is also supported 158 by this driver. Read the Ethernet-HOWTO, available from 159 <http://www.tldp.org/docs.html#howto>. 160 161endif # NET_VENDOR_I825XX 162