From: Ben Hutchings Date: Fri, 7 Dec 2012 14:01:08 +0000 (-0500) Subject: net: Remove bogus dependencies on INET X-Git-Tag: v2.6.39-400.9.0~25^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b479f4863564d26c1e94e77f50a5dbd14f50383a;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/benet/Kconfig b/drivers/net/benet/Kconfig index 1a41a49bb619..e7b20d0f6784 100644 --- a/drivers/net/benet/Kconfig +++ b/drivers/net/benet/Kconfig @@ -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.