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

From: Krzysztof Kozlowski

Date: Wed Apr 22 2026 - 04:38:18 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/regulator/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 10e64e3ffb1f..e8002526cfb0 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1173,7 +1173,7 @@ config REGULATOR_QCOM_RPM
"qcom_rpm-regulator".

config REGULATOR_QCOM_RPMH
- tristate "Qualcomm Technologies, Inc. RPMh regulator driver"
+ tristate "Qualcomm RPMh regulator driver"
depends on QCOM_RPMH || (QCOM_RPMH=n && COMPILE_TEST)
depends on QCOM_COMMAND_DB || (QCOM_COMMAND_DB=n && COMPILE_TEST)
help
@@ -1877,7 +1877,7 @@ config REGULATOR_WM8994
WM8994 CODEC.

config REGULATOR_QCOM_LABIBB
- tristate "QCOM LAB/IBB regulator support"
+ tristate "Qualcomm LAB/IBB regulator support"
depends on SPMI || COMPILE_TEST
help
This driver supports Qualcomm's LAB/IBB regulators present on the
--
2.51.0