Kconfig 10 KB

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