Kconfig 6.6 KB

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