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