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