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

From: Krzysztof Kozlowski

Date: Mon Apr 27 2026 - 03:02:25 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/nvmem/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 74ddbd0f79b0..487df7073f27 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -262,7 +262,7 @@ config NVMEM_S32G_OCOTP
Programmable memory pages.

config NVMEM_QCOM_QFPROM
- tristate "QCOM QFPROM Support"
+ tristate "Qualcomm QFPROM Support"
depends on ARCH_QCOM || COMPILE_TEST
depends on HAS_IOMEM
help
@@ -273,7 +273,7 @@ config NVMEM_QCOM_QFPROM
will be called nvmem_qfprom.

config NVMEM_QCOM_SEC_QFPROM
- tristate "QCOM SECURE QFPROM Support"
+ tristate "Qualcomm SECURE QFPROM Support"
depends on ARCH_QCOM || COMPILE_TEST
depends on HAS_IOMEM
depends on OF
--
2.51.0