diff options
author | Bagalkote, Sreenivas <Sreenivas.Bagalkote@engenio.com> | 2005-09-20 17:46:58 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-09-26 17:32:44 -0500 |
commit | c4a3e0a529ab3e65223e81681c7c6b1bc188fa58 (patch) | |
tree | 82e583de63f648ac152bb515435bcac84887b682 /drivers/scsi/megaraid/Kconfig.megaraid | |
parent | fe8b2304e54552cea113318e2f66c45628130fdc (diff) |
[SCSI] MegaRAID SAS RAID: new driver
Signed-off-by: Sreenivas Bagalkote <Sreenivas.Bagalkote@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid/Kconfig.megaraid')
-rw-r--r-- | drivers/scsi/megaraid/Kconfig.megaraid | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/Kconfig.megaraid b/drivers/scsi/megaraid/Kconfig.megaraid index 917d591d90b..7363e12663a 100644 --- a/drivers/scsi/megaraid/Kconfig.megaraid +++ b/drivers/scsi/megaraid/Kconfig.megaraid @@ -76,3 +76,12 @@ config MEGARAID_LEGACY To compile this driver as a module, choose M here: the module will be called megaraid endif + +config MEGARAID_SAS + tristate "LSI Logic MegaRAID SAS RAID Module" + depends on PCI && SCSI + help + Module for LSI Logic's SAS based RAID controllers. + To compile this driver as a module, choose 'm' here. + Module will be called megaraid_sas + |