[smartpqi updates V3 PATCH 4/9] smartpqi: change Kconfig menu entry to microchip

From: Don Brace
Date: Wed Jul 14 2021 - 14:28:51 EST


Change Microsemi to Microchip
---
drivers/scsi/smartpqi/Kconfig | 6 +++---
1 file 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.
--
2.28.0.rc1.9.ge7ae437ac1