]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/net/ethernet/8390/Kconfig
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
[karo-tx-linux.git] / drivers / net / ethernet / 8390 / Kconfig
1 #
2 # 8390 device configuration
3 #
4
5 config NET_VENDOR_8390
6         bool "National Semi-conductor 8390 devices"
7         default y
8         depends on NET_VENDOR_NATSEMI
9         ---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 doesn't directly affect the
15           kernel: saying N will just cause the configurator to skip all
16           the questions about Western Digital cards. If you say Y, you will be
17           asked for your specific card in the following questions.
18
19 if NET_VENDOR_8390
20
21 config PCMCIA_AXNET
22         tristate "Asix AX88190 PCMCIA support"
23         depends on PCMCIA
24         ---help---
25           Say Y here if you intend to attach an Asix AX88190-based PCMCIA
26           (PC-card) Fast Ethernet card to your computer.  These cards are
27           nearly NE2000 compatible but need a separate driver due to a few
28           misfeatures.
29
30           To compile this driver as a module, choose M here: the module will be
31           called axnet_cs.  If unsure, say N.
32
33 config AX88796
34         tristate "ASIX AX88796 NE2000 clone support"
35         depends on (ARM || MIPS || SUPERH)
36         select CRC32
37         select PHYLIB
38         select MDIO_BITBANG
39         ---help---
40           AX88796 driver, using platform bus to provide
41           chip detection and resources
42
43 config AX88796_93CX6
44         bool "ASIX AX88796 external 93CX6 eeprom support"
45         depends on AX88796
46         select EEPROM_93CX6
47         ---help---
48           Select this if your platform comes with an external 93CX6 eeprom.
49
50 config HYDRA
51         tristate "Hydra support"
52         depends on ZORRO
53         select CRC32
54         ---help---
55           If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
56
57           To compile this driver as a module, choose M here: the module
58           will be called hydra.
59
60 config ARM_ETHERH
61         tristate "I-cubed EtherH/ANT EtherM support"
62         depends on ARM && ARCH_ACORN
63         select CRC32
64         ---help---
65           If you have an Acorn system with one of these network cards, you
66           should say Y to this option if you wish to use it with Linux.
67
68 config MAC8390
69         bool "Macintosh NS 8390 based ethernet cards"
70         depends on MAC
71         select CRC32
72         ---help---
73           If you want to include a driver to support Nubus or LC-PDS
74           Ethernet cards using an NS8390 chipset or its equivalent, say Y
75           and read the Ethernet-HOWTO, available from
76           <http://www.tldp.org/docs.html#howto>.
77
78 config MCF8390
79         tristate "ColdFire NS8390 based Ethernet support"
80         depends on COLDFIRE
81         select CRC32
82         ---help---
83           This driver is for Ethernet devices using an NS8390-compatible
84           chipset on many common ColdFire CPU based boards. Many of the older
85           Freescale dev boards use this, and some other common boards like
86           some SnapGear routers do as well.
87
88           If you have one of these boards and want to use the network interface
89           on them then choose Y. To compile this driver as a module, choose M
90           here, the module will be called mcf8390.
91
92 config NE2000
93         tristate "NE2000/NE1000 support"
94         depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
95         select CRC32
96         ---help---
97           If you have a network (Ethernet) card of this type, say Y and read
98           the Ethernet-HOWTO, available from
99           <http://www.tldp.org/docs.html#howto>.  Many Ethernet cards
100           without a specific driver are compatible with NE2000.
101
102           If you have a PCI NE2000 card however, say N here and Y to "PCI
103           NE2000 and clone support" below.
104
105           To compile this driver as a module, choose M here. The module
106           will be called ne.
107
108 config NE2K_PCI
109         tristate "PCI NE2000 and clones support (see help)"
110         depends on PCI
111         select CRC32
112         ---help---
113           This driver is for NE2000 compatible PCI cards. It will not work
114           with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
115           support" below). If you have a PCI NE2000 network (Ethernet) card,
116           say Y and read the Ethernet-HOWTO, available from
117           <http://www.tldp.org/docs.html#howto>.
118
119           This driver also works for the following NE2000 clone cards:
120           RealTek RTL-8029  Winbond 89C940  Compex RL2000  KTI ET32P2
121           NetVin NV5000SC   Via 86C926      SureCom NE34   Winbond
122           Holtek HT80232    Holtek HT80229
123
124           To compile this driver as a module, choose M here. The module
125           will be called ne2k-pci.
126
127 config APNE
128         tristate "PCMCIA NE2000 support"
129         depends on AMIGA_PCMCIA
130         select CRC32
131         ---help---
132           If you have a PCMCIA NE2000 compatible adapter, say Y.  Otherwise,
133           say N.
134
135           To compile this driver as a module, choose M here: the module
136           will be called apne.
137
138 config PCMCIA_PCNET
139         tristate "NE2000 compatible PCMCIA support"
140         depends on PCMCIA
141         select CRC32
142         ---help---
143           Say Y here if you intend to attach an NE2000 compatible PCMCIA
144           (PC-card) Ethernet or Fast Ethernet card to your computer.
145
146           To compile this driver as a module, choose M here: the module will be
147           called pcnet_cs.  If unsure, say N.
148
149 config NE_H8300
150         tristate "NE2000 compatible support for H8/300"
151         depends on H8300H_AKI3068NET || H8300H_H8MAX
152         ---help---
153           Say Y here if you want to use the NE2000 compatible
154           controller on the Renesas H8/300 processor.
155
156 config STNIC
157         tristate "National DP83902AV  support"
158         depends on SUPERH
159         select CRC32
160         ---help---
161           Support for cards based on the National Semiconductor DP83902AV
162           ST-NIC Serial Network Interface Controller for Twisted Pair.  This
163           is a 10Mbit/sec Ethernet controller.  Product overview and specs at
164           <http://www.national.com/pf/DP/DP83902A.html>.
165
166           If unsure, say N.
167
168 config ULTRA
169         tristate "SMC Ultra support"
170         depends on ISA
171         select CRC32
172         ---help---
173           If you have a network (Ethernet) card of this type, say Y and read
174           the Ethernet-HOWTO, available from
175           <http://www.tldp.org/docs.html#howto>.
176
177           Important: There have been many reports that, with some motherboards
178           mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
179           such as some BusLogic models) causes corruption problems with many
180           operating systems. The Linux smc-ultra driver has a work-around for
181           this but keep it in mind if you have such a SCSI card and have
182           problems.
183
184           To compile this driver as a module, choose M here. The module
185           will be called smc-ultra.
186
187 config WD80x3
188         tristate "WD80*3 support"
189         depends on ISA
190         select CRC32
191         ---help---
192           If you have a network (Ethernet) card of this type, say Y and read
193           the Ethernet-HOWTO, available from
194           <http://www.tldp.org/docs.html#howto>.
195
196           To compile this driver as a module, choose M here. The module
197           will be called wd.
198
199 config ZORRO8390
200         tristate "Zorro NS8390-based Ethernet support"
201         depends on ZORRO
202         select CRC32
203         ---help---
204           This driver is for Zorro Ethernet cards using an NS8390-compatible
205           chipset, like the Village Tronic Ariadne II and the Individual
206           Computers X-Surf Ethernet cards. If you have such a card, say Y.
207           Otherwise, say N.
208
209           To compile this driver as a module, choose M here: the module
210           will be called zorro8390.
211
212 endif # NET_VENDOR_8390