]> Pileus Git - ~andy/linux/commitdiff
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 2de50f95798f266213b9c9a150145929f509fc16..a71c0f317a93dc13610913e4ea1793d3188686b5 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 94606f7ee13ae2e969c9c91fccce118d908f6b02..1c7b884e337147a32e588b83750e4ce767f87d4f 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 9cc706a6cffdfefd8b967fae3da9e0d052802a15..b63f8d8a42612940d7cd403493327b0b7d98ff2d 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 7a28a643394414a40eb3d3493eb7ffcea188f7cc..1b8d638c6cb18963f7d06dc57a5355bc8e93272a 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 804db04a2bd0431d970b39bd8e7381507d78d799..231129dd1764e70e1c0b8d9c7195685859d2ea42 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 73d28d51b5d9e2bbeaa5210b88ce733f7338fe23..ddee4060948a3688d884b3591bdc7aee4d992992 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 d8099a7903d3d7bd2fbb5fd627bf822016cc09f4..bcdbc14aeff0d40b4514b777fd7b4d27541cfc9f 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 ff26b54bd3fbb79f2220ebd8799f5819f73baba1..87abb4f10c43a4e08d99e5d35a60a9eae158837d 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 3ab2c4289a47953c743e8a5f7a7b44caac5ba7c0..435b4f1e348886b0294cfc2fb75c9ff0ecb25eac 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