2 # Cirrus network device configuration
5 config NET_VENDOR_CIRRUS
8 depends on ISA || EISA || ARM || MAC
10 If you have a network (Ethernet) card belonging to this class, say Y.
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.
20 tristate "CS89x0 support"
21 depends on ISA || EISA || ARM
23 Support for CS89x0 chipset based Ethernet cards. If you have a
24 network (Ethernet) card of this type, say Y and read the file
25 <file:Documentation/networking/cs89x0.txt>.
27 To compile this driver as a module, choose M here. The module
28 will be called cs89x0.
30 config CS89x0_PLATFORM
31 bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
32 default !HAS_IOPORT_MAP
35 Say Y to compile the cs89x0 driver as a platform driver. This
36 makes this driver suitable for use on certain evaluation boards
39 If you are unsure, say N.
42 tristate "EP93xx Ethernet support"
43 depends on ARM && ARCH_EP93XX
46 This is a driver for the ethernet hardware included in EP93xx CPUs.
47 Say Y if you are building a kernel for EP93xx based devices.
50 tristate "Macintosh CS89x0 based ethernet cards"
53 Support for CS89x0 chipset based Ethernet cards. If you have a
54 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
56 To compile this driver as a module, choose M here. This module will
59 endif # NET_VENDOR_CIRRUS