Kconfig 6.8 KB

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