aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-06-19 23:20:12 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-07-12 09:22:31 -0400
commitdbfe54a9c9a9e31cdf71704e4e70d10d22a57264 (patch)
treee5369458355a5e5061c374039178426a7d74cd44
parenta793804f25fb2c0fe2b784450092699ea3475332 (diff)
[SCSI] esp: correct module name in Kconfig help for SCSI_SUNESP
The module name was changed from esp to sun_esp some time ago. Also correct the list of chips supported by the driver. Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--drivers/scsi/Kconfig6
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
1746config ZFCP 1748config ZFCP
1747 tristate "FCP host bus adapter driver for IBM eServer zSeries" 1749 tristate "FCP host bus adapter driver for IBM eServer zSeries"