net: Remove bogus dependencies on INET
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 16 Nov 2012 12:47:39 +0000 (12:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2012 00:13:59 +0000 (19:13 -0500)
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>
drivers/net/ethernet/chelsio/Kconfig
drivers/net/ethernet/cisco/Kconfig
drivers/net/ethernet/cisco/enic/Kconfig
drivers/net/ethernet/emulex/Kconfig
drivers/net/ethernet/emulex/benet/Kconfig
drivers/net/ethernet/intel/Kconfig
drivers/net/ethernet/mellanox/Kconfig
drivers/net/ethernet/neterion/Kconfig
drivers/net/ethernet/sfc/Kconfig

index 2de50f9..a71c0f3 100644 (file)
@@ -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
@@ -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---
index 94606f7..1c7b884 100644 (file)
@@ -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
index 9cc706a..b63f8d8 100644 (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.
index 7a28a64..1b8d638 100644 (file)
@@ -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
index 804db04..231129d 100644 (file)
@@ -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.
index 73d28d5..ddee406 100644 (file)
@@ -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---
index d8099a7..bcdbc14 100644 (file)
@@ -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
index ff26b54..87abb4f 100644 (file)
@@ -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.
index 3ab2c42..435b4f1 100644 (file)
@@ -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