summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipx/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-11-30 09:00:03 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-30 17:13:52 +0000
commitdfe571ac12087c22fba62bdd2cc1aad7eb6ab878 (patch)
tree17d49b3fe5237ebaa419676c4a881eab3df5e60a /drivers/staging/ipx/Kconfig
parentb76422771d3a3f63a111dc8f5e54a25f935d1e50 (diff)
downloadlinux-stable-dfe571ac12087c22fba62bdd2cc1aad7eb6ab878.tar.gz
linux-stable-dfe571ac12087c22fba62bdd2cc1aad7eb6ab878.tar.bz2
linux-stable-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>
Diffstat (limited to 'drivers/staging/ipx/Kconfig')
-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