diff options
author | adam radford <aradford@gmail.com> | 2009-10-23 17:52:33 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:51 -0500 |
commit | f619106bdd9d197c947f07108af57946f19a7f7e (patch) | |
tree | a6e38a6528b74ab32f8bcfc267c054266387301a /drivers/scsi/Kconfig | |
parent | 1e49f78505b2c4df193614d774bf46d067cda7d8 (diff) |
[SCSI] 3w-sas: Add new driver for LSI 3ware 9750
[jejb: fix up for new queue depth code]
Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 1895259fff0f..b4d8d63a34b2 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -399,6 +399,17 @@ config SCSI_3W_9XXX | |||
399 | Please read the comments at the top of | 399 | Please read the comments at the top of |
400 | <file:drivers/scsi/3w-9xxx.c>. | 400 | <file:drivers/scsi/3w-9xxx.c>. |
401 | 401 | ||
402 | config SCSI_3W_SAS | ||
403 | tristate "3ware 97xx SAS/SATA-RAID support" | ||
404 | depends on PCI && SCSI | ||
405 | help | ||
406 | This driver supports the LSI 3ware 9750 6Gb/s SAS/SATA-RAID cards. | ||
407 | |||
408 | <http://www.lsi.com> | ||
409 | |||
410 | Please read the comments at the top of | ||
411 | <file:drivers/scsi/3w-sas.c>. | ||
412 | |||
402 | config SCSI_7000FASST | 413 | config SCSI_7000FASST |
403 | tristate "7000FASST SCSI support" | 414 | tristate "7000FASST SCSI support" |
404 | depends on ISA && SCSI && ISA_DMA_API | 415 | depends on ISA && SCSI && ISA_DMA_API |