Kconfig 5.5 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Tulip family network device configuration
#

5
menuconfig NET_TULIP
L
Linus Torvalds 已提交
6
	bool "\"Tulip\" family network device support"
7
	depends on PCI || EISA || CARDBUS
L
Linus Torvalds 已提交
8 9 10
	help
	  This selects the "Tulip" family of EISA/PCI network cards.

11 12
if NET_TULIP

L
Linus Torvalds 已提交
13
config DE2104X
14 15
	tristate "Early DECchip Tulip (dc2104x) PCI support"
	depends on PCI
L
Linus Torvalds 已提交
16 17 18 19 20 21 22 23 24 25 26
	select CRC32
	---help---
	  This driver is developed for the SMC EtherPower series Ethernet
	  cards and also works with cards based on the DECchip
	  21040 (Tulip series) chips.  Some LinkSys PCI cards are
	  of this type.  (If your card is NOT SMC EtherPower 10/100 PCI
	  (smc9332dst), you can also try the driver for "Generic DECchip"
	  cards, below.  However, most people with a network card of this type
	  will say Y here.) Do read the Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.

27
	  To compile this driver as a module, choose M here. The module will
L
Linus Torvalds 已提交
28 29
	  be called de2104x.

30 31 32 33 34 35 36 37 38 39 40 41
config DE2104X_DSL
	int "Descriptor Skip Length in 32 bit longwords"
	depends on DE2104X
	range 0 31
	default 0
	help
	  Setting this value allows to align ring buffer descriptors into their
	  own cache lines. Value of 4 corresponds to the typical 32 byte line
	  (the descriptor is 16 bytes). This is necessary on systems that lack
	  cache coherence, an example is PowerMac 5500. Otherwise 0 is safe.
	  Default is 0, and range is 0 to 31.

L
Linus Torvalds 已提交
42 43
config TULIP
	tristate "DECchip Tulip (dc2114x) PCI support"
44
	depends on PCI
L
Linus Torvalds 已提交
45 46 47 48 49 50 51 52 53 54 55
	select CRC32
	---help---
	  This driver is developed for the SMC EtherPower series Ethernet
	  cards and also works with cards based on the DECchip 
	  21140 (Tulip series) chips.  Some LinkSys PCI cards are
	  of this type.  (If your card is NOT SMC EtherPower 10/100 PCI
	  (smc9332dst), you can also try the driver for "Generic DECchip"
	  cards, above.  However, most people with a network card of this type
	  will say Y here.) Do read the Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.

56
	  To compile this driver as a module, choose M here. The module will
L
Linus Torvalds 已提交
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
	  be called tulip.

config TULIP_MWI
	bool "New bus configuration (EXPERIMENTAL)"
	depends on TULIP && EXPERIMENTAL
	help
	  This configures your Tulip card specifically for the card and
	  system cache line size type you are using.

	  This is experimental code, not yet tested on many boards.

	  If unsure, say N.

config TULIP_MMIO
	bool "Use PCI shared mem for NIC registers"
	depends on TULIP
	help
	  Use PCI shared memory for the NIC registers, rather than going through
	  the Tulip's PIO (programmed I/O ports).  Faster, but could produce
	  obscure bugs if your mainboard has memory controller timing issues.
	  If in doubt, say N.

config TULIP_NAPI
80
	bool "Use RX polling (NAPI)"
L
Linus Torvalds 已提交
81 82 83 84 85 86 87 88 89 90 91 92 93
	depends on TULIP
	help
	  NAPI is a new driver API designed to reduce CPU and interrupt load
	  when the driver is receiving lots of packets from the card. It is
	  still somewhat experimental and thus not yet enabled by default.

	  If your estimated Rx load is 10kpps or more, or if the card will be
	  deployed on potentially unfriendly networks (e.g. in a firewall),
	  then say Y here.

	  If in doubt, say N.

config TULIP_NAPI_HW_MITIGATION
94
	bool "Use Interrupt Mitigation"
L
Linus Torvalds 已提交
95 96
	depends on TULIP_NAPI
	---help---
97 98 99 100
	  Use HW to reduce RX interrupts. Not strictly necessary since NAPI
	  reduces RX interrupts by itself. Interrupt mitigation reduces RX
	  interrupts even at low levels of traffic at the cost of a small
	  latency.
L
Linus Torvalds 已提交
101 102 103

	  If in doubt, say Y.

104 105 106 107
config TULIP_DM910X
	def_bool y
	depends on TULIP && SPARC

L
Linus Torvalds 已提交
108 109
config DE4X5
	tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
110
	depends on PCI || EISA
L
Linus Torvalds 已提交
111 112 113 114 115 116 117 118 119 120
	select CRC32
	---help---
	  This is support for the DIGITAL series of PCI/EISA Ethernet cards.
	  These include the DE425, DE434, DE435, DE450 and DE500 models.  If
	  you have a network card of this type, say Y and read the
	  Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>. More specific
	  information is contained in
	  <file:Documentation/networking/de4x5.txt>.

121
	  To compile this driver as a module, choose M here. The module will
L
Linus Torvalds 已提交
122 123 124 125
	  be called de4x5.

config WINBOND_840
	tristate "Winbond W89c840 Ethernet support"
126
	depends on PCI
L
Linus Torvalds 已提交
127 128 129 130 131 132 133 134 135 136
	select CRC32
	select MII
	help
	  This driver is for the Winbond W89c840 chip.  It also works with 
	  the TX9882 chip on the Compex RL100-ATX board.
	  More specific information and updates are available from
	  <http://www.scyld.com/network/drivers.html>.

config DM9102
	tristate "Davicom DM910x/DM980x support"
137
	depends on PCI
L
Linus Torvalds 已提交
138 139 140 141 142 143 144
	select CRC32
	---help---
	  This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from
	  Davicom (<http://www.davicom.com.tw/>).  If you have such a network
	  (Ethernet) card, say Y.  Some information is contained in the file
	  <file:Documentation/networking/dmfe.txt>.

145
	  To compile this driver as a module, choose M here. The module will
L
Linus Torvalds 已提交
146 147
	  be called dmfe.

148 149
config ULI526X
	tristate "ULi M526x controller support"
150
	depends on PCI
151 152 153 154 155
	select CRC32
	---help---
	  This driver is for ULi M5261/M5263 10/100M Ethernet Controller
	  (<http://www.uli.com.tw/>).

156
	  To compile this driver as a module, choose M here. The module will
157 158
	  be called uli526x.
	  
L
Linus Torvalds 已提交
159
config PCMCIA_XIRCOM
160
	tristate "Xircom CardBus support"
161
	depends on CARDBUS
L
Linus Torvalds 已提交
162 163 164 165 166 167
	---help---
	  This driver is for the Digital "Tulip" Ethernet CardBus adapters.
	  It should work with most DEC 21*4*-based chips/ethercards, as well
	  as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
	  ASIX.

168
	  To compile this driver as a module, choose M here. The module will
L
Linus Torvalds 已提交
169 170
	  be called xircom_cb.  If unsure, say N.

171
endif # NET_TULIP