Kconfig 5.8 KB

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