aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-06-03 04:58:52 -0400
committerChristoph Hellwig <hch@lst.de>2014-07-17 16:07:35 -0400
commitc309b35171ddb5384cc3f2f9dc82a96dccc6b7f6 (patch)
treeaba0cbc1979ee6e7104809b9cc80a04eb5defb08 /drivers/usb/storage
parentcc833acbee9db5ca8c6162b015b4c93863c6f821 (diff)
scsi: Remove CONFIG_SCSI_MULTI_LUN
Obsolete; either use 'max_lun' if the host supports only a limited number of LUNs or BLIST_NOLUN if the target has problems addressing more than one LUN. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Ewan Milne <emilne@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r--drivers/usb/storage/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
index 13b5bfbaf951..83e7d77c6317 100644
--- a/drivers/usb/storage/Kconfig
+++ b/drivers/usb/storage/Kconfig
@@ -18,9 +18,7 @@ config USB_STORAGE
18 18
19 This option depends on 'SCSI' support being enabled, but you 19 This option depends on 'SCSI' support being enabled, but you
20 probably also need 'SCSI device support: SCSI disk support' 20 probably also need 'SCSI device support: SCSI disk support'
21 (BLK_DEV_SD) for most USB storage devices. Some devices also 21 (BLK_DEV_SD) for most USB storage devices.
22 will require 'Probe all LUNs on each SCSI device'
23 (SCSI_MULTI_LUN).
24 22
25 To compile this driver as a module, choose M here: the 23 To compile this driver as a module, choose M here: the
26 module will be called usb-storage. 24 module will be called usb-storage.