aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2016-07-19 10:03:17 -0700
committerDoug Ledford <[email protected]>2016-08-03 21:03:31 -0400
commit378fc3201eae07ab0fa7fb4133da141c3072f995 (patch)
treeebd540bb0b69ebab64d5a00ef8896399b18d70c0
parent33688abb2802ff3a230bd2441f765477b94cc89e (diff)
IB/rdmavt: Disable by default
There is a strict policy in the Linux kernel that new drivers must be disabled by default. Hence leave out the "default m" line from Kconfig. Fixes: 0194621b2253 ("IB/rdmavt: Create module framework and handle driver registration") Signed-off-by: Bart Van Assche <[email protected]> Cc: Jubin John <[email protected]> Cc: Dennis Dalessandro <[email protected]> Cc: Ira Weiny <[email protected]> Cc: Mike Marciniszyn <[email protected]> Cc: <[email protected]> # v4.6+ Signed-off-by: Doug Ledford <[email protected]>
-rw-r--r--drivers/infiniband/sw/rdmavt/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Kconfig b/drivers/infiniband/sw/rdmavt/Kconfig
index 11aa6a34bd71..1da8d01a6855 100644
--- a/drivers/infiniband/sw/rdmavt/Kconfig
+++ b/drivers/infiniband/sw/rdmavt/Kconfig
@@ -1,6 +1,5 @@
config INFINIBAND_RDMAVT
tristate "RDMA verbs transport library"
depends on 64BIT
- default m
---help---
This is a common software verbs provider for RDMA networks.