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/ide | |
| parent | 3719fa8622a9f5b0eccebad08785161696b54456 (diff) | |
| download | linux-72148aecf4fd9218e2db1333534e8403fdd66eb9.tar.bz2 | |
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/ide')
| -rw-r--r-- | drivers/ide/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 39ea67f9b066..c99a25c075bc 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -10,6 +10,7 @@ menuconfig IDE  	tristate "ATA/ATAPI/MFM/RLL support (DEPRECATED)"  	depends on HAVE_IDE  	depends on BLOCK +	select BLK_SCSI_REQUEST  	---help---  	  If you say Y here, your kernel will be able to manage ATA/(E)IDE and  	  ATAPI units. The most common cases are IDE hard drives and ATAPI |