aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig61
1 files changed, 1 insertions, 60 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index baca5897039f..18a3358eb1d4 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -40,13 +40,6 @@ config SCSI_DMA
40 bool 40 bool
41 default n 41 default n
42 42
43config SCSI_TGT
44 tristate "SCSI target support"
45 depends on SCSI
46 ---help---
47 If you want to use SCSI target mode drivers enable this option.
48 If you choose M, the module will be called scsi_tgt.
49
50config SCSI_NETLINK 43config SCSI_NETLINK
51 bool 44 bool
52 default n 45 default n
@@ -197,20 +190,6 @@ config SCSI_ENCLOSURE
197 it has an enclosure device. Selecting this option will just allow 190 it has an enclosure device. Selecting this option will just allow
198 certain enclosure conditions to be reported and is not required. 191 certain enclosure conditions to be reported and is not required.
199 192
200config SCSI_MULTI_LUN
201 bool "Probe all LUNs on each SCSI device"
202 depends on SCSI
203 help
204 Some devices support more than one LUN (Logical Unit Number) in order
205 to allow access to several media, e.g. CD jukebox, USB card reader,
206 mobile phone in mass storage mode. This option forces the kernel to
207 probe for all LUNs by default. This setting can be overridden by
208 max_luns boot/module parameter. Note that this option does not affect
209 devices conforming to SCSI-3 or higher as they can explicitly report
210 their number of LUNs. It is safe to say Y here unless you have one of
211 those rare devices which reacts in an unexpected way when probed for
212 multiple LUNs.
213
214config SCSI_CONSTANTS 193config SCSI_CONSTANTS
215 bool "Verbose SCSI error reporting (kernel size +=12K)" 194 bool "Verbose SCSI error reporting (kernel size +=12K)"
216 depends on SCSI 195 depends on SCSI
@@ -285,13 +264,6 @@ config SCSI_FC_ATTRS
285 each attached FiberChannel device to sysfs, say Y. 264 each attached FiberChannel device to sysfs, say Y.
286 Otherwise, say N. 265 Otherwise, say N.
287 266
288config SCSI_FC_TGT_ATTRS
289 bool "SCSI target support for FiberChannel Transport Attributes"
290 depends on SCSI_FC_ATTRS
291 depends on SCSI_TGT = y || SCSI_TGT = SCSI_FC_ATTRS
292 help
293 If you want to use SCSI target mode drivers enable this option.
294
295config SCSI_ISCSI_ATTRS 267config SCSI_ISCSI_ATTRS
296 tristate "iSCSI Transport Attributes" 268 tristate "iSCSI Transport Attributes"
297 depends on SCSI && NET 269 depends on SCSI && NET
@@ -318,13 +290,6 @@ config SCSI_SRP_ATTRS
318 If you wish to export transport-specific information about 290 If you wish to export transport-specific information about
319 each attached SRP device to sysfs, say Y. 291 each attached SRP device to sysfs, say Y.
320 292
321config SCSI_SRP_TGT_ATTRS
322 bool "SCSI target support for SRP Transport Attributes"
323 depends on SCSI_SRP_ATTRS
324 depends on SCSI_TGT = y || SCSI_TGT = SCSI_SRP_ATTRS
325 help
326 If you want to use SCSI target mode drivers enable this option.
327
328endmenu 293endmenu
329 294
330menuconfig SCSI_LOWLEVEL 295menuconfig SCSI_LOWLEVEL
@@ -528,7 +493,7 @@ config SCSI_DPT_I2O
528 493
529config SCSI_ADVANSYS 494config SCSI_ADVANSYS
530 tristate "AdvanSys SCSI support" 495 tristate "AdvanSys SCSI support"
531 depends on SCSI && VIRT_TO_BUS 496 depends on SCSI && VIRT_TO_BUS && !ARM
532 depends on ISA || EISA || PCI 497 depends on ISA || EISA || PCI
533 help 498 help
534 This is a driver for all SCSI host adapters manufactured by 499 This is a driver for all SCSI host adapters manufactured by
@@ -848,20 +813,6 @@ config SCSI_IBMVSCSI
848 To compile this driver as a module, choose M here: the 813 To compile this driver as a module, choose M here: the
849 module will be called ibmvscsi. 814 module will be called ibmvscsi.
850 815
851config SCSI_IBMVSCSIS
852 tristate "IBM Virtual SCSI Server support"
853 depends on PPC_PSERIES && SCSI_SRP && SCSI_SRP_TGT_ATTRS
854 help
855 This is the SRP target driver for IBM pSeries virtual environments.
856
857 The userspace component needed to initialize the driver and
858 documentation can be found:
859
860 http://stgt.berlios.de/
861
862 To compile this driver as a module, choose M here: the
863 module will be called ibmvstgt.
864
865config SCSI_IBMVFC 816config SCSI_IBMVFC
866 tristate "IBM Virtual FC support" 817 tristate "IBM Virtual FC support"
867 depends on PPC_PSERIES && SCSI 818 depends on PPC_PSERIES && SCSI
@@ -1750,16 +1701,6 @@ config SCSI_PM8001
1750 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip 1701 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
1751 based host adapters. 1702 based host adapters.
1752 1703
1753config SCSI_SRP
1754 tristate "SCSI RDMA Protocol helper library"
1755 depends on SCSI && PCI
1756 select SCSI_TGT
1757 help
1758 If you wish to use SRP target drivers, say Y.
1759
1760 To compile this driver as a module, choose M here: the
1761 module will be called libsrp.
1762
1763config SCSI_BFA_FC 1704config SCSI_BFA_FC
1764 tristate "Brocade BFA Fibre Channel Support" 1705 tristate "Brocade BFA Fibre Channel Support"
1765 depends on PCI && SCSI 1706 depends on PCI && SCSI