From dfe571ac12087c22fba62bdd2cc1aad7eb6ab878 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 30 Nov 2017 09:00:03 -0800 Subject: staging: ipx: depends on NET IPX depends on NET, so add that to the Kconfig file. Fixes Kconfig warning and build errors: warning: (IPX) selects LLC which has unmet direct dependencies (NET) and 94 "undefined reference" build errors. Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- drivers/staging/ipx/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ipx/Kconfig b/drivers/staging/ipx/Kconfig index e9ad0062fbb6..cdff083d0ee6 100644 --- a/drivers/staging/ipx/Kconfig +++ b/drivers/staging/ipx/Kconfig @@ -3,6 +3,7 @@ # config IPX tristate "The IPX protocol" + depends on NET select LLC ---help--- This is support for the Novell networking protocol, IPX, commonly -- cgit v1.2.3-55-g7522