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