diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 81ccbd7f9e34..26be540d1dd3 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -888,6 +888,25 @@ config SCSI_IBMVSCSIS | |||
888 | To compile this driver as a module, choose M here: the | 888 | To compile this driver as a module, choose M here: the |
889 | module will be called ibmvstgt. | 889 | module will be called ibmvstgt. |
890 | 890 | ||
891 | config SCSI_IBMVFC | ||
892 | tristate "IBM Virtual FC support" | ||
893 | depends on PPC_PSERIES && SCSI | ||
894 | select SCSI_FC_ATTRS | ||
895 | help | ||
896 | This is the IBM POWER Virtual FC Client | ||
897 | |||
898 | To compile this driver as a module, choose M here: the | ||
899 | module will be called ibmvfc. | ||
900 | |||
901 | config SCSI_IBMVFC_TRACE | ||
902 | bool "enable driver internal trace" | ||
903 | depends on SCSI_IBMVFC | ||
904 | default y | ||
905 | help | ||
906 | If you say Y here, the driver will trace all commands issued | ||
907 | to the adapter. Performance impact is minimal. Trace can be | ||
908 | dumped using /sys/class/scsi_host/hostXX/trace. | ||
909 | |||
891 | config SCSI_INITIO | 910 | config SCSI_INITIO |
892 | tristate "Initio 9100U(W) support" | 911 | tristate "Initio 9100U(W) support" |
893 | depends on PCI && SCSI | 912 | depends on PCI && SCSI |
@@ -1738,10 +1757,12 @@ config SCSI_SUNESP | |||
1738 | select SCSI_SPI_ATTRS | 1757 | select SCSI_SPI_ATTRS |
1739 | help | 1758 | help |
1740 | This is the driver for the Sun ESP SCSI host adapter. The ESP | 1759 | This is the driver for the Sun ESP SCSI host adapter. The ESP |
1741 | chipset is present in most SPARC SBUS-based computers. | 1760 | chipset is present in most SPARC SBUS-based computers and |
1761 | supports the Emulex family of ESP SCSI chips (esp100, esp100A, | ||
1762 | esp236, fas101, fas236) as well as the Qlogic fas366 SCSI chip. | ||
1742 | 1763 | ||
1743 | To compile this driver as a module, choose M here: the | 1764 | To compile this driver as a module, choose M here: the |
1744 | module will be called esp. | 1765 | module will be called sun_esp. |
1745 | 1766 | ||
1746 | config ZFCP | 1767 | config ZFCP |
1747 | tristate "FCP host bus adapter driver for IBM eServer zSeries" | 1768 | tristate "FCP host bus adapter driver for IBM eServer zSeries" |
@@ -1771,4 +1792,6 @@ endif # SCSI_LOWLEVEL | |||
1771 | 1792 | ||
1772 | source "drivers/scsi/pcmcia/Kconfig" | 1793 | source "drivers/scsi/pcmcia/Kconfig" |
1773 | 1794 | ||
1795 | source "drivers/scsi/device_handler/Kconfig" | ||
1796 | |||
1774 | endmenu | 1797 | endmenu |