From 37d4093fd34775bbbf99bddb84a711bdb3ec6d5c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 5 Jun 2013 15:21:47 -0700 Subject: [PATCH] Revert "staging/lustre: drop CONFIG_BROKEN dependency" This reverts commit 52f6317528c6877c8c5d4b2ab7a04430af99ed4a. It's still broken, especially for a simple build on x86 with 'make allmodconfig' As no fixes seem forthcoming, just mark it broken. Reported-by: Stephen Rothwell Cc: Peng Tao Cc: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index 58715d5683c9..d0a0e08afbc7 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 + depends on STAGING && INET && BROKEN select LNET help This option enables Lustre file system client support. Choose Y -- 2.34.1