1 # SPDX-License-Identifier: GPL-2.0-only
3 # AMD network device configuration
9 depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \
10 SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \
11 (ARM && ARCH_EBSA110) || ISA || EISA || PCMCIA || ARM64
13 If you have a network (Ethernet) chipset belonging to this class,
16 Note that the answer to this question does not directly affect
17 the kernel: saying N will just cause the configurator to skip all
18 the questions regarding AMD chipsets. If you say Y, you will be asked
19 for your specific chipset/driver in the following questions.
24 tristate "A2065 support"
28 If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise,
31 To compile this driver as a module, choose M here: the module
35 tristate "AMD 8111 (new PCI LANCE) support"
40 If you have an AMD 8111-based PCI LANCE ethernet card,
43 To compile this driver as a module, choose M here. The module
44 will be called amd8111e.
47 tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
48 depends on ISA && ISA_DMA_API && !ARM && !PPC32
50 If you have a network (Ethernet) card of this type, say Y here.
51 Some LinkSys cards are of this type.
53 To compile this driver as a module, choose M here: the module
54 will be called lance. This is recommended.
57 tristate "AMD PCnet32 PCI support"
62 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
65 To compile this driver as a module, choose M here. The module
66 will be called pcnet32.
69 tristate "Ariadne support"
72 If you have a Village Tronic Ariadne Ethernet adapter, say Y.
75 To compile this driver as a module, choose M here: the module
76 will be called ariadne.
79 bool "ARM EBSA110 AM79C961A support"
80 depends on ARM && ARCH_EBSA110
83 If you wish to compile a kernel for the EBSA-110, then you should
84 always answer Y to this.
87 tristate "Atari LANCE support"
90 Say Y to include support for several Atari Ethernet adapters based
91 on the AMD LANCE chipset: RieblCard (with or without battery), or
92 PAMCard VME (also the version by Rhotron, with different addresses).
95 tristate "DEC LANCE ethernet controller support"
96 depends on MACH_DECSTATION
99 This driver is for the series of Ethernet controllers produced by
100 DEC (now Compaq) based on the AMD LANCE chipset, including the
101 DEPCA series. (This chipset is better known via the NE2100 cards.)
104 tristate "HP on-board LANCE support"
108 If you want to use the builtin "LANCE" Ethernet controller on an
109 HP300 machine, say Y here.
111 config MIPS_AU1X00_ENET
112 tristate "MIPS AU1000 Ethernet support"
113 depends on MIPS_ALCHEMY
117 If you have an Alchemy Semi AU1X00 based system
118 say Y. Otherwise, say N.
121 tristate "MVME147 (LANCE) Ethernet support"
125 Support for the on-board Ethernet interface on the Motorola MVME147
126 single-board computer. Say Y here to include the
127 driver for this chip in your kernel.
128 To compile this driver as a module, choose M here.
131 tristate "New Media PCMCIA support"
134 Say Y here if you intend to attach a New Media Ethernet or LiveWire
135 PCMCIA (PC-card) Ethernet card to your computer.
137 To compile this driver as a module, choose M here: the module will be
138 called nmclan_cs. If unsure, say N.
141 tristate "NI6510 support"
142 depends on ISA && ISA_DMA_API && !ARM && !PPC32
144 If you have a network (Ethernet) card of this type, say Y here.
146 To compile this driver as a module, choose M here. The module
150 tristate "Sun3/Sun3x on-board LANCE support"
151 depends on (SUN3 || SUN3X)
153 Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
154 featured an AMD LANCE 10Mbit Ethernet controller on board; say Y
155 here to compile in the Linux driver for this and enable Ethernet.
156 General Linux information on the Sun 3 and 3x series (now
158 <http://www.angelfire.com/ca2/tech68k/sun3.html>.
160 If you're not building a kernel for a Sun 3, say N.
163 tristate "Sun LANCE support"
167 This driver supports the "le" interface present on all 32-bit Sparc
168 systems, on some older Ultra systems and as an Sbus option. These
169 cards are based on the AMD LANCE chipset, which is better known
170 via the NE2100 cards.
172 To compile this driver as a module, choose M here: the module
173 will be called sunlance.
176 tristate "AMD 10GbE Ethernet driver"
177 depends on ((OF_NET && OF_ADDRESS) || ACPI || PCI) && HAS_IOMEM
178 depends on X86 || ARM64 || COMPILE_TEST
182 select AMD_XGBE_HAVE_ECC if X86
185 This driver supports the AMD 10GbE Ethernet device found on an
188 To compile this driver as a module, choose M here: the module
189 will be called amd-xgbe.
192 bool "Data Center Bridging (DCB) support"
194 depends on AMD_XGBE && DCB
196 Say Y here to enable Data Center Bridging (DCB) support in the
201 config AMD_XGBE_HAVE_ECC
205 endif # NET_VENDOR_AMD