diff options
author | Peng Tao <bergwolf@gmail.com> | 2013-06-03 21:37:29 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-03 11:21:51 -0700 |
commit | 52f6317528c6877c8c5d4b2ab7a04430af99ed4a (patch) | |
tree | 835800ea63e1bf2cdd5e64a1ba2f4df375d0c089 /drivers/staging | |
parent | 9c110d71b3f9db9e22a55e1ef5fd36b2cb942e4f (diff) |
staging/lustre: drop CONFIG_BROKEN dependency
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')
-rw-r--r-- | drivers/staging/lustre/lustre/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index d0a0e08afbc7..58715d5683c9 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 select LNET help This option enables Lustre file system client support. Choose Y |