From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER') diff --git a/configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER b/configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER index 64ed34d9f..30fe516f4 100644 --- a/configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER +++ b/configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER @@ -1 +1,21 @@ +# CONFIG_INFINIBAND_RTRS_SERVER: +# +# RDMA transport server module. +# +# RDMA Transport (RTRS) server module processing connection and IO +# requests received from the RTRS client module, it will pass the +# IO requests to its user eg. RNBD_server. +# +# Symbol: INFINIBAND_RTRS_SERVER [=n] +# Type : tristate +# Defined at drivers/infiniband/ulp/rtrs/Kconfig:18 +# Prompt: RTRS server module +# Depends on: INFINIBAND [=m] && INFINIBAND_ADDR_TRANS [=y] +# Location: +# -> Device Drivers +# -> InfiniBand support (INFINIBAND [=m]) +# Selects: INFINIBAND_RTRS [=n] +# +# +# CONFIG_INFINIBAND_RTRS_SERVER=m -- cgit