1# 2# Marvell device configuration 3# 4 5config NET_VENDOR_MARVELL 6 bool "Marvell devices" 7 default y 8 depends on PCI || CPU_PXA168 || MV64X60 || PPC32 || PLAT_ORION || INET || COMPILE_TEST 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 Marvell devices. If you say Y, you will be 15 asked for your specific card in the following questions. 16 17if NET_VENDOR_MARVELL 18 19config MV643XX_ETH 20 tristate "Marvell Discovery (643XX) and Orion ethernet support" 21 depends on (MV64X60 || PPC32 || PLAT_ORION || COMPILE_TEST) && INET 22 depends on HAS_DMA 23 select PHYLIB 24 select MVMDIO 25 ---help--- 26 This driver supports the gigabit ethernet MACs in the 27 Marvell Discovery PPC/MIPS chipset family (MV643XX) and 28 in the Marvell Orion ARM SoC family. 29 30 Some boards that use the Discovery chipset are the Momenco 31 Ocelot C and Jaguar ATX and Pegasos II. 32 33config MVMDIO 34 tristate "Marvell MDIO interface support" 35 depends on HAS_IOMEM 36 select PHYLIB 37 ---help--- 38 This driver supports the MDIO interface found in the network 39 interface units of the Marvell EBU SoCs (Kirkwood, Orion5x, 40 Dove, Armada 370 and Armada XP). 41 42 This driver is used by the MV643XX_ETH and MVNETA drivers. 43 44config MVNETA_BM_ENABLE 45 tristate "Marvell Armada 38x/XP network interface BM support" 46 depends on MVNETA 47 depends on !64BIT 48 ---help--- 49 This driver supports auxiliary block of the network 50 interface units in the Marvell ARMADA XP and ARMADA 38x SoC 51 family, which is called buffer manager. 52 53 This driver, when enabled, strictly cooperates with mvneta 54 driver and is common for all network ports of the devices, 55 even for Armada 370 SoC, which doesn't support hardware 56 buffer management. 57 58config MVNETA 59 tristate "Marvell Armada 370/38x/XP/37xx network interface support" 60 depends on ARCH_MVEBU || COMPILE_TEST 61 depends on HAS_DMA 62 select MVMDIO 63 select PHYLINK 64 ---help--- 65 This driver supports the network interface units in the 66 Marvell ARMADA XP, ARMADA 370, ARMADA 38x and 67 ARMADA 37xx SoC family. 68 69 Note that this driver is distinct from the mv643xx_eth 70 driver, which should be used for the older Marvell SoCs 71 (Dove, Orion, Discovery, Kirkwood). 72 73config MVNETA_BM 74 tristate 75 depends on !64BIT 76 default y if MVNETA=y && MVNETA_BM_ENABLE!=n 77 default MVNETA_BM_ENABLE 78 select HWBM 79 select GENERIC_ALLOCATOR 80 help 81 MVNETA_BM must not be 'm' if MVNETA=y, so this symbol ensures 82 that all dependencies are met. 83 84config MVPP2 85 tristate "Marvell Armada 375/7K/8K network interface support" 86 depends on ARCH_MVEBU || COMPILE_TEST 87 depends on HAS_DMA 88 select MVMDIO 89 select PHYLINK 90 ---help--- 91 This driver supports the network interface units in the 92 Marvell ARMADA 375, 7K and 8K SoCs. 93 94config PXA168_ETH 95 tristate "Marvell pxa168 ethernet support" 96 depends on HAS_IOMEM && HAS_DMA 97 depends on CPU_PXA168 || ARCH_BERLIN || COMPILE_TEST 98 select PHYLIB 99 ---help--- 100 This driver supports the pxa168 Ethernet ports. 101 102 To compile this driver as a module, choose M here. The module 103 will be called pxa168_eth. 104 105config SKGE 106 tristate "Marvell Yukon Gigabit Ethernet support" 107 depends on PCI 108 select CRC32 109 ---help--- 110 This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx 111 and related Gigabit Ethernet adapters. It is a new smaller driver 112 with better performance and more complete ethtool support. 113 114 It does not support the link failover and network management 115 features that "portable" vendor supplied sk98lin driver does. 116 117 This driver supports adapters based on the original Yukon chipset: 118 Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T, 119 Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872. 120 121 It does not support the newer Yukon2 chipset: a separate driver, 122 sky2, is provided for these adapters. 123 124 To compile this driver as a module, choose M here: the module 125 will be called skge. This is recommended. 126 127config SKGE_DEBUG 128 bool "Debugging interface" 129 depends on SKGE && DEBUG_FS 130 ---help--- 131 This option adds the ability to dump driver state for debugging. 132 The file /sys/kernel/debug/skge/ethX displays the state of the internal 133 transmit and receive rings. 134 135 If unsure, say N. 136 137config SKGE_GENESIS 138 bool "Support for older SysKonnect Genesis boards" 139 depends on SKGE 140 ---help--- 141 This enables support for the older and uncommon SysKonnect Genesis 142 chips, which support MII via an external transceiver, instead of 143 an internal one. Disabling this option will save some memory 144 by making code smaller. If unsure say Y. 145 146config SKY2 147 tristate "Marvell Yukon 2 support" 148 depends on PCI 149 select CRC32 150 ---help--- 151 This driver supports Gigabit Ethernet adapters based on the 152 Marvell Yukon 2 chipset: 153 Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 154 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21 155 156 There is companion driver for the older Marvell Yukon and 157 SysKonnect Genesis based adapters: skge. 158 159 To compile this driver as a module, choose M here: the module 160 will be called sky2. This is recommended. 161 162config SKY2_DEBUG 163 bool "Debugging interface" 164 depends on SKY2 && DEBUG_FS 165 ---help--- 166 This option adds the ability to dump driver state for debugging. 167 The file /sys/kernel/debug/sky2/ethX displays the state of the internal 168 transmit and receive rings. 169 170 If unsure, say N. 171 172endif # NET_VENDOR_MARVELL 173