File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11144,7 +11144,6 @@ M: Sagi Grimberg <sagi@grimberg.me>
11144
11144
L: linux-rdma@vger.kernel.org
11145
11145
L: target-devel@vger.kernel.org
11146
11146
S: Supported
11147
- W: http://www.linux-iscsi.org
11148
11147
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11149
11148
F: drivers/infiniband/ulp/isert
11150
11149
@@ -19162,7 +19161,6 @@ M: "Martin K. Petersen" <martin.petersen@oracle.com>
19162
19161
L: linux-scsi@vger.kernel.org
19163
19162
L: target-devel@vger.kernel.org
19164
19163
S: Supported
19165
- W: http://www.linux-iscsi.org
19166
19164
Q: https://patchwork.kernel.org/project/target-devel/list/
19167
19165
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
19168
19166
F: Documentation/target/
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
config ISCSI_TARGET
3
- tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
3
+ tristate "SCSI Target Mode Stack"
4
4
depends on INET
5
5
select CRYPTO
6
6
select CRYPTO_CRC32C
7
7
select CRYPTO_CRC32C_INTEL if X86
8
8
help
9
- Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
10
- Target Mode Stack.
9
+ Say M to enable the SCSI target mode stack. A SCSI target mode stack
10
+ is software that makes local storage available over a storage network
11
+ to a SCSI initiator system. The supported storage network technologies
12
+ include iSCSI, Fibre Channel and the SCSI RDMA Protocol (SRP).
13
+ Configuration of the SCSI target mode stack happens through configfs.
11
14
12
15
source "drivers/target/iscsi/cxgbit/Kconfig"
You can’t perform that action at this time.
0 commit comments