summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap2017-11-30 18:00:03 +0100
committerGreg Kroah-Hartman2017-11-30 18:13:52 +0100
commitdfe571ac12087c22fba62bdd2cc1aad7eb6ab878 (patch)
tree17d49b3fe5237ebaa419676c4a881eab3df5e60a
parentstaging: ion: reorder include (diff)
downloadkernel-qcow2-linux-dfe571ac12087c22fba62bdd2cc1aad7eb6ab878.tar.gz
kernel-qcow2-linux-dfe571ac12087c22fba62bdd2cc1aad7eb6ab878.tar.xz
kernel-qcow2-linux-dfe571ac12087c22fba62bdd2cc1aad7eb6ab878.zip
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 <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ipx/Kconfig1
1 files changed, 1 insertions, 0 deletions
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