Commit 184ecc5c authored by NeilBrown's avatar NeilBrown Committed by Greg Kroah-Hartman
Browse files

staging: lustre: allow monolithic builds



Remove restriction the lustre must be built
as modules.  It now works as a monolithic build.

Signed-off-by: default avatarNeilBrown <neilb@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 26f7a294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
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