Kconfig 5.7 KB

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