1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
8 select BLK_SCSI_REQUEST
12 Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
13 control path for target_core_mod. This includes built-in TCM RAMDISK
14 subsystem logic for virtual LUN 0 access
19 tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
20 select BLK_DEV_INTEGRITY
22 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
23 access to Linux/Block devices using BIO
26 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
28 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
29 access to Linux/VFS struct file or struct block_device
32 tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
35 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
36 passthrough access to Linux/SCSI device
39 tristate "TCM/USER Subsystem Plugin for Linux"
42 Say Y here to enable the TCM/USER subsystem plugin for a userspace
43 process to handle requests. This is version 2 of the ABI; version 1
46 source "drivers/target/loopback/Kconfig"
47 source "drivers/target/tcm_fc/Kconfig"
48 source "drivers/target/iscsi/Kconfig"
49 source "drivers/target/sbp/Kconfig"