staging: ipx: depends on NET
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 30 Nov 2017 17:00:03 +0000 (09:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Nov 2017 17:13:52 +0000 (17:13 +0000)
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>
drivers/staging/ipx/Kconfig

index e9ad0062fbb6a8df3e13182597176016657695b6..cdff083d0ee66eda2fa2d7130048bcf3b641d303 100644 (file)
@@ -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