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