[PATCH] mfd: qcom: Unify user-visible "Qualcomm" name

From: Krzysztof Kozlowski

Date: Mon Apr 27 2026 - 03:08:49 EST


Various names for Qualcomm as a company are used in user-visible config
options: QCOM, Qualcomm and Qualcomm Technologies. Switch to unified
"Qualcomm" so it will be easier for users to identify the options when
for example running menuconfig.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

---

And "Qualcomm Technologies" has even variations over the tree:
Qualcomm Technologies
Qualcomm Technologies Inc.
Qualcomm Technologies, Inc.

I am doing this tree wide:
https://lore.kernel.org/all/?q=f%3Akrzysztof+s%3A%22Unify+user-visible%22+s%3AQualcomm
---
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 7192c9d1d268..b9ad6cc5cee6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -2388,7 +2388,7 @@ config MFD_ACER_A500_EC
customized for the specific needs of the Acer A500 hardware.

config MFD_QCOM_PM8008
- tristate "QCOM PM8008 Power Management IC"
+ tristate "Qualcomm PM8008 Power Management IC"
depends on I2C && OF
select MFD_CORE
select REGMAP_I2C
--
2.51.0