aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pasemi/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-02-15 21:25:11 +0000
committerDavid S. Miller <davem@davemloft.net>2016-02-17 16:15:45 -0500
commita4f9cdb2b44d2dceede4eaad00c6b11206af0fea (patch)
tree210eb024a7ff28b2b1d87bfa44cb9384ee80bd1a /drivers/net/ethernet/pasemi/Kconfig
parentaf_llc: fix types on llc_ui_wait_for_conn (diff)
downloadlinux-dev-a4f9cdb2b44d2dceede4eaad00c6b11206af0fea.tar.xz
linux-dev-a4f9cdb2b44d2dceede4eaad00c6b11206af0fea.zip
pasemi_mac: Replace LRO with GRO
GRO is simpler to use than the old inet_lro library, and is compatible with forwarding and bridging configurations. Compile-tested only. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/pasemi/Kconfig')
-rw-r--r--drivers/net/ethernet/pasemi/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/ethernet/pasemi/Kconfig b/drivers/net/ethernet/pasemi/Kconfig
index db19c6f49859..7c92e8306c19 100644
--- a/drivers/net/ethernet/pasemi/Kconfig
+++ b/drivers/net/ethernet/pasemi/Kconfig
@@ -5,7 +5,7 @@
config NET_VENDOR_PASEMI
bool "PA Semi devices"
default y
- depends on PPC_PASEMI && PCI && INET
+ depends on PPC_PASEMI && PCI
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
@@ -18,9 +18,8 @@ if NET_VENDOR_PASEMI
config PASEMI_MAC
tristate "PA Semi 1/10Gbit MAC"
- depends on PPC_PASEMI && PCI && INET
+ depends on PPC_PASEMI && PCI
select PHYLIB
- select INET_LRO
---help---
This driver supports the on-chip 1/10Gbit Ethernet controller on
PA Semi's PWRficient line of chips.