aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2009-02-24 10:41:32 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-25 02:17:21 -0500
commitab307a3983a7fa28f260f3123293c7b91d5d629e (patch)
tree7c9e21b65d00d32e60f1cf231a60185c4516f95e /drivers/net/Kconfig
parent97daee83b0fd2361cc70be6f3d6ecda69def2103 (diff)
mv643xx_eth: make LRO unconditional
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7159a39aa2b9..45403e67e351 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2301,6 +2301,7 @@ config UGETH_TX_ON_DEMAND
2301config MV643XX_ETH 2301config MV643XX_ETH
2302 tristate "Marvell Discovery (643XX) and Orion ethernet support" 2302 tristate "Marvell Discovery (643XX) and Orion ethernet support"
2303 depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION 2303 depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION
2304 select INET_LRO
2304 select PHYLIB 2305 select PHYLIB
2305 help 2306 help
2306 This driver supports the gigabit ethernet MACs in the 2307 This driver supports the gigabit ethernet MACs in the
@@ -2310,16 +2311,6 @@ config MV643XX_ETH
2310 Some boards that use the Discovery chipset are the Momenco 2311 Some boards that use the Discovery chipset are the Momenco
2311 Ocelot C and Jaguar ATX and Pegasos II. 2312 Ocelot C and Jaguar ATX and Pegasos II.
2312 2313
2313config MV643XX_ETH_LRO
2314 tristate "Marvell 643XX ethernet driver LRO support"
2315 depends on MV643XX_ETH
2316 select INET_LRO
2317 help
2318 Say y here if you want to use Large Receive Offload for the
2319 mv643xx_eth driver.
2320
2321 If in doubt, say N.
2322
2323config QLA3XXX 2314config QLA3XXX
2324 tristate "QLogic QLA3XXX Network Driver Support" 2315 tristate "QLogic QLA3XXX Network Driver Support"
2325 depends on PCI 2316 depends on PCI