scsi: build scsi_common.o for all scsi passthrough request users
[linux-2.6-block.git] / drivers / target / Kconfig
CommitLineData
c66ac9db
NB
1
2menuconfig TARGET_CORE
3 tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
4 depends on SCSI && BLOCK
5 select CONFIGFS_FS
41861fa8 6 select CRC_T10DIF
72148aec 7 select BLK_SCSI_REQUEST # only for scsi_command_size_tbl..
14db4917 8 select SGL_ALLOC
c66ac9db
NB
9 default n
10 help
11 Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
12 control path for target_core_mod. This includes built-in TCM RAMDISK
13 subsystem logic for virtual LUN 0 access
14
15if TARGET_CORE
16
17config TCM_IBLOCK
18 tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
ecebbf6c 19 select BLK_DEV_INTEGRITY
c66ac9db
NB
20 help
21 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
22 access to Linux/Block devices using BIO
23
24config TCM_FILEIO
25 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
26 help
27 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
28 access to Linux/VFS struct file or struct block_device
29
30config TCM_PSCSI
31 tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
32 help
33 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
34 passthrough access to Linux/SCSI device
35
68d4cef3 36config TCM_USER2
7c9e7a6f
AG
37 tristate "TCM/USER Subsystem Plugin for Linux"
38 depends on UIO && NET
39 help
40 Say Y here to enable the TCM/USER subsystem plugin for a userspace
68d4cef3
AG
41 process to handle requests. This is version 2 of the ABI; version 1
42 is obsolete.
7c9e7a6f 43
3703b2c5 44source "drivers/target/loopback/Kconfig"
3699d92a 45source "drivers/target/tcm_fc/Kconfig"
e48354ce 46source "drivers/target/iscsi/Kconfig"
a511ce33 47source "drivers/target/sbp/Kconfig"
3703b2c5 48
c66ac9db 49endif