drivers/net: delete intel 486 panther onboard ethernet support
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / i825xx / Kconfig
1 #
2 # Intel 82596/82593/82596 network device configuration
3 #
4
5 config 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 || 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
21 if NET_VENDOR_I825XX
22
23 config 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
35 config 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
46 config 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
53 config BVME6000_NET
54         tristate "BVME6000 Ethernet support"
55         depends on BVME6000
56         ---help---
57           This is the driver for the Ethernet interface on BVME4000 and
58           BVME6000 VME boards.  Say Y here to include the driver for this chip
59           in your kernel.
60           To compile this driver as a module, choose M here.
61
62 config EEXPRESS
63         tristate "EtherExpress 16 support"
64         depends on ISA
65         ---help---
66           If you have an EtherExpress16 network (Ethernet) card, say Y and
67           read the Ethernet-HOWTO, available from
68           <http://www.tldp.org/docs.html#howto>.  Note that the Intel
69           EtherExpress16 card used to be regarded as a very poor choice
70           because the driver was very unreliable. We now have a new driver
71           that should do better.
72
73           To compile this driver as a module, choose M here. The module
74           will be called eexpress.
75
76 config EEXPRESS_PRO
77         tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
78         depends on ISA
79         ---help---
80           If you have a network (Ethernet) card of this type, say Y. This
81           driver supports Intel i82595{FX,TX} based boards. Note however
82           that the EtherExpress PRO/100 Ethernet card has its own separate
83           driver.  Please read the Ethernet-HOWTO, available from
84           <http://www.tldp.org/docs.html#howto>.
85
86           To compile this driver as a module, choose M here. The module
87           will be called eepro.
88
89 config LASI_82596
90         tristate "Lasi ethernet"
91         depends on GSC
92         ---help---
93           Say Y here to support the builtin Intel 82596 ethernet controller
94           found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
95
96 config MVME16x_NET
97         tristate "MVME16x Ethernet support"
98         depends on MVME16x
99         ---help---
100           This is the driver for the Ethernet interface on the Motorola
101           MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the
102           driver for this chip in your kernel.
103           To compile this driver as a module, choose M here.
104
105 config NI52
106         tristate "NI5210 support"
107         depends on ISA
108         ---help---
109           If you have a network (Ethernet) card of this type, say Y and read
110           the Ethernet-HOWTO, available from
111           <http://www.tldp.org/docs.html#howto>.
112
113           To compile this driver as a module, choose M here. The module
114           will be called ni52.
115
116 config SNI_82596
117         tristate "SNI RM ethernet"
118         depends on SNI_RM
119         ---help---
120           Say Y here to support the on-board Intel 82596 ethernet controller
121           built into SNI RM machines.
122
123 config SUN3_82586
124         bool "Sun3 on-board Intel 82586 support"
125         depends on SUN3
126         ---help---
127           This driver enables support for the on-board Intel 82586 based
128           Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note
129           that this driver does not support 82586-based adapters on additional
130           VME boards.
131
132 config ZNET
133         tristate "Zenith Z-Note support (EXPERIMENTAL)"
134         depends on EXPERIMENTAL && ISA_DMA_API && X86
135         ---help---
136           The Zenith Z-Note notebook computer has a built-in network
137           (Ethernet) card, and this is the Linux driver for it. Note that the
138           IBM Thinkpad 300 is compatible with the Z-Note and is also supported
139           by this driver. Read the Ethernet-HOWTO, available from
140           <http://www.tldp.org/docs.html#howto>.
141
142 endif # NET_VENDOR_I825XX