Kconfig 8.1 KB

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