2010-12-17 11:11:26 -08:00
|
|
|
|
|
|
|
|
menuconfig TARGET_CORE
|
|
|
|
|
tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
|
|
|
|
|
depends on SCSI && BLOCK
|
|
|
|
|
select CONFIGFS_FS
|
2014-01-07 22:44:57 +00:00
|
|
|
select CRC_T10DIF
|
2010-12-17 11:11:26 -08:00
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
|
|
|
|
|
control path for target_core_mod. This includes built-in TCM RAMDISK
|
|
|
|
|
subsystem logic for virtual LUN 0 access
|
|
|
|
|
|
|
|
|
|
if TARGET_CORE
|
|
|
|
|
|
|
|
|
|
config TCM_IBLOCK
|
|
|
|
|
tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
|
2013-12-23 20:31:24 +00:00
|
|
|
select BLK_DEV_INTEGRITY
|
2010-12-17 11:11:26 -08:00
|
|
|
help
|
|
|
|
|
Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
|
|
|
|
|
access to Linux/Block devices using BIO
|
|
|
|
|
|
|
|
|
|
config TCM_FILEIO
|
|
|
|
|
tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
|
|
|
|
|
help
|
|
|
|
|
Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
|
|
|
|
|
access to Linux/VFS struct file or struct block_device
|
|
|
|
|
|
|
|
|
|
config TCM_PSCSI
|
|
|
|
|
tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
|
|
|
|
|
help
|
|
|
|
|
Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
|
|
|
|
|
passthrough access to Linux/SCSI device
|
|
|
|
|
|
2011-03-18 15:39:17 -07:00
|
|
|
source "drivers/target/loopback/Kconfig"
|
2011-04-18 16:24:14 -07:00
|
|
|
source "drivers/target/tcm_fc/Kconfig"
|
2011-07-23 06:43:04 +00:00
|
|
|
source "drivers/target/iscsi/Kconfig"
|
2012-04-14 17:50:35 -07:00
|
|
|
source "drivers/target/sbp/Kconfig"
|
2011-03-18 15:39:17 -07:00
|
|
|
|
2010-12-17 11:11:26 -08:00
|
|
|
endif
|