Kconfig 6.5 KB

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