summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings2012-11-16 13:47:39 +0100
committerDavid S. Miller2012-11-20 01:13:59 +0100
commitff33c0e1885cda44dd14c79f70df4706f83582a0 (patch)
treee5ff377bfd8136e86fb32cd7fd460260d52df48e /drivers/net/ethernet/chelsio/Kconfig
parentehea: Remove remnants of LRO support (diff)
downloadkernel-qcow2-linux-ff33c0e1885cda44dd14c79f70df4706f83582a0.tar.gz
kernel-qcow2-linux-ff33c0e1885cda44dd14c79f70df4706f83582a0.tar.xz
kernel-qcow2-linux-ff33c0e1885cda44dd14c79f70df4706f83582a0.zip
net: Remove bogus dependencies on INET
Various drivers depend on INET because they used to select INET_LRO, but they have all been converted to use GRO which has no such dependency. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/Kconfig')
-rw-r--r--drivers/net/ethernet/chelsio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig
index 2de50f95798f..a71c0f317a93 100644
--- a/drivers/net/ethernet/chelsio/Kconfig
+++ b/drivers/net/ethernet/chelsio/Kconfig
@@ -5,7 +5,7 @@
config NET_VENDOR_CHELSIO
bool "Chelsio devices"
default y
- depends on PCI || INET
+ depends on PCI
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
@@ -48,7 +48,7 @@ config CHELSIO_T1_1G
config CHELSIO_T3
tristate "Chelsio Communications T3 10Gb Ethernet support"
- depends on PCI && INET
+ depends on PCI
select FW_LOADER
select MDIO
---help---