OSDN Git Service

staging: lustre: allow monolithic builds
authorNeilBrown <neilb@suse.com>
Thu, 1 Mar 2018 23:31:25 +0000 (10:31 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:20:23 +0000 (04:20 -0800)
Remove restriction the lustre must be built
as modules.  It now works as a monolithic build.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/Kconfig
drivers/staging/lustre/lustre/Kconfig

index 6bcb53d..ad049e6 100644 (file)
@@ -1,6 +1,6 @@
 config LNET
        tristate "Lustre networking subsystem (LNet)"
-       depends on INET && m
+       depends on INET
        help
          The Lustre network layer, also known as LNet, is a networking abstaction
          level API that was initially created to allow Lustre Filesystem to utilize
index 90d8269..c669c8f 100644 (file)
@@ -1,6 +1,6 @@
 config LUSTRE_FS
        tristate "Lustre file system client support"
-       depends on m && !MIPS && !XTENSA && !SUPERH
+       depends on !MIPS && !XTENSA && !SUPERH
        depends on LNET
        select CRYPTO
        select CRYPTO_CRC32