Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / drivers / net / tulip / Kconfig
CommitLineData
1da177e4
LT
1#
2# Tulip family network device configuration
3#
4
d1c0a65f 5menuconfig NET_TULIP
1da177e4 6 bool "\"Tulip\" family network device support"
d1c0a65f 7 depends on PCI || EISA || CARDBUS
1da177e4
LT
8 help
9 This selects the "Tulip" family of EISA/PCI network cards.
10
d1c0a65f
JE
11if NET_TULIP
12
1da177e4
LT
13config DE2104X
14 tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)"
d1c0a65f 15 depends on PCI && EXPERIMENTAL
1da177e4
LT
16 select CRC32
17 ---help---
18 This driver is developed for the SMC EtherPower series Ethernet
19 cards and also works with cards based on the DECchip
20 21040 (Tulip series) chips. Some LinkSys PCI cards are
21 of this type. (If your card is NOT SMC EtherPower 10/100 PCI
22 (smc9332dst), you can also try the driver for "Generic DECchip"
23 cards, below. However, most people with a network card of this type
24 will say Y here.) Do read the Ethernet-HOWTO, available from
25 <http://www.tldp.org/docs.html#howto>.
26
57ce45dd 27 To compile this driver as a module, choose M here. The module will
1da177e4
LT
28 be called de2104x.
29
b77e5228
RS
30config DE2104X_DSL
31 int "Descriptor Skip Length in 32 bit longwords"
32 depends on DE2104X
33 range 0 31
34 default 0
35 help
36 Setting this value allows to align ring buffer descriptors into their
37 own cache lines. Value of 4 corresponds to the typical 32 byte line
38 (the descriptor is 16 bytes). This is necessary on systems that lack
39 cache coherence, an example is PowerMac 5500. Otherwise 0 is safe.
40 Default is 0, and range is 0 to 31.
41
1da177e4
LT
42config TULIP
43 tristate "DECchip Tulip (dc2114x) PCI support"
d1c0a65f 44 depends on PCI
1da177e4
LT
45 select CRC32
46 ---help---
47 This driver is developed for the SMC EtherPower series Ethernet
48 cards and also works with cards based on the DECchip
49 21140 (Tulip series) chips. Some LinkSys PCI cards are
50 of this type. (If your card is NOT SMC EtherPower 10/100 PCI
51 (smc9332dst), you can also try the driver for "Generic DECchip"
52 cards, above. However, most people with a network card of this type
53 will say Y here.) Do read the Ethernet-HOWTO, available from
54 <http://www.tldp.org/docs.html#howto>.
55
57ce45dd 56 To compile this driver as a module, choose M here. The module will
1da177e4
LT
57 be called tulip.
58
59config TULIP_MWI
60 bool "New bus configuration (EXPERIMENTAL)"
61 depends on TULIP && EXPERIMENTAL
62 help
63 This configures your Tulip card specifically for the card and
64 system cache line size type you are using.
65
66 This is experimental code, not yet tested on many boards.
67
68 If unsure, say N.
69
70config TULIP_MMIO
71 bool "Use PCI shared mem for NIC registers"
72 depends on TULIP
73 help
74 Use PCI shared memory for the NIC registers, rather than going through
75 the Tulip's PIO (programmed I/O ports). Faster, but could produce
76 obscure bugs if your mainboard has memory controller timing issues.
77 If in doubt, say N.
78
79config TULIP_NAPI
bf45abeb 80 bool "Use RX polling (NAPI)"
1da177e4
LT
81 depends on TULIP
82 help
83 NAPI is a new driver API designed to reduce CPU and interrupt load
84 when the driver is receiving lots of packets from the card. It is
85 still somewhat experimental and thus not yet enabled by default.
86
87 If your estimated Rx load is 10kpps or more, or if the card will be
88 deployed on potentially unfriendly networks (e.g. in a firewall),
89 then say Y here.
90
1da177e4
LT
91 If in doubt, say N.
92
93config TULIP_NAPI_HW_MITIGATION
bf45abeb 94 bool "Use Interrupt Mitigation"
1da177e4
LT
95 depends on TULIP_NAPI
96 ---help---
bf45abeb
RD
97 Use HW to reduce RX interrupts. Not strictly necessary since NAPI
98 reduces RX interrupts by itself. Interrupt mitigation reduces RX
99 interrupts even at low levels of traffic at the cost of a small
100 latency.
1da177e4
LT
101
102 If in doubt, say Y.
103
104config DE4X5
105 tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
d1c0a65f 106 depends on PCI || EISA
1da177e4
LT
107 select CRC32
108 ---help---
109 This is support for the DIGITAL series of PCI/EISA Ethernet cards.
110 These include the DE425, DE434, DE435, DE450 and DE500 models. If
111 you have a network card of this type, say Y and read the
112 Ethernet-HOWTO, available from
113 <http://www.tldp.org/docs.html#howto>. More specific
114 information is contained in
115 <file:Documentation/networking/de4x5.txt>.
116
57ce45dd 117 To compile this driver as a module, choose M here. The module will
1da177e4
LT
118 be called de4x5.
119
120config WINBOND_840
121 tristate "Winbond W89c840 Ethernet support"
d1c0a65f 122 depends on PCI
1da177e4
LT
123 select CRC32
124 select MII
125 help
126 This driver is for the Winbond W89c840 chip. It also works with
127 the TX9882 chip on the Compex RL100-ATX board.
128 More specific information and updates are available from
129 <http://www.scyld.com/network/drivers.html>.
130
131config DM9102
132 tristate "Davicom DM910x/DM980x support"
d1c0a65f 133 depends on PCI
1da177e4
LT
134 select CRC32
135 ---help---
136 This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from
137 Davicom (<http://www.davicom.com.tw/>). If you have such a network
138 (Ethernet) card, say Y. Some information is contained in the file
139 <file:Documentation/networking/dmfe.txt>.
140
57ce45dd 141 To compile this driver as a module, choose M here. The module will
1da177e4
LT
142 be called dmfe.
143
4689ced9
PC
144config ULI526X
145 tristate "ULi M526x controller support"
d1c0a65f 146 depends on PCI
4689ced9
PC
147 select CRC32
148 ---help---
149 This driver is for ULi M5261/M5263 10/100M Ethernet Controller
150 (<http://www.uli.com.tw/>).
151
57ce45dd 152 To compile this driver as a module, choose M here. The module will
4689ced9
PC
153 be called uli526x.
154
1da177e4 155config PCMCIA_XIRCOM
fa6557af 156 tristate "Xircom CardBus support"
d1c0a65f 157 depends on CARDBUS
1da177e4
LT
158 ---help---
159 This driver is for the Digital "Tulip" Ethernet CardBus adapters.
160 It should work with most DEC 21*4*-based chips/ethercards, as well
161 as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
162 ASIX.
163
57ce45dd 164 To compile this driver as a module, choose M here. The module will
1da177e4
LT
165 be called xircom_cb. If unsure, say N.
166
d1c0a65f 167endif # NET_TULIP
This page took 0.512043 seconds and 5 git commands to generate.