2 # AMD network device configuration
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
12 If you have a network (Ethernet) chipset belonging to this class,
15 Note that the answer to this question does not directly affect
16 the kernel: saying N will just case the configurator to skip all
17 the questions regarding AMD chipsets. If you say Y, you will be asked
18 for your specific chipset/driver in the following questions.
23 tristate "A2065 support"
27 If you have a Commodore A2065 Ethernet adapter, say Y. Otherwise,
30 To compile this driver as a module, choose M here: the module
34 tristate "AMD 8111 (new PCI LANCE) support"
39 If you have an AMD 8111-based PCI LANCE ethernet card,
42 To compile this driver as a module, choose M here. The module
43 will be called amd8111e.
46 tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
47 depends on ISA && ISA_DMA_API && !ARM
49 If you have a network (Ethernet) card of this type, say Y here.
50 Some LinkSys cards are of this type.
52 To compile this driver as a module, choose M here: the module
53 will be called lance. This is recommended.
56 tristate "AMD PCnet32 PCI support"
61 If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
64 To compile this driver as a module, choose M here. The module
65 will be called pcnet32.
68 tristate "Ariadne support"
71 If you have a Village Tronic Ariadne Ethernet adapter, say Y.
74 To compile this driver as a module, choose M here: the module
75 will be called ariadne.
78 bool "ARM EBSA110 AM79C961A support"
79 depends on ARM && ARCH_EBSA110
82 If you wish to compile a kernel for the EBSA-110, then you should
83 always answer Y to this.
86 tristate "Atari LANCE support"
89 Say Y to include support for several Atari Ethernet adapters based
90 on the AMD LANCE chipset: RieblCard (with or without battery), or
91 PAMCard VME (also the version by Rhotron, with different addresses).
94 tristate "DEC LANCE ethernet controller support"
95 depends on MACH_DECSTATION
98 This driver is for the series of Ethernet controllers produced by
99 DEC (now Compaq) based on the AMD LANCE chipset, including the
100 DEPCA series. (This chipset is better known via the NE2100 cards.)
103 tristate "HP on-board LANCE support"
107 If you want to use the builtin "LANCE" Ethernet controller on an
108 HP300 machine, say Y here.
110 config MIPS_AU1X00_ENET
111 tristate "MIPS AU1000 Ethernet support"
112 depends on MIPS_ALCHEMY
116 If you have an Alchemy Semi AU1X00 based system
117 say Y. Otherwise, say N.
120 tristate "MVME147 (LANCE) Ethernet support"
124 Support for the on-board Ethernet interface on the Motorola MVME147
125 single-board computer. Say Y here to include the
126 driver for this chip in your kernel.
127 To compile this driver as a module, choose M here.
130 tristate "New Media PCMCIA support"
133 Say Y here if you intend to attach a New Media Ethernet or LiveWire
134 PCMCIA (PC-card) Ethernet card to your computer.
136 To compile this driver as a module, choose M here: the module will be
137 called nmclan_cs. If unsure, say N.
140 tristate "NI6510 support"
141 depends on ISA && ISA_DMA_API && !ARM
143 If you have a network (Ethernet) card of this type, say Y here.
145 To compile this driver as a module, choose M here. The module
149 tristate "Sun3/Sun3x on-board LANCE support"
150 depends on (SUN3 || SUN3X)
152 Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
153 featured an AMD LANCE 10Mbit Ethernet controller on board; say Y
154 here to compile in the Linux driver for this and enable Ethernet.
155 General Linux information on the Sun 3 and 3x series (now
157 <http://www.angelfire.com/ca2/tech68k/sun3.html>.
159 If you're not building a kernel for a Sun 3, say N.
162 tristate "Sun LANCE support"
166 This driver supports the "le" interface present on all 32-bit Sparc
167 systems, on some older Ultra systems and as an Sbus option. These
168 cards are based on the AMD LANCE chipset, which is better known
169 via the NE2100 cards.
171 To compile this driver as a module, choose M here: the module
172 will be called sunlance.
175 tristate "AMD 10GbE Ethernet driver"
176 depends on ((OF_NET && OF_ADDRESS) || ACPI) && HAS_IOMEM && HAS_DMA
177 depends on ARM64 || COMPILE_TEST
180 select PTP_1588_CLOCK
182 This driver supports the AMD 10GbE Ethernet device found on an
185 To compile this driver as a module, choose M here: the module
186 will be called amd-xgbe.
189 bool "Data Center Bridging (DCB) support"
191 depends on AMD_XGBE && DCB
193 Say Y here to enable Data Center Bridging (DCB) support in the
198 endif # NET_VENDOR_AMD