aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 403ecad48d4b..152d4aa9354f 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -352,6 +352,8 @@ config ISCSI_TCP
352 352
353 http://open-iscsi.org 353 http://open-iscsi.org
354 354
355source "drivers/scsi/cxgb3i/Kconfig"
356
355config SGIWD93_SCSI 357config SGIWD93_SCSI
356 tristate "SGI WD93C93 SCSI Driver" 358 tristate "SGI WD93C93 SCSI Driver"
357 depends on SGI_HAS_WD93 && SCSI 359 depends on SGI_HAS_WD93 && SCSI
@@ -603,6 +605,19 @@ config SCSI_FLASHPOINT
603 substantial, so users of MultiMaster Host Adapters may not 605 substantial, so users of MultiMaster Host Adapters may not
604 wish to include it. 606 wish to include it.
605 607
608config LIBFC
609 tristate "LibFC module"
610 select SCSI_FC_ATTRS
611 ---help---
612 Fibre Channel library module
613
614config FCOE
615 tristate "FCoE module"
616 depends on PCI
617 select LIBFC
618 ---help---
619 Fibre Channel over Ethernet module
620
606config SCSI_DMX3191D 621config SCSI_DMX3191D
607 tristate "DMX3191D SCSI support" 622 tristate "DMX3191D SCSI support"
608 depends on PCI && SCSI 623 depends on PCI && SCSI
@@ -1357,6 +1372,13 @@ config SCSI_LPFC
1357 This lpfc driver supports the Emulex LightPulse 1372 This lpfc driver supports the Emulex LightPulse
1358 Family of Fibre Channel PCI host adapters. 1373 Family of Fibre Channel PCI host adapters.
1359 1374
1375config SCSI_LPFC_DEBUG_FS
1376 bool "Emulex LightPulse Fibre Channel debugfs Support"
1377 depends on SCSI_LPFC && DEBUG_FS
1378 help
1379 This makes debugging infomation from the lpfc driver
1380 available via the debugfs filesystem.
1381
1360config SCSI_SIM710 1382config SCSI_SIM710
1361 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)" 1383 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
1362 depends on (EISA || MCA) && SCSI 1384 depends on (EISA || MCA) && SCSI