aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/Kconfig
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-03-08 17:35:29 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-10 17:48:53 -0800
commitb08bb6bb5af5d1df8f41399f931efa1673fac1ac (patch)
treeb8fcfa10a607134cd496f7384a95f0dee27d56c4 /drivers/staging/lustre/Kconfig
parentstaging: lustre: add help section of Kconfig config LNET (diff)
downloadlinux-dev-b08bb6bb5af5d1df8f41399f931efa1673fac1ac.tar.xz
linux-dev-b08bb6bb5af5d1df8f41399f931efa1673fac1ac.zip
staging: lustre: make lustre dependent on LNet
In the case of lustre routers you only need a functioning LNet stack. Especially since often the routers are very light weight and want to avoid any addition software that would create additional pressures on the system. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/Kconfig')
-rw-r--r--drivers/staging/lustre/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/Kconfig b/drivers/staging/lustre/Kconfig
index a224d88bf43d..b7d81096eee9 100644
--- a/drivers/staging/lustre/Kconfig
+++ b/drivers/staging/lustre/Kconfig
@@ -1,3 +1,3 @@
-source "drivers/staging/lustre/lustre/Kconfig"
-
source "drivers/staging/lustre/lnet/Kconfig"
+
+source "drivers/staging/lustre/lustre/Kconfig"