Kconfig 5.3 KB

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