]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/net/ethernet/marvell/Kconfig
ipv6: fix the check when handle RA
[mirror_ubuntu-artful-kernel.git] / drivers / net / ethernet / marvell / Kconfig
CommitLineData
527a6266
JK
1#
2# Marvell device configuration
3#
4
5config NET_VENDOR_MARVELL
6 bool "Marvell devices"
88f07484 7 default y
527a6266
JK
8 depends on PCI || CPU_PXA168 || MV64X60 || PPC32 || PLAT_ORION || INET
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about Marvell devices. If you say Y, you will be
17 asked for your specific card in the following questions.
18
19if NET_VENDOR_MARVELL
20
21config MV643XX_ETH
22 tristate "Marvell Discovery (643XX) and Orion ethernet support"
23 depends on (MV64X60 || PPC32 || PLAT_ORION) && INET
527a6266 24 select PHYLIB
c3a07134 25 select MVMDIO
527a6266
JK
26 ---help---
27 This driver supports the gigabit ethernet MACs in the
28 Marvell Discovery PPC/MIPS chipset family (MV643XX) and
29 in the Marvell Orion ARM SoC family.
30
31 Some boards that use the Discovery chipset are the Momenco
32 Ocelot C and Jaguar ATX and Pegasos II.
33
fc8f5ade
TP
34config MVMDIO
35 tristate "Marvell MDIO interface support"
af1f2d78 36 depends on HAS_IOMEM
2e0cbf2c 37 select PHYLIB
fc8f5ade
TP
38 ---help---
39 This driver supports the MDIO interface found in the network
40 interface units of the Marvell EBU SoCs (Kirkwood, Orion5x,
41 Dove, Armada 370 and Armada XP).
42
c3a07134 43 This driver is used by the MV643XX_ETH and MVNETA drivers.
fc8f5ade 44
c5aff182 45config MVNETA
4b636b53
TP
46 tristate "Marvell Armada 370/38x/XP network interface support"
47 depends on PLAT_ORION
c5aff182
TP
48 select MVMDIO
49 ---help---
50 This driver supports the network interface units in the
4b636b53 51 Marvell ARMADA XP, ARMADA 370 and ARMADA 38x SoC family.
c5aff182
TP
52
53 Note that this driver is distinct from the mv643xx_eth
54 driver, which should be used for the older Marvell SoCs
55 (Dove, Orion, Discovery, Kirkwood).
56
527a6266
JK
57config PXA168_ETH
58 tristate "Marvell pxa168 ethernet support"
59 depends on CPU_PXA168
60 select PHYLIB
61 ---help---
62 This driver supports the pxa168 Ethernet ports.
63
64 To compile this driver as a module, choose M here. The module
65 will be called pxa168_eth.
66
67config SKGE
68 tristate "Marvell Yukon Gigabit Ethernet support"
69 depends on PCI
70 select CRC32
71 ---help---
72 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
73 and related Gigabit Ethernet adapters. It is a new smaller driver
74 with better performance and more complete ethtool support.
75
76 It does not support the link failover and network management
77 features that "portable" vendor supplied sk98lin driver does.
78
79 This driver supports adapters based on the original Yukon chipset:
80 Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
81 Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
82
83 It does not support the newer Yukon2 chipset: a separate driver,
84 sky2, is provided for these adapters.
85
86 To compile this driver as a module, choose M here: the module
87 will be called skge. This is recommended.
88
89config SKGE_DEBUG
90 bool "Debugging interface"
91 depends on SKGE && DEBUG_FS
92 ---help---
93 This option adds the ability to dump driver state for debugging.
94 The file /sys/kernel/debug/skge/ethX displays the state of the internal
95 transmit and receive rings.
96
97 If unsure, say N.
98
99config SKGE_GENESIS
100 bool "Support for older SysKonnect Genesis boards"
101 depends on SKGE
102 ---help---
103 This enables support for the older and uncommon SysKonnect Genesis
104 chips, which support MII via an external transceiver, instead of
105 an internal one. Disabling this option will save some memory
106 by making code smaller. If unsure say Y.
107
108config SKY2
109 tristate "Marvell Yukon 2 support"
110 depends on PCI
111 select CRC32
112 ---help---
113 This driver supports Gigabit Ethernet adapters based on the
114 Marvell Yukon 2 chipset:
115 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
116 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
117
118 There is companion driver for the older Marvell Yukon and
119 SysKonnect Genesis based adapters: skge.
120
121 To compile this driver as a module, choose M here: the module
122 will be called sky2. This is recommended.
123
124config SKY2_DEBUG
125 bool "Debugging interface"
126 depends on SKY2 && DEBUG_FS
127 ---help---
128 This option adds the ability to dump driver state for debugging.
129 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
130 transmit and receive rings.
131
132 If unsure, say N.
133
134endif # NET_VENDOR_MARVELL