Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff33c0e1 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

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: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3865fe16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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---
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
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.
Loading