Skip to content

Commit

Permalink
net: Remove bogus dependencies on INET
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 20, 2012
1 parent 3865fe1 commit ff33c0e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/chelsio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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---
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cisco/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
config NET_VENDOR_CISCO
bool "Cisco 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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/cisco/enic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
config NET_VENDOR_EMULEX
bool "Emulex 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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/benet/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config BE2NET
tristate "ServerEngines' 10Gbps NIC - BladeEngine"
depends on PCI && INET
depends on PCI
---help---
This driver implements the NIC functionality for ServerEngines'
10Gbps network adapter - BladeEngine.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ config IXGB

config IXGBE
tristate "Intel(R) 10GbE PCI Express adapters support"
depends on PCI && INET
depends on PCI
select MDIO
select PTP_1588_CLOCK
---help---
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mellanox/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
config NET_VENDOR_MELLANOX
bool "Mellanox 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
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/neterion/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config S2IO

config VXGE
tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
depends on PCI && INET
depends on PCI
---help---
This driver supports Exar Corp's X3100 Series 10 GbE PCIe
I/O Virtualized Server Adapter.
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sfc/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config SFC
tristate "Solarflare SFC4000/SFC9000-family support"
depends on PCI && INET
depends on PCI
select MDIO
select CRC32
select I2C
Expand Down

0 comments on commit ff33c0e

Please sign in to comment.