Kconfig 5.98 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#
# Tulip family network device configuration
#

menu "Tulip family network device support"
	depends on NET_ETHERNET && (PCI || EISA || CARDBUS)

config NET_TULIP
	bool "\"Tulip\" family network device support"
	help
	  This selects the "Tulip" family of EISA/PCI network cards.

config DE2104X
	tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)"
	depends on NET_TULIP && PCI && EXPERIMENTAL
	---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, above.  However, most people with a network card of this type
	  will say Y here.) Do read the Ethernet-HOWTO, available from
24
	  <http://www.tldp.org/docs.html#howto>.  More specific
25 26 27 28 29
	  information is contained in
	  <file:Documentation/DocBook/tulip-user.tmpl>.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
30
	  The module will be called tulip.  If you want to compile it as a
31 32 33 34 35 36 37 38 39
	  module, say M here and read <file:Documentation/modules.txt> as well
	  as <file:Documentation/networking/net-modules.txt>.

config TULIP
	tristate "DECchip Tulip (dc2114x) PCI support"
	depends on NET_TULIP && PCI
	---help---
	  This driver is developed for the SMC EtherPower series Ethernet
	  cards and also works with cards based on the DECchip 
40
	  21140 (Tulip series) chips.  Some LinkSys PCI cards are
41 42 43 44
	  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
45
	  <http://www.tldp.org/docs.html#howto>.  More specific
46 47 48 49 50
	  information is contained in 
	  <file:Documentation/networking/tulip.txt>.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
51
	  The module will be called tulip.  If you want to compile it as a
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
	  module, say M here and read <file:Documentation/modules.txt> as well
	  as <file:Documentation/networking/net-modules.txt>.

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 DE4X5
	tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
	depends on NET_TULIP && (PCI || EISA)
	---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
83
	  <http://www.tldp.org/docs.html#howto>. More specific
84 85 86 87 88
	  information is contained in
	  <file:Documentation/networking/de4x5.txt>.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
89
	  The module will be called de4x5.  If you want to compile it as a
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
	  module, say M here and read <file:Documentation/modules.txt> as well
	  as <file:Documentation/networking/net-modules.txt>.

config WINBOND_840
	tristate "Winbond W89c840 Ethernet support"
	depends on NET_TULIP && PCI
	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"
	depends on NET_TULIP && PCI
	---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>.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
113
	  The module will be called dmfe.  If you want to compile it as a
114 115 116 117 118 119 120 121 122 123 124 125 126 127
	  module, say M here and read <file:Documentation/modules.txt> as well
	  as <file:Documentation/networking/net-modules.txt>.

config PCMCIA_XIRCOM
	tristate "Xircom CardBus support (new driver)"
	depends on NET_TULIP && CARDBUS
	---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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
128
	  The module will be called xircom_cb.  If you want to compile
129 130 131 132 133 134 135 136 137 138 139 140 141 142
	  it as a module, say M here and read
	  <file:Documentation/modules.txt>. If unsure, say N.

config PCMCIA_XIRTULIP
	tristate "Xircom Tulip-like CardBus support (old driver)"
	depends on NET_TULIP && CARDBUS
	---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.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
143
	  The module will be called xircom_tulip_cb.  If you want to compile
144 145 146 147 148
	  it as a module, say M here and read
	  <file:Documentation/modules.txt>. If unsure, say N.

endmenu