aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-11-16 07:47:39 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-19 19:13:59 -0500
commitff33c0e1885cda44dd14c79f70df4706f83582a0 (patch)
treee5ff377bfd8136e86fb32cd7fd460260d52df48e /drivers/net/ethernet
parent3865fe169adfe4d5421db4b62d87c41d48845c18 (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')
-rw-r--r--drivers/net/ethernet/chelsio/Kconfig4
-rw-r--r--drivers/net/ethernet/cisco/Kconfig2
-rw-r--r--drivers/net/ethernet/cisco/enic/Kconfig2
-rw-r--r--drivers/net/ethernet/emulex/Kconfig2
-rw-r--r--drivers/net/ethernet/emulex/benet/Kconfig2
-rw-r--r--drivers/net/ethernet/intel/Kconfig2
-rw-r--r--drivers/net/ethernet/mellanox/Kconfig2
-rw-r--r--drivers/net/ethernet/neterion/Kconfig2
-rw-r--r--drivers/net/ethernet/sfc/Kconfig2
9 files changed, 10 insertions, 10 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig
index 2de50f95798..a71c0f317a9 100644
--- a/drivers/net/ethernet/chelsio/Kconfig
+++ b/drivers/net/ethernet/chelsio/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_CHELSIO 5config NET_VENDOR_CHELSIO
6 bool "Chelsio devices" 6 bool "Chelsio 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
@@ -48,7 +48,7 @@ config CHELSIO_T1_1G
48 48
49config CHELSIO_T3 49config CHELSIO_T3
50 tristate "Chelsio Communications T3 10Gb Ethernet support" 50 tristate "Chelsio Communications T3 10Gb Ethernet support"
51 depends on PCI && INET 51 depends on PCI
52 select FW_LOADER 52 select FW_LOADER
53 select MDIO 53 select MDIO
54 ---help--- 54 ---help---
diff --git a/drivers/net/ethernet/cisco/Kconfig b/drivers/net/ethernet/cisco/Kconfig
index 94606f7ee13..1c7b884e337 100644
--- a/drivers/net/ethernet/cisco/Kconfig
+++ b/drivers/net/ethernet/cisco/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_CISCO 5config NET_VENDOR_CISCO
6 bool "Cisco devices" 6 bool "Cisco 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
diff --git a/drivers/net/ethernet/cisco/enic/Kconfig b/drivers/net/ethernet/cisco/enic/Kconfig
index 9cc706a6cff..b63f8d8a426 100644
--- a/drivers/net/ethernet/cisco/enic/Kconfig
+++ b/drivers/net/ethernet/cisco/enic/Kconfig
@@ -4,6 +4,6 @@
4 4
5config ENIC 5config ENIC
6 tristate "Cisco VIC Ethernet NIC Support" 6 tristate "Cisco VIC Ethernet NIC Support"
7 depends on PCI && INET 7 depends on PCI
8 ---help--- 8 ---help---
9 This enables the support for the Cisco VIC Ethernet card. 9 This enables the support for the Cisco VIC Ethernet card.
diff --git a/drivers/net/ethernet/emulex/Kconfig b/drivers/net/ethernet/emulex/Kconfig
index 7a28a643394..1b8d638c6cb 100644
--- a/drivers/net/ethernet/emulex/Kconfig
+++ b/drivers/net/ethernet/emulex/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_EMULEX 5config NET_VENDOR_EMULEX
6 bool "Emulex devices" 6 bool "Emulex 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
diff --git a/drivers/net/ethernet/emulex/benet/Kconfig b/drivers/net/ethernet/emulex/benet/Kconfig
index 804db04a2bd..231129dd176 100644
--- a/drivers/net/ethernet/emulex/benet/Kconfig
+++ b/drivers/net/ethernet/emulex/benet/Kconfig
@@ -1,6 +1,6 @@
1config BE2NET 1config BE2NET
2 tristate "ServerEngines' 10Gbps NIC - BladeEngine" 2 tristate "ServerEngines' 10Gbps NIC - BladeEngine"
3 depends on PCI && INET 3 depends on PCI
4 ---help--- 4 ---help---
5 This driver implements the NIC functionality for ServerEngines' 5 This driver implements the NIC functionality for ServerEngines'
6 10Gbps network adapter - BladeEngine. 6 10Gbps network adapter - BladeEngine.
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig
index 73d28d51b5d..ddee4060948 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -166,7 +166,7 @@ config IXGB
166 166
167config IXGBE 167config IXGBE
168 tristate "Intel(R) 10GbE PCI Express adapters support" 168 tristate "Intel(R) 10GbE PCI Express adapters support"
169 depends on PCI && INET 169 depends on PCI
170 select MDIO 170 select MDIO
171 select PTP_1588_CLOCK 171 select PTP_1588_CLOCK
172 ---help--- 172 ---help---
diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/mellanox/Kconfig
index d8099a7903d..bcdbc14aeff 100644
--- a/drivers/net/ethernet/mellanox/Kconfig
+++ b/drivers/net/ethernet/mellanox/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_MELLANOX 5config 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
diff --git a/drivers/net/ethernet/neterion/Kconfig b/drivers/net/ethernet/neterion/Kconfig
index ff26b54bd3f..87abb4f10c4 100644
--- a/drivers/net/ethernet/neterion/Kconfig
+++ b/drivers/net/ethernet/neterion/Kconfig
@@ -32,7 +32,7 @@ config S2IO
32 32
33config VXGE 33config VXGE
34 tristate "Exar X3100 Series 10GbE PCIe Server Adapter" 34 tristate "Exar X3100 Series 10GbE PCIe Server Adapter"
35 depends on PCI && INET 35 depends on PCI
36 ---help--- 36 ---help---
37 This driver supports Exar Corp's X3100 Series 10 GbE PCIe 37 This driver supports Exar Corp's X3100 Series 10 GbE PCIe
38 I/O Virtualized Server Adapter. 38 I/O Virtualized Server Adapter.
diff --git a/drivers/net/ethernet/sfc/Kconfig b/drivers/net/ethernet/sfc/Kconfig
index 3ab2c4289a4..435b4f1e348 100644
--- a/drivers/net/ethernet/sfc/Kconfig
+++ b/drivers/net/ethernet/sfc/Kconfig
@@ -1,6 +1,6 @@
1config SFC 1config SFC
2 tristate "Solarflare SFC4000/SFC9000-family support" 2 tristate "Solarflare SFC4000/SFC9000-family support"
3 depends on PCI && INET 3 depends on PCI
4 select MDIO 4 select MDIO
5 select CRC32 5 select CRC32
6 select I2C 6 select I2C