diff mbox

xprtrdma: fix Kconfig option for SUNRPC_XPRT_RDMA

Message ID 1394638643-22183-1-git-send-email-jlayton@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jeff Layton March 12, 2014, 3:37 p.m. UTC
The option for this is currently hidden and it can't easily be disabled.
Add a comment to the "tristate" line for it, so that it shows up in the
configuration.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
 net/sunrpc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig
index 241b54f30204..f1668df078b6 100644
--- a/net/sunrpc/Kconfig
+++ b/net/sunrpc/Kconfig
@@ -10,7 +10,7 @@  config SUNRPC_BACKCHANNEL
 	depends on SUNRPC
 
 config SUNRPC_XPRT_RDMA
-	tristate
+	tristate "SUNRPC over RDMA transport"
 	depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
 	default SUNRPC && INFINIBAND
 	help