Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kevin Barnett and committed by
Martin K. Petersen
e8a31eba d48f8fad

+6 -2
+6 -2
drivers/scsi/smartpqi/Kconfig
··· 37 37 38 38 config SCSI_SMARTPQI 39 39 tristate "Microsemi PQI Driver" 40 - default n 41 40 depends on PCI && SCSI && !S390 42 41 select SCSI_SAS_ATTRS 43 42 select RAID_ATTRS ··· 46 47 <http://www.microsemi.com> 47 48 48 49 To compile this driver as a module, choose M here: the 49 - module will be called smartpqi 50 + module will be called smartpqi. 51 + 52 + Note: the aacraid driver will not manage a smartpqi 53 + controller. You need to enable smartpqi for smartpqi 54 + controllers. For more information, please see 55 + Documentation/scsi/smartpqi.txt