From: Randy Dunlap Date: Thu, 30 Nov 2017 17:00:03 +0000 (-0800) Subject: staging: ipx: depends on NET X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dfe571ac12087c22fba62bdd2cc1aad7eb6ab878;p=linux.git 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 --- diff --git a/drivers/staging/ipx/Kconfig b/drivers/staging/ipx/Kconfig index e9ad0062fbb6a..cdff083d0ee66 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