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

@ -5,7 +5,7 @@
config NET_VENDOR_CHELSIO config NET_VENDOR_CHELSIO
bool "Chelsio devices" bool "Chelsio devices"
default y default y
depends on PCI || INET depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from and read the Ethernet-HOWTO, available from
@ -48,7 +48,7 @@ config CHELSIO_T1_1G
config CHELSIO_T3 config CHELSIO_T3
tristate "Chelsio Communications T3 10Gb Ethernet support" tristate "Chelsio Communications T3 10Gb Ethernet support"
depends on PCI && INET depends on PCI
select FW_LOADER select FW_LOADER
select MDIO select MDIO
---help--- ---help---

View File

@ -5,7 +5,7 @@
config NET_VENDOR_CISCO config NET_VENDOR_CISCO
bool "Cisco devices" bool "Cisco devices"
default y default y
depends on PCI && INET depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from and read the Ethernet-HOWTO, available from

View File

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

View File

@ -5,7 +5,7 @@
config NET_VENDOR_EMULEX config NET_VENDOR_EMULEX
bool "Emulex devices" bool "Emulex devices"
default y default y
depends on PCI && INET depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from and read the Ethernet-HOWTO, available from

View File

@ -1,6 +1,6 @@
config BE2NET config BE2NET
tristate "ServerEngines' 10Gbps NIC - BladeEngine" tristate "ServerEngines' 10Gbps NIC - BladeEngine"
depends on PCI && INET depends on PCI
---help--- ---help---
This driver implements the NIC functionality for ServerEngines' This driver implements the NIC functionality for ServerEngines'
10Gbps network adapter - BladeEngine. 10Gbps network adapter - BladeEngine.

View File

@ -166,7 +166,7 @@ config IXGB
config IXGBE config IXGBE
tristate "Intel(R) 10GbE PCI Express adapters support" tristate "Intel(R) 10GbE PCI Express adapters support"
depends on PCI && INET depends on PCI
select MDIO select MDIO
select PTP_1588_CLOCK select PTP_1588_CLOCK
---help--- ---help---

View File

@ -5,7 +5,7 @@
config NET_VENDOR_MELLANOX config NET_VENDOR_MELLANOX
bool "Mellanox devices" bool "Mellanox devices"
default y default y
depends on PCI && INET depends on PCI
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from and read the Ethernet-HOWTO, available from

View File

@ -32,7 +32,7 @@ config S2IO
config VXGE config VXGE
tristate "Exar X3100 Series 10GbE PCIe Server Adapter" tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
depends on PCI && INET depends on PCI
---help--- ---help---
This driver supports Exar Corp's X3100 Series 10 GbE PCIe This driver supports Exar Corp's X3100 Series 10 GbE PCIe
I/O Virtualized Server Adapter. I/O Virtualized Server Adapter.

View File

@ -1,6 +1,6 @@
config SFC config SFC
tristate "Solarflare SFC4000/SFC9000-family support" tristate "Solarflare SFC4000/SFC9000-family support"
depends on PCI && INET depends on PCI
select MDIO select MDIO
select CRC32 select CRC32
select I2C select I2C