menuconfig [31mCONFIG_TARGET_CORE[0m tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" depends on [31mCONFIG_SCSI[0m && [31mCONFIG_BLOCK[0m select [31mCONFIG_CONFIGFS_FS[0m select [31mCONFIG_CRC_T10DIF[0m default n help Say Y or [31mCONFIG_M[0m 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 [31mCONFIG_TARGET_CORE[0m config [31mCONFIG_TCM_IBLOCK[0m tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK" select [31mCONFIG_BLK_DEV_INTEGRITY[0m help Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered access to Linux/Block devices using BIO config [31mCONFIG_TCM_FILEIO[0m 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 [31mCONFIG_TCM_PSCSI[0m 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/[31mCONFIG_SCSI[0m device config [31mCONFIG_TCM_USER2[0m tristate "TCM/USER Subsystem Plugin for Linux" depends on [31mCONFIG_UIO[0m && [31mCONFIG_NET[0m help Say Y here to enable the TCM/USER subsystem plugin for a userspace process to handle requests. This is version 2 of the ABI; version 1 is obsolete. source "drivers/target/loopback/Kconfig" source "drivers/target/tcm_fc/Kconfig" source "drivers/target/iscsi/Kconfig" source "drivers/target/sbp/Kconfig" endif |