From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase Signed-off-by: Justin M. Forbes --- .../fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER (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 new file mode 100644 index 000000000..30fe516f4 --- /dev/null +++ b/configs/fedora/generic/CONFIG_INFINIBAND_RTRS_SERVER @@ -0,0 +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