Merge branches 'fixes' and 'ioremap' into for-linus
[deliverable/linux.git] / drivers / net / ethernet / cirrus / Kconfig
CommitLineData
57d0b7a0
JK
1#
2# Cirrus network device configuration
3#
4
5config NET_VENDOR_CIRRUS
6 bool "Cirrus devices"
88f07484 7 default y
e9460a9e 8 depends on ISA || EISA || ARM || MAC
57d0b7a0 9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
57d0b7a0
JK
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
b340a207
JK
19config CS89x0
20 tristate "CS89x0 support"
e9460a9e 21 depends on ISA || EISA || ARM
b340a207
JK
22 ---help---
23 Support for CS89x0 chipset based Ethernet cards. If you have a
138b15ed 24 network (Ethernet) card of this type, say Y and read the file
b340a207
JK
25 <file:Documentation/networking/cs89x0.txt>.
26
27 To compile this driver as a module, choose M here. The module
28 will be called cs89x0.
29
e9460a9e 30config CS89x0_PLATFORM
fc9a5707
AB
31 bool "CS89x0 platform driver support" if HAS_IOPORT_MAP
32 default !HAS_IOPORT_MAP
e9460a9e
JB
33 depends on CS89x0
34 help
35 Say Y to compile the cs89x0 driver as a platform driver. This
36 makes this driver suitable for use on certain evaluation boards
37 such as the iMX21ADS.
38
39 If you are unsure, say N.
b340a207 40
57d0b7a0
JK
41config EP93XX_ETH
42 tristate "EP93xx Ethernet support"
43 depends on ARM && ARCH_EP93XX
44 select MII
45 help
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.
48
0a3360e1
GU
49config MAC89x0
50 tristate "Macintosh CS89x0 based ethernet cards"
51 depends on MAC
52 ---help---
53 Support for CS89x0 chipset based Ethernet cards. If you have a
138b15ed 54 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
0a3360e1
GU
55
56 To compile this driver as a module, choose M here. This module will
57 be called mac89x0.
58
57d0b7a0 59endif # NET_VENDOR_CIRRUS
This page took 0.263219 seconds and 5 git commands to generate.