diff options
author | Kevin Barnett <kevin.barnett@microsemi.com> | 2016-08-31 14:55:24 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-09-02 06:27:28 -0400 |
commit | e8a31ebae1669f05254430d2fced99d77c63fc10 (patch) | |
tree | d264ed1e7b4d5637880ff51759bcdcd964ebfc1d /drivers/scsi/smartpqi | |
parent | d48f8fad1e435eff26c29e8e109c1a50c441e533 (diff) |
scsi: smartpqi: update Kconfig
The aacraid driver will not managage Microsemi smartpqi controllers, but
will still manage older aacraid devices.
Updated help section.
Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/smartpqi')
-rw-r--r-- | drivers/scsi/smartpqi/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/scsi/smartpqi/Kconfig b/drivers/scsi/smartpqi/Kconfig index 5d77a804543f..97e159c2cecd 100644 --- a/drivers/scsi/smartpqi/Kconfig +++ b/drivers/scsi/smartpqi/Kconfig @@ -37,7 +37,6 @@ config SCSI_SMARTPQI tristate "Microsemi PQI Driver" - default n depends on PCI && SCSI && !S390 select SCSI_SAS_ATTRS select RAID_ATTRS @@ -47,4 +46,9 @@ config SCSI_SMARTPQI <http://www.microsemi.com> To compile this driver as a module, choose M here: the - module will be called smartpqi + module will be called smartpqi. + + Note: the aacraid driver will not manage a smartpqi + controller. You need to enable smartpqi for smartpqi + controllers. For more information, please see + Documentation/scsi/smartpqi.txt |