nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too

We forgot to update this when adding server-side support.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

authored by J. Bruce Fields and committed by J. Bruce Fields ce0cf662 096abd77

+2 -3
+2 -3
net/sunrpc/Kconfig
··· 9 depends on SUNRPC && INFINIBAND && EXPERIMENTAL 10 default SUNRPC && INFINIBAND 11 help 12 - This option enables an RPC client transport capability that 13 - allows the NFS client to mount servers via an RDMA-enabled 14 - transport. 15 16 To compile RPC client RDMA transport support as a module, 17 choose M here: the module will be called xprtrdma.
··· 9 depends on SUNRPC && INFINIBAND && EXPERIMENTAL 10 default SUNRPC && INFINIBAND 11 help 12 + This option allows the NFS client and server to support 13 + an RDMA-enabled transport. 14 15 To compile RPC client RDMA transport support as a module, 16 choose M here: the module will be called xprtrdma.