Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0-only
 2config ISCSI_TARGET
 3	tristate "SCSI Target Mode Stack"
 4	depends on INET
 5	select CRYPTO
 6	select CRYPTO_CRC32C
 7	select CRYPTO_CRC32C_INTEL if X86
 8	help
 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.
14
15source	"drivers/target/iscsi/cxgbit/Kconfig"
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2config ISCSI_TARGET
 3	tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
 4	depends on NET
 5	select CRYPTO
 6	select CRYPTO_CRC32C
 7	select CRYPTO_CRC32C_INTEL if X86
 8	help
 9	Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
10	Target Mode Stack.
 
 
 
11
12source	"drivers/target/iscsi/cxgbit/Kconfig"