]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/target/Kconfig
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[mirror_ubuntu-bionic-kernel.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
c66ac9db
NB
7 default n
8 help
9 Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
10 control path for target_core_mod. This includes built-in TCM RAMDISK
11 subsystem logic for virtual LUN 0 access
12
13if TARGET_CORE
14
15config TCM_IBLOCK
16 tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
ecebbf6c 17 select BLK_DEV_INTEGRITY
c66ac9db
NB
18 help
19 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
20 access to Linux/Block devices using BIO
21
22config TCM_FILEIO
23 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
24 help
25 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
26 access to Linux/VFS struct file or struct block_device
27
28config TCM_PSCSI
29 tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
30 help
31 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
32 passthrough access to Linux/SCSI device
33
3703b2c5 34source "drivers/target/loopback/Kconfig"
3699d92a 35source "drivers/target/tcm_fc/Kconfig"
e48354ce 36source "drivers/target/iscsi/Kconfig"
a511ce33 37source "drivers/target/sbp/Kconfig"
3703b2c5 38
c66ac9db 39endif