Kconfig 5.8 KB

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