diff options
-rw-r--r-- | drivers/scsi/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 7886ec6e5f87..994943f3e139 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1738,10 +1738,12 @@ config SCSI_SUNESP | |||
1738 | select SCSI_SPI_ATTRS | 1738 | select SCSI_SPI_ATTRS |
1739 | help | 1739 | help |
1740 | This is the driver for the Sun ESP SCSI host adapter. The ESP | 1740 | This is the driver for the Sun ESP SCSI host adapter. The ESP |
1741 | chipset is present in most SPARC SBUS-based computers. | 1741 | chipset is present in most SPARC SBUS-based computers and |
1742 | supports the Emulex family of ESP SCSI chips (esp100, esp100A, | ||
1743 | esp236, fas101, fas236) as well as the Qlogic fas366 SCSI chip. | ||
1742 | 1744 | ||
1743 | To compile this driver as a module, choose M here: the | 1745 | To compile this driver as a module, choose M here: the |
1744 | module will be called esp. | 1746 | module will be called sun_esp. |
1745 | 1747 | ||
1746 | config ZFCP | 1748 | config ZFCP |
1747 | tristate "FCP host bus adapter driver for IBM eServer zSeries" | 1749 | tristate "FCP host bus adapter driver for IBM eServer zSeries" |