[PATCH] pmdomain: qcom: Unify user-visible "Qualcomm" name
From: Krzysztof Kozlowski
Date: Wed Apr 22 2026 - 04:35:33 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/pmdomain/qcom/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pmdomain/qcom/Kconfig b/drivers/pmdomain/qcom/Kconfig
index 72cbcfe7a0c9..4abd43a88d08 100644
--- a/drivers/pmdomain/qcom/Kconfig
+++ b/drivers/pmdomain/qcom/Kconfig
@@ -2,7 +2,7 @@
menu "Qualcomm PM Domains"
config QCOM_CPR
- tristate "QCOM Core Power Reduction (CPR) support"
+ tristate "Qualcomm Core Power Reduction (CPR) support"
depends on (ARCH_QCOM || COMPILE_TEST) && HAS_IOMEM
select PM_OPP
select REGMAP
--
2.51.0