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>
This commit is contained in:
Ben Hutchings
2012-11-16 12:47:39 +00:00
committed by David S. Miller
parent 3865fe169a
commit ff33c0e188
9 changed files with 10 additions and 10 deletions

View File

@@ -4,6 +4,6 @@
config ENIC
tristate "Cisco VIC Ethernet NIC Support"
depends on PCI && INET
depends on PCI
---help---
This enables the support for the Cisco VIC Ethernet card.