Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  12. Note that the answer to this question doesn't directly affect the
  13. kernel: saying N will just cause the configurator to skip all
  14. the questions about Western Digital cards. If you say Y, you will be
  15. asked for your specific card in the following questions.
  16. if NET_VENDOR_8390
  17. config EL2
  18. tristate "3c503 \"EtherLink II\" support"
  19. depends on ISA
  20. select CRC32
  21. ---help---
  22. If you have a network (Ethernet) card of this type, say Y and read
  23. the Ethernet-HOWTO, available from
  24. <http://www.tldp.org/docs.html#howto>.
  25. To compile this driver as a module, choose M here. The module
  26. will be called 3c503.
  27. config AC3200
  28. tristate "Ansel Communications EISA 3200 support"
  29. depends on PCI && (ISA || EISA)
  30. select CRC32
  31. ---help---
  32. If you have a network (Ethernet) card of this type, say Y and read
  33. the Ethernet-HOWTO, available from
  34. <http://www.tldp.org/docs.html#howto>.
  35. To compile this driver as a module, choose M here. The module
  36. will be called ac3200.
  37. config PCMCIA_AXNET
  38. tristate "Asix AX88190 PCMCIA support"
  39. depends on PCMCIA
  40. ---help---
  41. Say Y here if you intend to attach an Asix AX88190-based PCMCIA
  42. (PC-card) Fast Ethernet card to your computer. These cards are
  43. nearly NE2000 compatible but need a separate driver due to a few
  44. misfeatures.
  45. To compile this driver as a module, choose M here: the module will be
  46. called axnet_cs. If unsure, say N.
  47. config AX88796
  48. tristate "ASIX AX88796 NE2000 clone support"
  49. depends on (ARM || MIPS || SUPERH)
  50. select CRC32
  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"
  74. depends on PCI && EISA
  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"
  119. depends on PCI && EISA
  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 MCF8390
  137. tristate "ColdFire NS8390 based Ethernet support"
  138. depends on COLDFIRE
  139. select CRC32
  140. ---help---
  141. This driver is for Ethernet devices using an NS8390-compatible
  142. chipset on many common ColdFire CPU based boards. Many of the older
  143. Freescale dev boards use this, and some other common boards like
  144. some SnapGear routers do as well.
  145. If you have one of these boards and want to use the network interface
  146. on them then choose Y. To compile this driver as a module, choose M
  147. here, the module will be called mcf8390.
  148. config NE2000
  149. tristate "NE2000/NE1000 support"
  150. depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
  151. select CRC32
  152. ---help---
  153. If you have a network (Ethernet) card of this type, say Y and read
  154. the Ethernet-HOWTO, available from
  155. <http://www.tldp.org/docs.html#howto>. Many Ethernet cards
  156. without a specific driver are compatible with NE2000.
  157. If you have a PCI NE2000 card however, say N here and Y to "PCI
  158. NE2000 and clone support" under "EISA, VLB, PCI and on board
  159. controllers" below. If you have a NE2000 card and are running on
  160. an MCA system (a bus system used on some IBM PS/2 computers and
  161. laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
  162. below.
  163. To compile this driver as a module, choose M here. The module
  164. will be called ne.
  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"
  192. depends on PCI && EISA
  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 ULTRA
  227. tristate "SMC Ultra support"
  228. depends on ISA
  229. select CRC32
  230. ---help---
  231. If you have a network (Ethernet) card of this type, say Y and read
  232. the Ethernet-HOWTO, available from
  233. <http://www.tldp.org/docs.html#howto>.
  234. Important: There have been many reports that, with some motherboards
  235. mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
  236. such as some BusLogic models) causes corruption problems with many
  237. operating systems. The Linux smc-ultra driver has a work-around for
  238. this but keep it in mind if you have such a SCSI card and have
  239. problems.
  240. To compile this driver as a module, choose M here. The module
  241. will be called smc-ultra.
  242. config ULTRA32
  243. tristate "SMC Ultra32 EISA support"
  244. depends on EISA
  245. select CRC32
  246. ---help---
  247. If you have a network (Ethernet) card of this type, say Y and read
  248. the Ethernet-HOWTO, available from
  249. <http://www.tldp.org/docs.html#howto>.
  250. To compile this driver as a module, choose M here. The module
  251. will be called smc-ultra32.
  252. config WD80x3
  253. tristate "WD80*3 support"
  254. depends on ISA
  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 wd.
  262. config ZORRO8390
  263. tristate "Zorro NS8390-based Ethernet support"
  264. depends on ZORRO
  265. select CRC32
  266. ---help---
  267. This driver is for Zorro Ethernet cards using an NS8390-compatible
  268. chipset, like the Village Tronic Ariadne II and the Individual
  269. Computers X-Surf Ethernet cards. If you have such a card, say Y.
  270. Otherwise, say N.
  271. To compile this driver as a module, choose M here: the module
  272. will be called zorro8390.
  273. endif # NET_VENDOR_8390