diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-02-02 16:40:03 -0500 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-02-04 11:56:53 -0500 |
commit | e9d1e389273aac7fc50c53f0d4492dc190185882 (patch) | |
tree | 8c1c93a3cc05fe5e9729b94ade0e9bd851b54886 | |
parent | 46adb17982fae89aa3d41a0ba5706bc3f9d8f80d (diff) |
IB/uverbs: Use the standard kConfig format for experimental
We really don't want people turning this on just yet, make it very
clear with capital letters.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index fe63af421e79..857beed1459c 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig | |||
@@ -35,7 +35,7 @@ config INFINIBAND_USER_ACCESS | |||
35 | rdma-core <https://github.com/linux-rdma/rdma-core>. | 35 | rdma-core <https://github.com/linux-rdma/rdma-core>. |
36 | 36 | ||
37 | config INFINIBAND_EXP_USER_ACCESS | 37 | config INFINIBAND_EXP_USER_ACCESS |
38 | bool "Allow experimental support for Infiniband ABI" | 38 | bool "Enable the full uverbs ioctl interface (EXPERIMENTAL)" |
39 | depends on INFINIBAND_USER_ACCESS | 39 | depends on INFINIBAND_USER_ACCESS |
40 | ---help--- | 40 | ---help--- |
41 | IOCTL based ABI support for Infiniband. This allows userspace | 41 | IOCTL based ABI support for Infiniband. This allows userspace |