Kconfig 11 KB

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