diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 8ed2990c826e..6a19ed9a1194 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -191,20 +191,19 @@ config SCSI_ENCLOSURE | |||
191 | it has an enclosure device. Selecting this option will just allow | 191 | it has an enclosure device. Selecting this option will just allow |
192 | certain enclosure conditions to be reported and is not required. | 192 | certain enclosure conditions to be reported and is not required. |
193 | 193 | ||
194 | comment "Some SCSI devices (e.g. CD jukebox) support multiple LUNs" | ||
195 | depends on SCSI | ||
196 | |||
197 | config SCSI_MULTI_LUN | 194 | config SCSI_MULTI_LUN |
198 | bool "Probe all LUNs on each SCSI device" | 195 | bool "Probe all LUNs on each SCSI device" |
199 | depends on SCSI | 196 | depends on SCSI |
200 | help | 197 | help |
201 | If you have a SCSI device that supports more than one LUN (Logical | 198 | Some devices support more than one LUN (Logical Unit Number) in order |
202 | Unit Number), e.g. a CD jukebox, and only one LUN is detected, you | 199 | to allow access to several media, e.g. CD jukebox, USB card reader, |
203 | can say Y here to force the SCSI driver to probe for multiple LUNs. | 200 | mobile phone in mass storage mode. This option forces the kernel to |
204 | A SCSI device with multiple LUNs acts logically like multiple SCSI | 201 | probe for all LUNs by default. This setting can be overriden by |
205 | devices. The vast majority of SCSI devices have only one LUN, and | 202 | max_luns boot/module parameter. Note that this option does not affect |
206 | so most people can say N here. The max_luns boot/module parameter | 203 | devices conforming to SCSI-3 or higher as they can explicitely report |
207 | allows to override this setting. | 204 | their number of LUNs. It is safe to say Y here unless you have one of |
205 | those rare devices which reacts in an unexpected way when probed for | ||
206 | multiple LUNs. | ||
208 | 207 | ||
209 | config SCSI_CONSTANTS | 208 | config SCSI_CONSTANTS |
210 | bool "Verbose SCSI error reporting (kernel size +=12K)" | 209 | bool "Verbose SCSI error reporting (kernel size +=12K)" |
@@ -355,6 +354,7 @@ config ISCSI_TCP | |||
355 | http://open-iscsi.org | 354 | http://open-iscsi.org |
356 | 355 | ||
357 | source "drivers/scsi/cxgb3i/Kconfig" | 356 | source "drivers/scsi/cxgb3i/Kconfig" |
357 | source "drivers/scsi/bnx2i/Kconfig" | ||
358 | 358 | ||
359 | config SGIWD93_SCSI | 359 | config SGIWD93_SCSI |
360 | tristate "SGI WD93C93 SCSI Driver" | 360 | tristate "SGI WD93C93 SCSI Driver" |
@@ -508,6 +508,7 @@ config SCSI_AIC7XXX_OLD | |||
508 | 508 | ||
509 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" | 509 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" |
510 | source "drivers/scsi/aic94xx/Kconfig" | 510 | source "drivers/scsi/aic94xx/Kconfig" |
511 | source "drivers/scsi/mvsas/Kconfig" | ||
511 | 512 | ||
512 | config SCSI_DPT_I2O | 513 | config SCSI_DPT_I2O |
513 | tristate "Adaptec I2O RAID support " | 514 | tristate "Adaptec I2O RAID support " |
@@ -628,6 +629,17 @@ config FCOE | |||
628 | ---help--- | 629 | ---help--- |
629 | Fibre Channel over Ethernet module | 630 | Fibre Channel over Ethernet module |
630 | 631 | ||
632 | config FCOE_FNIC | ||
633 | tristate "Cisco FNIC Driver" | ||
634 | depends on PCI && X86 | ||
635 | select LIBFC | ||
636 | help | ||
637 | This is support for the Cisco PCI-Express FCoE HBA. | ||
638 | |||
639 | To compile this driver as a module, choose M here and read | ||
640 | <file:Documentation/scsi/scsi.txt>. | ||
641 | The module will be called fnic. | ||
642 | |||
631 | config SCSI_DMX3191D | 643 | config SCSI_DMX3191D |
632 | tristate "DMX3191D SCSI support" | 644 | tristate "DMX3191D SCSI support" |
633 | depends on PCI && SCSI | 645 | depends on PCI && SCSI |
@@ -1039,16 +1051,6 @@ config SCSI_IZIP_SLOW_CTR | |||
1039 | 1051 | ||
1040 | Generally, saying N is fine. | 1052 | Generally, saying N is fine. |
1041 | 1053 | ||
1042 | config SCSI_MVSAS | ||
1043 | tristate "Marvell 88SE6440 SAS/SATA support" | ||
1044 | depends on PCI && SCSI | ||
1045 | select SCSI_SAS_LIBSAS | ||
1046 | help | ||
1047 | This driver supports Marvell SAS/SATA PCI devices. | ||
1048 | |||
1049 | To compiler this driver as a module, choose M here: the module | ||
1050 | will be called mvsas. | ||
1051 | |||
1052 | config SCSI_NCR53C406A | 1054 | config SCSI_NCR53C406A |
1053 | tristate "NCR53c406a SCSI support" | 1055 | tristate "NCR53c406a SCSI support" |
1054 | depends on ISA && SCSI | 1056 | depends on ISA && SCSI |