Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 1 | |
| 2 | menuconfig TARGET_CORE |
| 3 | tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" |
| 4 | depends on SCSI && BLOCK |
| 5 | select CONFIGFS_FS |
Nicholas Bellinger | 41861fa | 2014-01-07 22:44:57 +0000 | [diff] [blame] | 6 | select CRC_T10DIF |
Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 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 | |
| 13 | if TARGET_CORE |
| 14 | |
| 15 | config TCM_IBLOCK |
| 16 | tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK" |
Nicholas Bellinger | ecebbf6 | 2013-12-23 20:31:24 +0000 | [diff] [blame] | 17 | select BLK_DEV_INTEGRITY |
Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 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 | |
| 22 | config 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 | |
| 28 | config 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 | |
Andy Grover | 7c9e7a6 | 2014-10-01 16:07:05 -0700 | [diff] [blame] | 34 | config TCM_USER |
| 35 | tristate "TCM/USER Subsystem Plugin for Linux" |
| 36 | depends on UIO && NET |
| 37 | help |
| 38 | Say Y here to enable the TCM/USER subsystem plugin for a userspace |
| 39 | process to handle requests |
| 40 | |
Nicholas Bellinger | 3703b2c | 2011-03-18 15:39:17 -0700 | [diff] [blame] | 41 | source "drivers/target/loopback/Kconfig" |
Kiran Patil | 3699d92 | 2011-04-18 16:24:14 -0700 | [diff] [blame] | 42 | source "drivers/target/tcm_fc/Kconfig" |
Nicholas Bellinger | e48354c | 2011-07-23 06:43:04 +0000 | [diff] [blame] | 43 | source "drivers/target/iscsi/Kconfig" |
Chris Boot | a511ce3 | 2012-04-14 17:50:35 -0700 | [diff] [blame] | 44 | source "drivers/target/sbp/Kconfig" |
Nicholas Bellinger | 3703b2c | 2011-03-18 15:39:17 -0700 | [diff] [blame] | 45 | |
Nicholas Bellinger | c66ac9d | 2010-12-17 11:11:26 -0800 | [diff] [blame] | 46 | endif |