drivers/net: delete ISA intel eexpress and eepro i825xx drivers
[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 LASI_82596
40         tristate "Lasi ethernet"
41         depends on GSC
42         ---help---
43           Say Y here to support the builtin Intel 82596 ethernet controller
44           found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
45
46 config MVME16x_NET
47         tristate "MVME16x Ethernet support"
48         depends on MVME16x
49         ---help---
50           This is the driver for the Ethernet interface on the Motorola
51           MVME162, 166, 167, 172 and 177 boards.  Say Y here to include the
52           driver for this chip in your kernel.
53           To compile this driver as a module, choose M here.
54
55 config NI52
56         tristate "NI5210 support"
57         depends on ISA
58         ---help---
59           If you have a network (Ethernet) card of this type, say Y and read
60           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 ni52.
65
66 config SNI_82596
67         tristate "SNI RM ethernet"
68         depends on SNI_RM
69         ---help---
70           Say Y here to support the on-board Intel 82596 ethernet controller
71           built into SNI RM machines.
72
73 config SUN3_82586
74         bool "Sun3 on-board Intel 82586 support"
75         depends on SUN3
76         ---help---
77           This driver enables support for the on-board Intel 82586 based
78           Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards.  Note
79           that this driver does not support 82586-based adapters on additional
80           VME boards.
81
82 config ZNET
83         tristate "Zenith Z-Note support (EXPERIMENTAL)"
84         depends on EXPERIMENTAL && ISA_DMA_API && X86
85         ---help---
86           The Zenith Z-Note notebook computer has a built-in network
87           (Ethernet) card, and this is the Linux driver for it. Note that the
88           IBM Thinkpad 300 is compatible with the Z-Note and is also supported
89           by this driver. Read the Ethernet-HOWTO, available from
90           <http://www.tldp.org/docs.html#howto>.
91
92 endif # NET_VENDOR_I825XX