Kconfig 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. #
  2. # AMD network device configuration
  3. #
  4. config NET_VENDOR_AMD
  5. bool "AMD devices"
  6. default y
  7. depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \
  8. SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \
  9. (ARM && ARCH_EBSA110) || ISA || EISA || MCA || PCMCIA
  10. ---help---
  11. If you have a network (Ethernet) chipset belonging to this class,
  12. say Y.
  13. Note that the answer to this question does not directly affect
  14. the kernel: saying N will just case the configurator to skip all
  15. the questions regarding AMD chipsets. If you say Y, you will be asked
  16. for your specific chipset/driver in the following questions.
  17. if NET_VENDOR_AMD
  18. config A2065
  19. tristate "A2065 support"
  20. depends on ZORRO
  21. select CRC32
  22. ---help---
  23. If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise,
  24. say N.
  25. To compile this driver as a module, choose M here: the module
  26. will be called a2065.
  27. config AMD8111_ETH
  28. tristate "AMD 8111 (new PCI LANCE) support"
  29. depends on PCI
  30. select CRC32
  31. select MII
  32. ---help---
  33. If you have an AMD 8111-based PCI LANCE ethernet card,
  34. answer Y here and read 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 amd8111e.
  38. config LANCE
  39. tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
  40. depends on ISA && ISA_DMA_API
  41. ---help---
  42. If you have a network (Ethernet) card of this type, say Y and read
  43. the Ethernet-HOWTO, available from
  44. <http://www.tldp.org/docs.html#howto>. Some LinkSys cards are
  45. of this type.
  46. To compile this driver as a module, choose M here: the module
  47. will be called lance. This is recommended.
  48. config PCNET32
  49. tristate "AMD PCnet32 PCI support"
  50. depends on PCI
  51. select CRC32
  52. select MII
  53. ---help---
  54. If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
  55. answer Y here and read the Ethernet-HOWTO, available from
  56. <http://www.tldp.org/docs.html#howto>.
  57. To compile this driver as a module, choose M here. The module
  58. will be called pcnet32.
  59. config ARIADNE
  60. tristate "Ariadne support"
  61. depends on ZORRO
  62. ---help---
  63. If you have a Village Tronic Ariadne Ethernet adapter, say Y.
  64. Otherwise, say N.
  65. To compile this driver as a module, choose M here: the module
  66. will be called ariadne.
  67. config ARM_AM79C961A
  68. bool "ARM EBSA110 AM79C961A support"
  69. depends on ARM && ARCH_EBSA110
  70. select CRC32
  71. ---help---
  72. If you wish to compile a kernel for the EBSA-110, then you should
  73. always answer Y to this.
  74. config ATARILANCE
  75. tristate "Atari LANCE support"
  76. depends on ATARI
  77. ---help---
  78. Say Y to include support for several Atari Ethernet adapters based
  79. on the AMD LANCE chipset: RieblCard (with or without battery), or
  80. PAMCard VME (also the version by Rhotron, with different addresses).
  81. config DECLANCE
  82. tristate "DEC LANCE ethernet controller support"
  83. depends on MACH_DECSTATION
  84. select CRC32
  85. ---help---
  86. This driver is for the series of Ethernet controllers produced by
  87. DEC (now Compaq) based on the AMD LANCE chipset, including the
  88. DEPCA series. (This chipset is better known via the NE2100 cards.)
  89. config DEPCA
  90. tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support"
  91. depends on (ISA || EISA || MCA)
  92. select CRC32
  93. ---help---
  94. If you have a network (Ethernet) card of this type, say Y and read
  95. the Ethernet-HOWTO, available from
  96. <http://www.tldp.org/docs.html#howto> as well as
  97. <file:drivers/net/depca.c>.
  98. To compile this driver as a module, choose M here. The module
  99. will be called depca.
  100. config HPLANCE
  101. bool "HP on-board LANCE support"
  102. depends on DIO
  103. select CRC32
  104. ---help---
  105. If you want to use the builtin "LANCE" Ethernet controller on an
  106. HP300 machine, say Y here.
  107. config MIPS_AU1X00_ENET
  108. tristate "MIPS AU1000 Ethernet support"
  109. depends on MIPS_ALCHEMY
  110. select PHYLIB
  111. select CRC32
  112. ---help---
  113. If you have an Alchemy Semi AU1X00 based system
  114. say Y. Otherwise, say N.
  115. config MVME147_NET
  116. tristate "MVME147 (LANCE) Ethernet support"
  117. depends on MVME147
  118. select CRC32
  119. ---help---
  120. Support for the on-board Ethernet interface on the Motorola MVME147
  121. single-board computer. Say Y here to include the
  122. driver for this chip in your kernel.
  123. To compile this driver as a module, choose M here.
  124. config PCMCIA_NMCLAN
  125. tristate "New Media PCMCIA support"
  126. depends on PCMCIA
  127. help
  128. Say Y here if you intend to attach a New Media Ethernet or LiveWire
  129. PCMCIA (PC-card) Ethernet card to your computer.
  130. To compile this driver as a module, choose M here: the module will be
  131. called nmclan_cs. If unsure, say N.
  132. config NI65
  133. tristate "NI6510 support"
  134. depends on ISA && ISA_DMA_API
  135. ---help---
  136. If you have a network (Ethernet) card of this type, say Y and read
  137. the Ethernet-HOWTO, available from
  138. <http://www.tldp.org/docs.html#howto>.
  139. To compile this driver as a module, choose M here. The module
  140. will be called ni65.
  141. config SUN3LANCE
  142. tristate "Sun3/Sun3x on-board LANCE support"
  143. depends on (SUN3 || SUN3X)
  144. ---help---
  145. Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
  146. featured an AMD LANCE 10Mbit Ethernet controller on board; say Y
  147. here to compile in the Linux driver for this and enable Ethernet.
  148. General Linux information on the Sun 3 and 3x series (now
  149. discontinued) is at
  150. <http://www.angelfire.com/ca2/tech68k/sun3.html>.
  151. If you're not building a kernel for a Sun 3, say N.
  152. config SUNLANCE
  153. tristate "Sun LANCE support"
  154. depends on SBUS
  155. select CRC32
  156. ---help---
  157. This driver supports the "le" interface present on all 32-bit Sparc
  158. systems, on some older Ultra systems and as an Sbus option. These
  159. cards are based on the AMD LANCE chipset, which is better known
  160. via the NE2100 cards.
  161. To compile this driver as a module, choose M here: the module
  162. will be called sunlance.
  163. endif # NET_VENDOR_AMD