Kconfig 6.0 KB

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