diff options
author | Don Brace <don.brace@microchip.com> | 2021-07-14 13:28:42 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-07-19 22:00:56 -0400 |
commit | 8e505fceaa2b7c7841b70ed530167727bb66517b (patch) | |
tree | 8d96d7cd024f7d3f172e6f079f4a314f48b3d3cd /drivers | |
parent | 6aa26b5a2c70ca302718dc0d5db092780e4b6f6c (diff) | |
download | linux-stable-8e505fceaa2b7c7841b70ed530167727bb66517b.tar.gz linux-stable-8e505fceaa2b7c7841b70ed530167727bb66517b.tar.bz2 linux-stable-8e505fceaa2b7c7841b70ed530167727bb66517b.zip |
scsi: smartpqi: Change Kconfig menu entry to Microchip
Change Microsemi to Microchip.
Link: https://lore.kernel.org/r/20210714182847.50360-5-don.brace@microchip.com
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Gerry Morong <gerry.morong@microchip.com>
Reviewed-by: Justin Lindley <Justin.lindley@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/smartpqi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/smartpqi/Kconfig b/drivers/scsi/smartpqi/Kconfig index eac7baecf42f..6f83e2df4d64 100644 --- a/drivers/scsi/smartpqi/Kconfig +++ b/drivers/scsi/smartpqi/Kconfig @@ -38,14 +38,14 @@ # HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES config SCSI_SMARTPQI - tristate "Microsemi PQI Driver" + tristate "Microchip PQI Driver" depends on PCI && SCSI && !S390 select SCSI_SAS_ATTRS select RAID_ATTRS help - This driver supports Microsemi PQI controllers. + This driver supports Microchip PQI controllers. - <http://www.microsemi.com> + <http://www.microchip.com> To compile this driver as a module, choose M here: the module will be called smartpqi. |