1#
2# Cirrus network device configuration
3#
4
5config NET_VENDOR_CIRRUS
6	bool "Cirrus devices"
7	default y
8	depends on ISA || EISA || ARM || MAC
9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say Y.
11
12	  Note that the answer to this question doesn't directly affect the
13	  kernel: saying N will just cause the configurator to skip all
14	  the questions about Cirrus cards. If you say Y, you will be asked
15	  for your specific card in the following questions.
16
17if NET_VENDOR_CIRRUS
18
19config CS89x0
20	tristate "CS89x0 support"
21	depends on ISA || EISA || ARM
22	depends on !PPC32
23	---help---
24	  Support for CS89x0 chipset based Ethernet cards. If you have a
25	  network (Ethernet) card of this type, say Y and read the file
26	  <file:Documentation/networking/cs89x0.txt>.
27
28	  To compile this driver as a module, choose M here. The module
29	  will be called cs89x0.
30
31config CS89x0_PLATFORM
32	bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
33	default !HAS_IOPORT_MAP
34	depends on CS89x0
35	help
36	  Say Y to compile the cs89x0 driver as a platform driver. This
37	  makes this driver suitable for use on certain evaluation boards
38	  such as the iMX21ADS.
39
40	  If you are unsure, say N.
41
42config EP93XX_ETH
43	tristate "EP93xx Ethernet support"
44	depends on ARM && ARCH_EP93XX
45	select MII
46	help
47	  This is a driver for the ethernet hardware included in EP93xx CPUs.
48	  Say Y if you are building a kernel for EP93xx based devices.
49
50config MAC89x0
51	tristate "Macintosh CS89x0 based ethernet cards"
52	depends on MAC
53	---help---
54	  Support for CS89x0 chipset based Ethernet cards.  If you have a
55	  Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
56
57	  To compile this driver as a module, choose M here. This module will
58	  be called mac89x0.
59
60endif # NET_VENDOR_CIRRUS
61