diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-11-16 07:47:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-19 19:13:59 -0500 |
commit | ff33c0e1885cda44dd14c79f70df4706f83582a0 (patch) | |
tree | e5ff377bfd8136e86fb32cd7fd460260d52df48e /drivers/net/ethernet/mellanox/Kconfig | |
parent | 3865fe169adfe4d5421db4b62d87c41d48845c18 (diff) |
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/mellanox/Kconfig')
-rw-r--r-- | drivers/net/ethernet/mellanox/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/mellanox/Kconfig index d8099a7903d3..bcdbc14aeff0 100644 --- a/drivers/net/ethernet/mellanox/Kconfig +++ b/drivers/net/ethernet/mellanox/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | config NET_VENDOR_MELLANOX | 5 | config NET_VENDOR_MELLANOX |
6 | bool "Mellanox devices" | 6 | bool "Mellanox devices" |
7 | default y | 7 | default y |
8 | depends on PCI && INET | 8 | depends on PCI |
9 | ---help--- | 9 | ---help--- |
10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |