diff options
author | Christoph Hellwig <hch@lst.de> | 2017-01-28 09:32:51 +0100 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-01-31 10:53:05 -0700 |
commit | 72148aecf4fd9218e2db1333534e8403fdd66eb9 (patch) | |
tree | 82b451514817a5252556df8b639c52a9e0ac1248 /drivers/target/Kconfig | |
parent | 3719fa8622a9f5b0eccebad08785161696b54456 (diff) | |
download | op-kernel-dev-72148aecf4fd9218e2db1333534e8403fdd66eb9.zip op-kernel-dev-72148aecf4fd9218e2db1333534e8403fdd66eb9.tar.gz |
block: make scsi_request and scsi ioctl support optional
We only need this code to support scsi, ide, cciss and virtio. And at
least for virtio it's a deprecated feature to start with.
This should shrink the kernel size for embedded device that only use,
say eMMC a bit.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/target/Kconfig')
-rw-r--r-- | drivers/target/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig index 2573612..e2bc999 100644 --- a/drivers/target/Kconfig +++ b/drivers/target/Kconfig @@ -4,6 +4,7 @@ menuconfig TARGET_CORE depends on SCSI && BLOCK select CONFIGFS_FS select CRC_T10DIF + select BLK_SCSI_REQUEST # only for scsi_command_size_tbl.. default n help Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled |