diff options
author | Jeff Garzik <jeff@garzik.org> | 2009-05-08 16:35:37 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-05-20 18:21:12 -0400 |
commit | 2ad52f473bbc1aa5b33c4a329b8a359f125e19d1 (patch) | |
tree | 7d9783622b41f25e0db3ff9515b09d2d69e54c51 /drivers/scsi/Kconfig | |
parent | a03706017e443ced6e354d434142989c9e8653d7 (diff) |
[SCSI] mvsas: move into new directory drivers/scsi/mvsas/
Zero functional changes, just file movement.
This commit prepares for the upcoming integration of the
Marvell-provided driver update that splits the driver into support
for both 64xx and 94xx chip families.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fb2740789b68..6e8106a70b3d 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -508,6 +508,7 @@ config SCSI_AIC7XXX_OLD | |||
508 | 508 | ||
509 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" | 509 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" |
510 | source "drivers/scsi/aic94xx/Kconfig" | 510 | source "drivers/scsi/aic94xx/Kconfig" |
511 | source "drivers/scsi/mvsas/Kconfig" | ||
511 | 512 | ||
512 | config SCSI_DPT_I2O | 513 | config SCSI_DPT_I2O |
513 | tristate "Adaptec I2O RAID support " | 514 | tristate "Adaptec I2O RAID support " |
@@ -1050,16 +1051,6 @@ config SCSI_IZIP_SLOW_CTR | |||
1050 | 1051 | ||
1051 | Generally, saying N is fine. | 1052 | Generally, saying N is fine. |
1052 | 1053 | ||
1053 | config SCSI_MVSAS | ||
1054 | tristate "Marvell 88SE6440 SAS/SATA support" | ||
1055 | depends on PCI && SCSI | ||
1056 | select SCSI_SAS_LIBSAS | ||
1057 | help | ||
1058 | This driver supports Marvell SAS/SATA PCI devices. | ||
1059 | |||
1060 | To compiler this driver as a module, choose M here: the module | ||
1061 | will be called mvsas. | ||
1062 | |||
1063 | config SCSI_NCR53C406A | 1054 | config SCSI_NCR53C406A |
1064 | tristate "NCR53c406a SCSI support" | 1055 | tristate "NCR53c406a SCSI support" |
1065 | depends on ISA && SCSI | 1056 | depends on ISA && SCSI |