Kconfig 6.4 KB

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