Add linux-next specific files for 20110831
[linux-2.6/next.git] / drivers / net / ethernet / amd / Kconfig
blob8af1c934dbd58b375cbef687dbd494e335f1da75
2 # AMD network device configuration
5 config 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 || MCA || PCMCIA
11         ---help---
12           If you have a network (Ethernet) chipset belonging to this class,
13           say Y.
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.
20 if NET_VENDOR_AMD
22 config 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.
30           To compile this driver as a module, choose M here: the module
31           will be called a2065.
33 config 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>.
43           To compile this driver as a module, choose M here. The module
44           will be called amd8111e.
46 config LANCE
47         tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
48         depends on ISA && ISA_DMA_API
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.
55           To compile this driver as a module, choose M here: the module
56           will be called lance.  This is recommended.
58 config 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>.
68           To compile this driver as a module, choose M here. The module
69           will be called pcnet32.
71 config 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.
78           To compile this driver as a module, choose M here: the module
79           will be called ariadne.
81 config 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.
89 config 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).
97 config 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.)
106 config DEPCA
107         tristate "DEPCA, DE10x, DE200, DE201, DE202, DE422 support"
108         depends on (ISA || EISA || MCA)
109         select CRC32
110         ---help---
111           If you have a network (Ethernet) card of this type, say Y and read
112           the Ethernet-HOWTO, available from
113           <http://www.tldp.org/docs.html#howto> as well as
114           <file:drivers/net/depca.c>.
116           To compile this driver as a module, choose M here. The module
117           will be called depca.
119 config HPLANCE
120         bool "HP on-board LANCE support"
121         depends on DIO
122         select CRC32
123         ---help---
124           If you want to use the builtin "LANCE" Ethernet controller on an
125           HP300 machine, say Y here.
127 config MIPS_AU1X00_ENET
128         tristate "MIPS AU1000 Ethernet support"
129         depends on MIPS_ALCHEMY
130         select PHYLIB
131         select CRC32
132         ---help---
133           If you have an Alchemy Semi AU1X00 based system
134           say Y.  Otherwise, say N.
136 config MVME147_NET
137         tristate "MVME147 (LANCE) Ethernet support"
138         depends on MVME147
139         select CRC32
140         ---help---
141           Support for the on-board Ethernet interface on the Motorola MVME147
142           single-board computer.  Say Y here to include the
143           driver for this chip in your kernel.
144           To compile this driver as a module, choose M here.
146 config PCMCIA_NMCLAN
147         tristate "New Media PCMCIA support"
148         depends on PCMCIA
149         help
150           Say Y here if you intend to attach a New Media Ethernet or LiveWire
151           PCMCIA (PC-card) Ethernet card to your computer.
153           To compile this driver as a module, choose M here: the module will be
154           called nmclan_cs.  If unsure, say N.
156 config NI65
157         tristate "NI6510 support"
158         depends on ISA && ISA_DMA_API
159         ---help---
160           If you have a network (Ethernet) card of this type, say Y and read
161           the Ethernet-HOWTO, available from
162           <http://www.tldp.org/docs.html#howto>.
164           To compile this driver as a module, choose M here. The module
165           will be called ni65.
167 config SUN3LANCE
168         tristate "Sun3/Sun3x on-board LANCE support"
169         depends on (SUN3 || SUN3X)
170         ---help---
171           Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
172           featured an AMD LANCE 10Mbit Ethernet controller on board; say Y
173           here to compile in the Linux driver for this and enable Ethernet.
174           General Linux information on the Sun 3 and 3x series (now
175           discontinued) is at
176           <http://www.angelfire.com/ca2/tech68k/sun3.html>.
178           If you're not building a kernel for a Sun 3, say N.
180 config SUNLANCE
181         tristate "Sun LANCE support"
182         depends on SBUS
183         select CRC32
184         ---help---
185           This driver supports the "le" interface present on all 32-bit Sparc
186           systems, on some older Ultra systems and as an Sbus option.  These
187           cards are based on the AMD LANCE chipset, which is better known
188           via the NE2100 cards.
190           To compile this driver as a module, choose M here: the module
191           will be called sunlance.
193 endif # NET_VENDOR_AMD