16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config ISCSI_TARGET3 tristate "SCSI Target Mode Stack"4 depends on INET5 select CRYPTO6 select CRYPTO_CRC32C7 select CRYPTO_CRC32C_INTEL if X868 help9 Say M to enable the SCSI target mode stack. A SCSI target mode stack10 is software that makes local storage available over a storage network11 to a SCSI initiator system. The supported storage network technologies12 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"16