diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-02-02 14:40:03 -0700 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-02-04 11:56:53 -0500 |
commit | e9d1e389273aac7fc50c53f0d4492dc190185882 (patch) | |
tree | 8c1c93a3cc05fe5e9729b94ade0e9bd851b54886 /drivers/infiniband | |
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>
Diffstat (limited to 'drivers/infiniband')
-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 rdma-core <https://github.com/linux-rdma/rdma-core>. config INFINIBAND_EXP_USER_ACCESS - bool "Allow experimental support for Infiniband ABI" + bool "Enable the full uverbs ioctl interface (EXPERIMENTAL)" depends on INFINIBAND_USER_ACCESS ---help--- IOCTL based ABI support for Infiniband. This allows userspace |