forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/infiniband/ulp/iser/Kconfig
....@@ -1,11 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INFINIBAND_ISER
23 tristate "iSCSI Extensions for RDMA (iSER)"
34 depends on SCSI && INET && INFINIBAND_ADDR_TRANS
45 select SCSI_ISCSI_ATTRS
5
- ---help---
6
+ help
67 Support for the iSCSI Extensions for RDMA (iSER) Protocol
7
- over InfiniBand. This allows you to access storage devices
8
- that speak iSCSI over iSER over InfiniBand.
8
+ over InfiniBand. This allows you to access storage devices
9
+ that speak iSCSI over iSER over InfiniBand.
910
1011 The iSER protocol is defined by IETF.
1112 See <http://www.ietf.org/rfc/rfc5046.txt>