Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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 || MCA || EISA || MAC || M32R || MACH_TX49XX || \
  9. MCA_LEGACY || 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 AC3200
  31. tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)"
  32. depends on PCI && (ISA || EISA) && EXPERIMENTAL
  33. select CRC32
  34. ---help---
  35. If you have a network (Ethernet) card of this type, say Y and read
  36. the Ethernet-HOWTO, available from
  37. <http://www.tldp.org/docs.html#howto>.
  38. To compile this driver as a module, choose M here. The module
  39. will be called ac3200.
  40. config PCMCIA_AXNET
  41. tristate "Asix AX88190 PCMCIA support"
  42. depends on PCMCIA
  43. ---help---
  44. Say Y here if you intend to attach an Asix AX88190-based PCMCIA
  45. (PC-card) Fast Ethernet card to your computer. These cards are
  46. nearly NE2000 compatible but need a separate driver due to a few
  47. misfeatures.
  48. To compile this driver as a module, choose M here: the module will be
  49. called axnet_cs. If unsure, say N.
  50. config AX88796
  51. tristate "ASIX AX88796 NE2000 clone support"
  52. depends on (ARM || MIPS || SUPERH)
  53. select CRC32
  54. select PHYLIB
  55. select MDIO_BITBANG
  56. ---help---
  57. AX88796 driver, using platform bus to provide
  58. chip detection and resources
  59. config AX88796_93CX6
  60. bool "ASIX AX88796 external 93CX6 eeprom support"
  61. depends on AX88796
  62. select EEPROM_93CX6
  63. ---help---
  64. Select this if your platform comes with an external 93CX6 eeprom.
  65. config E2100
  66. tristate "Cabletron E21xx 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 e2100.
  75. config ES3210
  76. tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)"
  77. depends on PCI && EISA && EXPERIMENTAL
  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 es3210.
  85. config HPLAN_PLUS
  86. tristate "HP PCLAN+ (27247B and 27252A) support"
  87. depends on ISA
  88. select CRC32
  89. ---help---
  90. If you have a network (Ethernet) card of this type, say Y and read
  91. the Ethernet-HOWTO, available from
  92. <http://www.tldp.org/docs.html#howto>.
  93. To compile this driver as a module, choose M here. The module
  94. will be called hp-plus.
  95. config HPLAN
  96. tristate "HP PCLAN (27245 and other 27xxx series) support"
  97. depends on ISA
  98. select CRC32
  99. ---help---
  100. If you have a network (Ethernet) card of this type, say Y and read
  101. the Ethernet-HOWTO, available from
  102. <http://www.tldp.org/docs.html#howto>.
  103. To compile this driver as a module, choose M here. The module
  104. will be called hp.
  105. config HYDRA
  106. tristate "Hydra support"
  107. depends on ZORRO
  108. select CRC32
  109. ---help---
  110. If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
  111. To compile this driver as a module, choose M here: the module
  112. will be called hydra.
  113. config ARM_ETHERH
  114. tristate "I-cubed EtherH/ANT EtherM support"
  115. depends on ARM && ARCH_ACORN
  116. select CRC32
  117. ---help---
  118. If you have an Acorn system with one of these network cards, you
  119. should say Y to this option if you wish to use it with Linux.
  120. config LNE390
  121. tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)"
  122. depends on PCI && EISA && EXPERIMENTAL
  123. select CRC32
  124. ---help---
  125. If you have a network (Ethernet) card of this type, say Y and read
  126. the Ethernet-HOWTO, available from
  127. <http://www.tldp.org/docs.html#howto>.
  128. To compile this driver as a module, choose M here. The module
  129. will be called lne390.
  130. config MAC8390
  131. bool "Macintosh NS 8390 based ethernet cards"
  132. depends on MAC
  133. select CRC32
  134. ---help---
  135. If you want to include a driver to support Nubus or LC-PDS
  136. Ethernet cards using an NS8390 chipset or its equivalent, say Y
  137. and read the Ethernet-HOWTO, available from
  138. <http://www.tldp.org/docs.html#howto>.
  139. config MCF8390
  140. tristate "ColdFire NS8390 based Ethernet support"
  141. depends on COLDFIRE
  142. select CRC32
  143. ---help---
  144. This driver is for Ethernet devices using an NS8390-compatible
  145. chipset on many common ColdFire CPU based boards. Many of the older
  146. Freescale dev boards use this, and some other common boards like
  147. some SnapGear routers do as well.
  148. If you have one of these boards and want to use the network interface
  149. on them then choose Y. To compile this driver as a module, choose M
  150. here, the module will be called mcf8390.
  151. config NE2000
  152. tristate "NE2000/NE1000 support"
  153. depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
  154. select CRC32
  155. ---help---
  156. If you have a network (Ethernet) card of this type, say Y and read
  157. the Ethernet-HOWTO, available from
  158. <http://www.tldp.org/docs.html#howto>. Many Ethernet cards
  159. without a specific driver are compatible with NE2000.
  160. If you have a PCI NE2000 card however, say N here and Y to "PCI
  161. NE2000 and clone support" under "EISA, VLB, PCI and on board
  162. controllers" below. If you have a NE2000 card and are running on
  163. an MCA system (a bus system used on some IBM PS/2 computers and
  164. laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
  165. below.
  166. To compile this driver as a module, choose M here. The module
  167. will be called ne.
  168. config NE2K_PCI
  169. tristate "PCI NE2000 and clones support (see help)"
  170. depends on PCI
  171. select CRC32
  172. ---help---
  173. This driver is for NE2000 compatible PCI cards. It will not work
  174. with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
  175. support" below). If you have a PCI NE2000 network (Ethernet) card,
  176. say Y and read the Ethernet-HOWTO, available from
  177. <http://www.tldp.org/docs.html#howto>.
  178. This driver also works for the following NE2000 clone cards:
  179. RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
  180. NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
  181. Holtek HT80232 Holtek HT80229
  182. To compile this driver as a module, choose M here. The module
  183. will be called ne2k-pci.
  184. config APNE
  185. tristate "PCMCIA NE2000 support"
  186. depends on AMIGA_PCMCIA
  187. select CRC32
  188. ---help---
  189. If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
  190. say N.
  191. To compile this driver as a module, choose M here: the module
  192. will be called apne.
  193. config NE3210
  194. tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)"
  195. depends on PCI && EISA && EXPERIMENTAL
  196. select CRC32
  197. ---help---
  198. If you have a network (Ethernet) card of this type, say Y and read
  199. the Ethernet-HOWTO, available from
  200. <http://www.tldp.org/docs.html#howto>. Note that this driver
  201. will NOT WORK for NE3200 cards as they are completely different.
  202. To compile this driver as a module, choose M here. The module
  203. will be called ne3210.
  204. config PCMCIA_PCNET
  205. tristate "NE2000 compatible PCMCIA support"
  206. depends on PCMCIA
  207. select CRC32
  208. ---help---
  209. Say Y here if you intend to attach an NE2000 compatible PCMCIA
  210. (PC-card) Ethernet or Fast Ethernet card to your computer.
  211. To compile this driver as a module, choose M here: the module will be
  212. called pcnet_cs. If unsure, say N.
  213. config NE_H8300
  214. tristate "NE2000 compatible support for H8/300"
  215. depends on H8300
  216. ---help---
  217. Say Y here if you want to use the NE2000 compatible
  218. controller on the Renesas H8/300 processor.
  219. config STNIC
  220. tristate "National DP83902AV support"
  221. depends on SUPERH
  222. select CRC32
  223. ---help---
  224. Support for cards based on the National Semiconductor DP83902AV
  225. ST-NIC Serial Network Interface Controller for Twisted Pair. This
  226. is a 10Mbit/sec Ethernet controller. Product overview and specs at
  227. <http://www.national.com/pf/DP/DP83902A.html>.
  228. If unsure, say N.
  229. config ULTRA
  230. tristate "SMC Ultra support"
  231. depends on ISA
  232. select CRC32
  233. ---help---
  234. If you have a network (Ethernet) card of this type, say Y and read
  235. the Ethernet-HOWTO, available from
  236. <http://www.tldp.org/docs.html#howto>.
  237. Important: There have been many reports that, with some motherboards
  238. mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
  239. such as some BusLogic models) causes corruption problems with many
  240. operating systems. The Linux smc-ultra driver has a work-around for
  241. this but keep it in mind if you have such a SCSI card and have
  242. problems.
  243. To compile this driver as a module, choose M here. The module
  244. will be called smc-ultra.
  245. config ULTRA32
  246. tristate "SMC Ultra32 EISA support"
  247. depends on EISA
  248. select CRC32
  249. ---help---
  250. If you have a network (Ethernet) card of this type, say Y and read
  251. the Ethernet-HOWTO, available from
  252. <http://www.tldp.org/docs.html#howto>.
  253. To compile this driver as a module, choose M here. The module
  254. will be called smc-ultra32.
  255. config WD80x3
  256. tristate "WD80*3 support"
  257. depends on ISA
  258. select CRC32
  259. ---help---
  260. If you have a network (Ethernet) card of this type, say Y and read
  261. the Ethernet-HOWTO, available from
  262. <http://www.tldp.org/docs.html#howto>.
  263. To compile this driver as a module, choose M here. The module
  264. will be called wd.
  265. config ZORRO8390
  266. tristate "Zorro NS8390-based Ethernet support"
  267. depends on ZORRO
  268. select CRC32
  269. ---help---
  270. This driver is for Zorro Ethernet cards using an NS8390-compatible
  271. chipset, like the Village Tronic Ariadne II and the Individual
  272. Computers X-Surf Ethernet cards. If you have such a card, say Y.
  273. Otherwise, say N.
  274. To compile this driver as a module, choose M here: the module
  275. will be called zorro8390.
  276. endif # NET_VENDOR_8390