diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2009-02-24 15:41:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-24 23:17:21 -0800 |
commit | ab307a3983a7fa28f260f3123293c7b91d5d629e (patch) | |
tree | 7c9e21b65d00d32e60f1cf231a60185c4516f95e /drivers/net/Kconfig | |
parent | 97daee83b0fd2361cc70be6f3d6ecda69def2103 (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/Kconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7159a39aa2b..45403e67e35 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2301,6 +2301,7 @@ config UGETH_TX_ON_DEMAND config MV643XX_ETH tristate "Marvell Discovery (643XX) and Orion ethernet support" depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION + select INET_LRO select PHYLIB help This driver supports the gigabit ethernet MACs in the @@ -2310,16 +2311,6 @@ config MV643XX_ETH Some boards that use the Discovery chipset are the Momenco Ocelot C and Jaguar ATX and Pegasos II. -config MV643XX_ETH_LRO - tristate "Marvell 643XX ethernet driver LRO support" - depends on MV643XX_ETH - select INET_LRO - help - Say y here if you want to use Large Receive Offload for the - mv643xx_eth driver. - - If in doubt, say N. - config QLA3XXX tristate "QLogic QLA3XXX Network Driver Support" depends on PCI |