提交 8a39a047 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

target: don't depend on SCSI

The core target code only needs code from scsi_common.c, which is now
separately selectable.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NKees Cook <keescook@chromium.org>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 ad80f970
menuconfig TARGET_CORE menuconfig TARGET_CORE
tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
depends on SCSI && BLOCK depends on BLOCK
select CONFIGFS_FS select CONFIGFS_FS
select CRC_T10DIF select CRC_T10DIF
select BLK_SCSI_REQUEST # only for scsi_command_size_tbl.. select BLK_SCSI_REQUEST
select SGL_ALLOC select SGL_ALLOC
default n default n
help help
...@@ -29,6 +29,7 @@ config TCM_FILEIO ...@@ -29,6 +29,7 @@ config TCM_FILEIO
config TCM_PSCSI config TCM_PSCSI
tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI" tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
depends on SCSI
help help
Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
passthrough access to Linux/SCSI device passthrough access to Linux/SCSI device
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册