2007-11-29 23:03:40

by Tom Tucker

[permalink] [raw]
Subject: [RFC,PATCH 8/8] rdma: Kconfig


Add NFS_RDMA as an option to the Kconfig file.

Signed-off-by: Tom Tucker <[email protected]>
---

fs/Kconfig | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 429a002..13d00b9 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1693,6 +1693,13 @@ config NFSD
To compile the NFS server support as a module, choose M here: the
module will be called nfsd. If unsure, say N.

+config NFSD_RDMA
+ tristate "Provide NFS server over RDMA support (EXPERIMENTAL)"
+ depends on SUNRPC && NFSD && INFINIBAND && EXPERIMENTAL
+ help
+ If you want your NFS server to support RDMA connections,
+ say M or Y here. If unsure, say N.
+
config NFSD_V2_ACL
bool
depends on NFSD