aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/cirrus/Kconfig')
-rw-r--r--drivers/net/ethernet/cirrus/Kconfig22
1 files changed, 21 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cirrus/Kconfig b/drivers/net/ethernet/cirrus/Kconfig
index e9386ef524aa..6cbb81ccc02e 100644
--- a/drivers/net/ethernet/cirrus/Kconfig
+++ b/drivers/net/ethernet/cirrus/Kconfig
@@ -5,7 +5,8 @@
5config NET_VENDOR_CIRRUS 5config NET_VENDOR_CIRRUS
6 bool "Cirrus devices" 6 bool "Cirrus devices"
7 default y 7 default y
8 depends on ARM && ARCH_EP93XX 8 depends on ISA || EISA || MACH_IXDP2351 || ARCH_IXDP2X01 \
9 || MACH_MX31ADS || MACH_QQ2440 || (ARM && ARCH_EP93XX)
9 ---help--- 10 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y 11 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from 12 and read the Ethernet-HOWTO, available from
@@ -18,6 +19,25 @@ config NET_VENDOR_CIRRUS
18 19
19if NET_VENDOR_CIRRUS 20if NET_VENDOR_CIRRUS
20 21
22config CS89x0
23 tristate "CS89x0 support"
24 depends on (ISA || EISA || MACH_IXDP2351 \
25 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440)
26 ---help---
27 Support for CS89x0 chipset based Ethernet cards. If you have a
28 network (Ethernet) card of this type, say Y and read the
29 Ethernet-HOWTO, available from
30 <http://www.tldp.org/docs.html#howto> as well as
31 <file:Documentation/networking/cs89x0.txt>.
32
33 To compile this driver as a module, choose M here. The module
34 will be called cs89x0.
35
36config CS89x0_NONISA_IRQ
37 def_bool y
38 depends on CS89x0 != n
39 depends on MACH_IXDP2351 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440
40
21config EP93XX_ETH 41config EP93XX_ETH
22 tristate "EP93xx Ethernet support" 42 tristate "EP93xx Ethernet support"
23 depends on ARM && ARCH_EP93XX 43 depends on ARM && ARCH_EP93XX