diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-04-11 19:20:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-12 15:03:51 -0400 |
commit | 3619eb8541a6548f6e27b75aaa96cd53c4d9f3ef (patch) | |
tree | 90a7821470cbbefd5f1e493d0682c8a5660ad266 /drivers/net/ethernet/marvell/Kconfig | |
parent | 6706c82e39a984a02696e816cbcc8b82a21b3f67 (diff) |
net: mv643xx_eth: remove deprecated inet_lro support
With recent support for GRO, there is no need to keep both LRO and
GRO. This patch therefore removes the deprecated inet_lro support
from mv643xx_eth. This is work is based on an experimental patch
provided by Eric Dumazet and Willy Tarreau.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Based-on-patch-by: Eric Dumazet <eric.dumazet@gmail.com>
Based-on-patch-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/Kconfig')
-rw-r--r-- | drivers/net/ethernet/marvell/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index 5170ecb00acc..0051f0ef3cd0 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig | |||
@@ -21,7 +21,6 @@ if NET_VENDOR_MARVELL | |||
21 | config MV643XX_ETH | 21 | config MV643XX_ETH |
22 | tristate "Marvell Discovery (643XX) and Orion ethernet support" | 22 | tristate "Marvell Discovery (643XX) and Orion ethernet support" |
23 | depends on (MV64X60 || PPC32 || PLAT_ORION) && INET | 23 | depends on (MV64X60 || PPC32 || PLAT_ORION) && INET |
24 | select INET_LRO | ||
25 | select PHYLIB | 24 | select PHYLIB |
26 | select MVMDIO | 25 | select MVMDIO |
27 | ---help--- | 26 | ---help--- |