b800a94fc875b4725bf7f928cc21ce0ad2e52769
[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 ARM_ETHER1
24         tristate "Acorn Ether1 support"
25         depends on ARM && ARCH_ACORN
26         ---help---
27           If you have an Acorn system with one of these (AKA25) network cards,
28           you should say Y to this option if you wish to use it with Linux.
29
30 config BVME6000_NET
31         tristate "BVME6000 Ethernet support"
32         depends on BVME6000
33         ---help---
34           This is the driver for the Ethernet interface on BVME4000 and
35           BVME6000 VME boards.  Say Y here to include the driver for this chip
36           in your kernel.
37           To compile this driver as a module, choose M here.
38
39 config EEXPRESS
40         tristate "EtherExpress 16 support"
41         depends on ISA
42         ---help---
43           If you have an EtherExpress16 network (Ethernet) card, say Y and
44           read the Ethernet-HOWTO, available from
45           <http://www.tldp.org/docs.html#howto>.  Note that the Intel
46           EtherExpress16 card used to be regarded as a very poor choice
47           because the driver was very unreliable. We now have a new driver
48           that should do better.
49
50           To compile this driver as a module, choose M here. The module
51           will be called eexpress.
52
53 config EEXPRESS_PRO
54         tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
55         depends on ISA
56         ---help---
57           If you have a network (Ethernet) card of this type, say Y. This
58           driver supports Intel i82595{FX,TX} based boards. Note however
59           that the EtherExpress PRO/100 Ethernet card has its own separate
60           driver.  Please read the Ethernet-HOWTO, available from
61           <http://www.tldp.org/docs.html#howto>.
62
63           To compile this driver as a module, choose M here. The module
64           will be called eepro.
65
66 config LASI_82596
67         tristate "Lasi ethernet"
68         depends on GSC
69         ---help---
70           Say Y here to support the builtin Intel 82596 ethernet controller
71           found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
72
73 config MVME16x_NET
74         tristate "MVME16x Ethernet support"
75         depends on MVME16x
76         ---help---
77           This is the driver for the Ethernet interface on the Motorola
78           MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the
79           driver for this chip in your kernel.
80           To compile this driver as a module, choose M here.
81
82 config NI52
83         tristate "NI5210 support"
84         depends on ISA
85         ---help---
86           If you have a network (Ethernet) card of this type, say Y and read
87           the Ethernet-HOWTO, available from
88           <http://www.tldp.org/docs.html#howto>.
89
90           To compile this driver as a module, choose M here. The module
91           will be called ni52.
92
93 config SNI_82596
94         tristate "SNI RM ethernet"
95         depends on SNI_RM
96         ---help---
97           Say Y here to support the on-board Intel 82596 ethernet controller
98           built into SNI RM machines.
99
100 config SUN3_82586
101         bool "Sun3 on-board Intel 82586 support"
102         depends on SUN3
103         ---help---
104           This driver enables support for the on-board Intel 82586 based
105           Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note
106           that this driver does not support 82586-based adapters on additional
107           VME boards.
108
109 config ZNET
110         tristate "Zenith Z-Note support (EXPERIMENTAL)"
111         depends on EXPERIMENTAL && ISA_DMA_API && X86
112         ---help---
113           The Zenith Z-Note notebook computer has a built-in network
114           (Ethernet) card, and this is the Linux driver for it. Note that the
115           IBM Thinkpad 300 is compatible with the Z-Note and is also supported
116           by this driver. Read the Ethernet-HOWTO, available from
117           <http://www.tldp.org/docs.html#howto>.
118
119 endif # NET_VENDOR_I825XX