summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/Kconfig
diff options
context:
space:
mode:
authorPeng Tao <tao.peng@emc.com>2013-07-15 22:27:08 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 12:23:57 -0700
commitc1042ed805e5c8829e0b60d4c7722b5099da40c9 (patch)
treed72e606e6b4b25d37d33ff9e5c30577237cfa49f /drivers/staging/lustre/lustre/Kconfig
parent4b1e84ed8883d4f24f99417cb84165ff77a99d66 (diff)
stating/lustre: only build if configured as module
Lustre internal dependency needs to be cleaned up. Currently, libcfs is acting as a basis of all other modules, while other modules in lustre/ directory in turn depend on lnet modules. It creates a dependency loop that need to be fixed. Hopefully we will remove libcfs in the end. So just disable buildin for now. Signed-off-by: Peng Tao <tao.peng@emc.com> Signed-off-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/Kconfig')
-rw-r--r--drivers/staging/lustre/lustre/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig
index e0eb8303a50c..c59ea5564c24 100644
--- a/drivers/staging/lustre/lustre/Kconfig
+++ b/drivers/staging/lustre/lustre/Kconfig
@@ -1,6 +1,6 @@
config LUSTRE_FS
tristate "Lustre file system client support"
- depends on STAGING && INET && BROKEN
+ depends on STAGING && INET && m && BROKEN
select LNET
select CRYPTO
select CRYPTO_CRC32