From b479f4863564d26c1e94e77f50a5dbd14f50383a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 7 Dec 2012 09:01:08 -0500 Subject: [PATCH] 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 --- drivers/net/benet/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1