3 tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
4 depends on SCSI && BLOCK
7 select BLK_SCSI_REQUEST # only for scsi_command_size_tbl..
10 Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
11 control path for target_core_mod. This includes built-in TCM RAMDISK
12 subsystem logic for virtual LUN 0 access
17 tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
18 select BLK_DEV_INTEGRITY
20 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
21 access to Linux/Block devices using BIO
24 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
26 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
27 access to Linux/VFS struct file or struct block_device
30 tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
32 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
33 passthrough access to Linux/SCSI device
36 tristate "TCM/USER Subsystem Plugin for Linux"
39 Say Y here to enable the TCM/USER subsystem plugin for a userspace
40 process to handle requests. This is version 2 of the ABI; version 1
43 source "drivers/target/loopback/Kconfig"
44 source "drivers/target/tcm_fc/Kconfig"
45 source "drivers/target/iscsi/Kconfig"
46 source "drivers/target/sbp/Kconfig"