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/scsi/Kconfig | |
parent | 3719fa8622a9f5b0eccebad08785161696b54456 (diff) |
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/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index a4f6b0d95515..d4023bf1e739 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -18,6 +18,7 @@ config SCSI depends on BLOCK select SCSI_DMA if HAS_DMA select SG_POOL + select BLK_SCSI_REQUEST ---help--- If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or any other SCSI device under Linux, say Y and make sure that you know |